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 /
mysql /
scripts /
Delete
Unzip
Name
Size
Permission
Date
Action
ctl.bat
596
B
-rwxrwxrwx
2024-07-26 17:36
Save
Rename
@echo off rem START or STOP Services rem ---------------------------------- rem Check if argument is STOP or START if not ""%1"" == ""START"" goto stop "C:\xampp\mysql\bin\mysqld" --defaults-file="C:\xampp\mysql\bin\my.ini" --standalone if errorlevel 1 goto error goto finish :stop cmd.exe /C start "" /MIN call "C:\xampp\killprocess.bat" "mysqld.exe" if not exist "C:\xampp\mysql\data\%computername%.pid" goto finish echo Delete %computername%.pid ... del "C:\xampp\mysql\data\%computername%.pid" goto finish :error echo MySQL could not be started :finish exit