UnknownSec Bypass
403
:
/
var
/
www
/
santgyaneshwarji
/
sadgranththeme
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
loadsadgranthdetails.php
<?php include "../config.php"; $data["id"]="0"; $data["subid"] = "0"; $data["title"] = "0"; $data["subtitle"] = "0"; $data["discription"] = "0"; $id= $_POST['id']; $subid= $_POST['subid']; $subtitle= $_POST['subtitle']; $btntext= $_POST['btntext']; $query=""; if($btntext=="Next") { $query = "SELECT * FROM sadgranthunicodedetailstb where category= '".$id."' and id>'".$subid."' LIMIT 1 "; } else { $query = "SELECT * FROM sadgranthunicodedetailstb where category= '".$id."' and id<'".$subid."' order by id desc LIMIT 1 "; } $result = mysqli_query($conn, $query); while($row = mysqli_fetch_array($result)) { $data["id"] = $row["category"]; $data["subid"] = $row["id"]; $data["title"] = $row["title"]; $data["subtitle"] = $row["subtitle"]; $data["discription"] = $row["discription"]; } echo json_encode($data); ?>
Copyright © 2025 - UnknownSec