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.84
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
Delete
Unzip
Name
Size
Permission
Date
Action
FileZillaFTP
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
MercuryMail
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
anonymous
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
apache
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
cgi-bin
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
contrib
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
htdocs
[ DIR ]
drwxrwxrwx
2025-07-30 11:09
img
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
install
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
licenses
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
locale
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
mailoutput
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
mailtodisk
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
mysql
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
perl
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
php
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
phpMyAdmin
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
php_old
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
sendmail
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
src
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
tmp
[ DIR ]
drwxrwxrwx
2025-07-31 21:55
tomcat
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
webalizer
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
webdav
[ DIR ]
drwxrwxrwx
2025-06-04 16:36
apache_start.bat
436
B
-rwxrwxrwx
2013-06-07 13:15
apache_stop.bat
190
B
-rwxrwxrwx
2019-10-01 09:13
catalina_service.bat
10.08
KB
-rwxrwxrwx
2021-04-05 18:16
catalina_start.bat
3.68
KB
-rwxrwxrwx
2021-04-05 18:17
catalina_stop.bat
3.45
KB
-rwxrwxrwx
2021-04-05 18:17
ctlscript.bat
2.67
KB
-rwxrwxrwx
2024-07-26 17:36
filezilla_setup.bat
78
B
-rwxrwxrwx
2013-03-30 13:29
filezilla_start.bat
150
B
-rwxrwxrwx
2013-06-07 13:15
filezilla_stop.bat
149
B
-rwxrwxrwx
2013-06-07 13:15
killprocess.bat
299
B
-rwxrwxrwx
2022-06-15 18:07
mercury_start.bat
136
B
-rwxrwxrwx
2013-06-07 13:15
mercury_stop.bat
60
B
-rwxrwxrwx
2013-06-07 13:15
mysql_start.bat
471
B
-rwxrwxrwx
2019-06-03 13:39
mysql_stop.bat
270
B
-rwxrwxrwx
2019-10-01 09:13
passwords.txt
824
B
-rw-rw-rw-
2017-03-13 12:04
properties.ini
792
B
-rw-rw-rw-
2024-07-26 17:41
readme_de.txt
7.32
KB
-rw-rw-rw-
2023-11-19 11:41
readme_en.txt
7.2
KB
-rw-rw-rw-
2023-11-19 11:41
service.exe
59.5
KB
-rwxrwxrwx
2013-03-30 13:29
setup_xampp.bat
1.23
KB
-rwxrwxrwx
2013-03-30 13:29
test_php.bat
1.63
KB
-rwxrwxrwx
2020-11-29 14:38
uninstall.dat
257.89
KB
-rw-rw-rw-
2024-07-26 17:43
uninstall.exe
6.28
MB
-rwxrwxrwx
2024-07-26 17:43
xampp-control.exe
3.21
MB
-rwxrwxrwx
2021-04-06 13:38
xampp-control.ini
1.17
KB
-rw-rw-rw-
2025-07-09 08:21
xampp-control.log
112
KB
-rw-rw-rw-
2025-07-09 08:21
xampp_shell.bat
1.06
KB
-rwxrwxrwx
2024-07-26 17:36
xampp_start.exe
116
KB
-rwxrwxrwx
2013-03-30 13:29
xampp_stop.exe
116
KB
-rwxrwxrwx
2013-03-30 13:29
Save
Rename
@echo off SetLocal EnableDelayedExpansion cd /D %~dp0 :::::::::::::::::::::::::::::::::::: :: Set JAVA_HOME or JRE_HOME :: :::::::::::::::::::::::::::::::::::: title %~0 IF EXIST tomcat\logs\catalina.pid ( del /F/Q tomcat\logs\catalina.pid ) set TASKCMD=TASKLIST /V set FINDCMD=FIND /I FOR /F "tokens=2 delims= " %%A IN ('%TASKCMD% ^| %FINDCMD% "%~0"') DO SET MyPID=%%A echo. echo [XAMPP]: Searching for JDK or JRE HOME with reg query ... set JDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit set JDKKeyName64Short=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JDK set AdoptOpenJDKKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\AdoptOpenJDK\JDK set JREKeyName64=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment set JREKeyName64Short=HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\JRE set AdoptOpenJDKKeyName64JRE=HKEY_LOCAL_MACHINE\SOFTWARE\AdoptOpenJDK\JRE reg query "%JDKKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JDK echo . [XAMPP]: Looking for 32 bit JDK on 64 bit machine goto FINDJDK64SHORT ) set KeyName=%JDKKeyName64% goto JDKRUN :FINDJDK64SHORT reg query "%JDKKeyName64Short%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit JDK echo . [XAMPP]: Looking for 32 bit or 64 bit on 64 bit machine with short name goto FINDADOPTOPENJDK64 ) set KeyName=%JDKKeyName64Short% goto JDKRUN :FINDADOPTOPENJDK64 reg query "%AdoptOpenJDKKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit AdoptOpenJDK echo . [XAMPP]: Looking for 32 bit or 64 bit JRE goto FINDJRE64 ) set KeyName=%AdoptOpenJDKKeyName64% goto JDKRUN :FINDJRE64 reg query "%JREKeyName64%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JRE with long name echo . [XAMPP]: Looking for 32 bit or 64 bit JRE on 64 bit machine with short name goto FINDJRE64SHORT ) set KeyName=%JREKeyName64% goto JRERUN :FINDJRE64SHORT reg query "%JREKeyName64Short%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit JRE with short name echo . [XAMPP]: Looking for 32 bit or 64 bit AdoptOpenJDK JRE on 64 bit machine goto FINDADOPTOPENJDK64JRE ) set KeyName=%JREKeyName64Short% goto JRERUN :FINDADOPTOPENJDK64JRE reg query "%AdoptOpenJDKKeyName64JRE%" /s if %ERRORLEVEL% EQU 1 ( echo . [XAMPP]: Could not find 32 bit or 64 bit AdoptOpenJDK JRE echo . [XAMPP]: Looking for 32 JRE on 64 bit machine goto ENDERROR ) set KeyName=%AdoptOpenJDKKeyName64JRE% goto JDKRUN :JDKRUN echo. echo [XAMPP]: Using JDK set "CURRENT_DIR=%cd%" set "CATALINA_HOME=%CURRENT_DIR%\tomcat" if NOT DEFINED JAVA_HOME ( set Cmd=reg query "!KeyName!" /s for /f "tokens=2*" %%i in ('!Cmd! ^| find "JavaHome"') do set JAVA_HOME=%%j ) echo. echo [XAMPP]: Seems fine! echo [XAMPP]: Set JAVA_HOME : %JAVA_HOME% echo [XAMPP]: Set CATALINA_HOME : %CATALINA_HOME% echo. if %ERRORLEVEL% == 0 ( echo %MyPID% > tomcat\logs\catalina.pid ) "%CATALINA_HOME%\bin\catalina.bat" run goto END :JRERUN echo. echo [XAMPP]: Using JRE set "CURRENT_DIR=%cd%" set "CATALINA_HOME=%CURRENT_DIR%\tomcat" if NOT DEFINED JRE_HOME ( set Cmd=reg query "!KeyName!" /s for /f "tokens=2*" %%i in ('!Cmd! ^| find "JavaHome"') do set JRE_HOME=%%j ) echo. echo [XAMPP]: Seems fine! echo [XAMPP]: Set JRE_HOME : %JRE_HOME% echo [XAMPP]: Set CATALINA_HOME : %CATALINA_HOME% echo. if %ERRORLEVEL% == 0 ( echo %MyPID% > tomcat\logs\catalina.pid ) "%CATALINA_HOME%\bin\catalina.bat" run goto END :ENDERROR exit 1 :END echo done. SetLocal DisableDelayedExpansion pause