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 /
lusedi /
layouts /
joomla /
form /
field /
Delete
Unzip
Name
Size
Permission
Date
Action
color
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
subform
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
calendar.php
5.84
KB
-rw-r--r--
2017-11-07 06:31
checkboxes.php
3.88
KB
-rw-r--r--
2017-11-07 06:31
combo.php
3.08
KB
-rw-r--r--
2017-11-07 06:31
contenthistory.php
767
B
-rw-r--r--
2017-11-07 06:31
email.php
3.43
KB
-rw-r--r--
2017-11-07 06:31
file.php
3.15
KB
-rw-r--r--
2017-11-07 06:31
hidden.php
2.5
KB
-rw-r--r--
2017-11-07 06:31
media.php
6.02
KB
-rw-r--r--
2017-11-07 06:31
meter.php
3.24
KB
-rw-r--r--
2017-11-07 06:31
moduleorder.php
3.17
KB
-rw-r--r--
2017-11-07 06:31
number.php
3.49
KB
-rw-r--r--
2017-11-07 06:31
password.php
3.38
KB
-rw-r--r--
2017-11-07 06:31
radio.php
3.79
KB
-rw-r--r--
2017-11-07 06:31
range.php
3.01
KB
-rw-r--r--
2017-11-07 06:31
tel.php
3.33
KB
-rw-r--r--
2017-11-07 06:31
text.php
3.77
KB
-rw-r--r--
2017-11-07 06:31
textarea.php
3.28
KB
-rw-r--r--
2017-11-07 06:31
url.php
3.3
KB
-rw-r--r--
2017-11-07 06:31
user.php
3.68
KB
-rw-r--r--
2017-11-07 06:31
Save
Rename
<?php /** * @package Joomla.Site * @subpackage Layout * * @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('JPATH_BASE') or die; /** * Layout variables * --------------------- * * @var string $item The item id number * @var string $link The link text * @var string $label The label text */ extract($displayData); JHtml::_('behavior.modal', 'button.modal_' . $item); ?> <button class="btn modal_<?php echo $item; ?>" title="<?php echo $label; ?>" href="<?php echo $link; ?>" rel="{handler: 'iframe', size: {x: 800, y: 500}}"> <span class="icon-archive" aria-hidden="true"></span><?php echo $label; ?> </button>