Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 18.117.172.41
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
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-01-09 09:34
.pkgxml
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
.registry
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
Archive
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
Auth
[ DIR ]
drwxr-xr-x
2024-03-03 22:54
Console
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
Mail
[ DIR ]
drwxr-xr-x
2024-03-03 22:54
Net
[ DIR ]
drwxr-xr-x
2024-03-03 22:54
OS
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
PEAR
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
Structures
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
Symfony
[ DIR ]
drwxr-xr-x
2024-03-03 22:54
XML
[ DIR ]
drwxr-xr-x
2025-01-09 09:34
data
[ DIR ]
drwxr-xr-x
2024-12-17 17:34
ezc
[ DIR ]
drwxr-xr-x
2024-03-03 22:54
test
[ DIR ]
drwxr-xr-x
2024-12-17 17:34
.depdb
12.94
KB
-rw-r--r--
2024-03-03 22:54
.depdblock
0
B
-rw-r--r--
2024-03-03 22:54
.filemap
7.34
KB
-rw-r--r--
2024-12-17 17:34
.lock
0
B
-rw-r--r--
2024-12-17 17:34
Mail.php
9.65
KB
-rw-r--r--
2021-12-02 08:12
PEAR.php
35.39
KB
-rw-r--r--
2024-12-17 17:34
System.php
20.21
KB
-rw-r--r--
2024-12-17 17:34
pearcmd.php
14.64
KB
-rw-r--r--
2024-12-17 17:34
peclcmd.php
1.1
KB
-rw-r--r--
2024-12-17 17:34
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 ?>