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-start-stop /
Delete
Unzip
Name
Size
Permission
Date
Action
Makefile
810
B
-rw-rw-rw-
2015-11-12 17:13
checkdll.c
516
B
-rw-rw-rw-
2015-11-12 17:13
rc.h
115
B
-rw-rw-rw-
2015-11-12 17:13
xampp.ico
30.17
KB
-rw-rw-rw-
2015-11-12 17:13
xampp.rc
1020
B
-rw-rw-rw-
2015-11-12 17:13
xampp_start.c
796
B
-rw-rw-rw-
2015-11-12 17:13
xampp_stop.c
1.42
KB
-rw-rw-rw-
2015-11-12 17:13
xampp_util.c
1.55
KB
-rw-rw-rw-
2015-11-12 17:13
xampp_util.h
140
B
-rw-rw-rw-
2015-11-12 17:13
xamppcli.c
2.08
KB
-rw-rw-rw-
2015-11-12 17:13
Save
Rename
// Copyright (C) 2007-2010 Kai Seidler, oswald@apachefriends.org, GPL-licensed #include <windows.h> #include <stdio.h> #include <process.h> #include "xampp_util.h" int main(int argc, char **argv) { char buffer[200]; char *start[10][10] = { {"apache\\bin\\httpd.exe", "-f conf\\httpd.conf", NULL}, {"mysql\\bin\\mysqld.exe", "--defaults-file=mysql\\bin\\my.ini", "--standalone", NULL}, {NULL} }; printf("\nXAMPP now starts as a console application.\n\n"); printf("Instead of pressing Control-C in this console window, please use xampp_stop.exe\n"); printf("to stop XAMPP, because it lets XAMPP end any current transactions and cleanup\n"); printf("gracefully.\n\n"); xampp_cdx(); xampp_call(start); Sleep(10000); return(0); }