Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
vnsm /
templates /
allerta /
Delete
Unzip
Name
Size
Permission
Date
Action
admin
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
bootstrap
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
css
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
html
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
images
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
js
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
component.php
1.29
KB
-rwxr-xr-x
2018-04-20 12:55
error.php
2.28
KB
-rwxr-xr-x
2018-04-20 12:55
favicon.ico
1.12
KB
-rwxr-xr-x
2018-04-20 12:55
functions.php
2.03
KB
-rwxr-xr-x
2018-04-20 12:55
index.html
44
B
-rwxr-xr-x
2018-04-20 12:55
index.php
12.16
KB
-rwxr-xr-x
2018-04-20 12:55
license.txt
349
B
-rwxr-xr-x
2018-04-20 12:55
offline.php
3.78
KB
-rwxr-xr-x
2018-04-20 12:55
params.ini
51
B
-rwxr-xr-x
2018-04-20 12:55
slideshow.php
6.23
KB
-rwxr-xr-x
2018-04-20 12:55
social.php
764
B
-rwxr-xr-x
2018-04-20 12:55
templateDetails.xml
24.76
KB
-rwxr-xr-x
2018-04-20 12:55
template_thumbnail.jpg
83.96
KB
-rwxr-xr-x
2018-04-20 12:55
Save
Rename
<?php /** * @package Joomla.Site * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; if (!isset($this->error)) { $this->error = JError::raiseWarning(404, JText::_('JERROR_ALERTNOAUTHOR')); $this->debug = false; } //get language and direction $doc = JFactory::getDocument(); $this->language = $doc->language; $this->direction = $doc->direction; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <title><?php echo $this->error->getCode(); ?> - <?php echo $this->title; ?></title> <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" /> </head> <body id="error"> <div class="center"> <h1 class="error"> <span><?php echo $this->error->getCode(); ?></span> </h1> <h2 class="title"><?php echo $this->error->getMessage(); ?></h2> <p class="message">The Page you are looking for doesn't exist or an other error occurred. <a href="javascript:history.go(-1)">Go back</a>, or head over to <a href="<?php echo $this->baseurl; ?>"><?php echo JText::_('JERROR_LAYOUT_HOME_PAGE'); ?></a> to choose a new direction.</p> <p><strong><?php echo JText::_('JERROR_LAYOUT_NOT_ABLE_TO_VISIT'); ?></strong></p> <ol> <li><?php echo JText::_('JERROR_LAYOUT_AN_OUT_OF_DATE_BOOKMARK_FAVOURITE'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_SEARCH_ENGINE_OUT_OF_DATE_LISTING'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_MIS_TYPED_ADDRESS'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_YOU_HAVE_NO_ACCESS_TO_THIS_PAGE'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_REQUESTED_RESOURCE_WAS_NOT_FOUND'); ?></li> <li><?php echo JText::_('JERROR_LAYOUT_ERROR_HAS_OCCURRED_WHILE_PROCESSING_YOUR_REQUEST'); ?></li> </ol> <p> <?php if ($this->debug) : echo $this->renderBacktrace(); endif; ?> </p> </div> </body> </html>