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 /
beez3 /
Delete
Unzip
Name
Size
Permission
Date
Action
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
javascript
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
language
[ DIR ]
drwxr-xr-x
2025-02-08 22:29
component.php
1.97
KB
-rwxr-xr-x
2023-07-08 16:23
error.php
8.31
KB
-rwxr-xr-x
2023-07-08 16:23
favicon.ico
1.97
KB
-rwxr-xr-x
2023-07-08 16:23
index.php
8.65
KB
-rwxr-xr-x
2023-07-08 16:23
jsstrings.php
1.4
KB
-rwxr-xr-x
2023-07-08 16:23
templateDetails.xml
4.49
KB
-rwxr-xr-x
2023-07-08 16:23
template_preview.png
115.75
KB
-rwxr-xr-x
2023-07-08 16:23
template_thumbnail.png
21.44
KB
-rwxr-xr-x
2023-07-08 16:23
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Templates.beez3 * * @copyright (C) 2012 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access. defined('_JEXEC') or die; JText::script('TPL_BEEZ3_ALTOPEN'); JText::script('TPL_BEEZ3_ALTCLOSE'); JText::script('TPL_BEEZ3_TEXTRIGHTOPEN'); JText::script('TPL_BEEZ3_TEXTRIGHTCLOSE'); JText::script('TPL_BEEZ3_FONTSIZE'); JText::script('TPL_BEEZ3_BIGGER'); JText::script('TPL_BEEZ3_RESET'); JText::script('TPL_BEEZ3_SMALLER'); JText::script('TPL_BEEZ3_INCREASE_SIZE'); JText::script('TPL_BEEZ3_REVERT_STYLES_TO_DEFAULT'); JText::script('TPL_BEEZ3_DECREASE_SIZE'); JText::script('TPL_BEEZ3_OPENMENU'); JText::script('TPL_BEEZ3_CLOSEMENU'); $this->addScriptDeclaration(" var big = '" . (int) $this->params->get('wrapperLarge') . "%'; var small = '" . (int) $this->params->get('wrapperSmall') . "%'; var bildauf = '" . $this->baseurl . '/templates/' . $this->template . "/images/plus.png'; var bildzu = '" . $this->baseurl . '/templates/' . $this->template . "/images/minus.png'; var rightopen = '" . JText::_('TPL_BEEZ3_TEXTRIGHTOPEN', true) . "'; var rightclose = '" . JText::_('TPL_BEEZ3_TEXTRIGHTCLOSE', true) . "'; var altopen = '" . JText::_('TPL_BEEZ3_ALTOPEN', true) . "'; var altclose = '" . JText::_('TPL_BEEZ3_ALTCLOSE', true) . "'; ");