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 /** * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved. * @license GNU/GPL, see LICENSE.php * Joomla! is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <?php if (JRequest::getString('type')=='raw'):?> <jdoc:include type="component" /> <?php else: ?> <!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; ?>"> <head> <jdoc:include type="head" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template; ?>/css/styles.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" /> </head> <body class="contentpane"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body> </html> <?php endif; ?>