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
/
usr /
share /
php /
Delete
Unzip
Name
Size
Permission
Date
Action
.channels
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
.registry
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
Archive
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
Console
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
OS
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
PEAR
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
Structures
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
XML
[ DIR ]
drwxr-xr-x
2021-02-25 12:37
data
[ DIR ]
drwxr-xr-x
2016-12-24 01:37
.depdblock
0
B
-rw-r--r--
2021-02-12 11:41
.lock
0
B
-rw-r--r--
2021-02-12 11:41
PEAR.php
35.32
KB
-rw-r--r--
2021-02-12 11:41
System.php
20.14
KB
-rw-r--r--
2021-02-12 11:41
pearcmd.php
14.75
KB
-rw-r--r--
2021-02-12 11:41
peclcmd.php
1.07
KB
-rw-r--r--
2021-02-12 11:41
Save
Rename
<?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 * @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 ('/usr/share/php ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/usr/share/php '). PATH_SEPARATOR . get_include_path()); $raw = false; } else { // this is a raw, uninstalled pear, either a cvs checkout, or php distro ini_set('include_path', __DIR__ . PATH_SEPARATOR . get_include_path()); $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 ?>