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.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
src /
xampp-usb-lite /
Delete
Unzip
Name
Size
Permission
Date
Action
make-usb-xampp.bat
1.03
KB
-rwxrwxrwx
2015-11-12 17:13
setup_xampp.bat
370
B
-rwxrwxrwx
2015-11-12 17:13
xampp-control.ini
978
B
-rw-rw-rw-
2021-04-05 18:08
Save
Rename
@ECHO OFF if "%1" == "sfx" ( cd xampp ) if exist php\php.exe GOTO Normal if not exist php\php.exe GOTO Abort :Abort echo Sorry ... cannot find php cli! echo Must abort these process! pause GOTO END :Normal set PHP_BIN=php\php.exe set CONFIG_PHP=install\install.php %PHP_BIN% -n -d output_buffering=0 -q %CONFIG_PHP% usb GOTO END :END pause