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 /
install /
Delete
Unzip
Name
Size
Permission
Date
Action
.version
41
B
-rw-rw-rw-
2023-11-19 11:41
awk.exe
136
KB
-rwxrwxrwx
2013-03-30 13:29
config.awk
380
B
-rw-rw-rw-
2013-06-24 12:51
folder.ico
3.19
KB
-rw-rw-rw-
2013-03-30 13:29
install.php
27.06
KB
-rw-rw-rw-
2020-12-10 13:00
install.sys
115
B
-rw-rw-rw-
2024-07-26 17:42
php.png
1.32
KB
-rw-rw-rw-
2013-03-30 13:29
portcheck.bat
195
B
-rwxrwxrwx
2013-03-30 13:29
portcheck.php
911
B
-rw-rw-rw-
2013-03-30 13:29
test.php
2.38
KB
-rw-rw-rw-
2013-03-30 13:29
xampp-icon-uninstall.ico
30.17
KB
-rw-rw-rw-
2013-03-30 13:29
xampp.ico
30.17
KB
-rw-rw-rw-
2013-03-30 13:29
xamppbasic.inc
7.35
KB
-rw-rw-rw-
2013-06-24 13:28
xamppserver.inc
149
B
-rw-rw-rw-
2013-03-30 13:29
Save
Rename
<?php /* #### Installer PHP 1.5 #### #### Author: Kay Vogelgesang & Carsten Wiedmann for www.apachefriends.org 2005 #### */ /// Where I stand? /// $curdir = getcwd(); list($partition, $nonpartition) = preg_split ("/:/", $curdir); //Fix by Wiedmann $partwampp = substr(realpath(__FILE__), 0, strrpos(dirname(realpath(__FILE__)), '\\')); $directorwampp = NULL; $awkpart = str_replace("&", "\\\\&", eregi_replace ("\\\\", "\\\\", $partwampp)); //Fix by Wiedmann $awkpartslash = str_replace("&", "\\\\&", ereg_replace ("\\\\", "/", $partwampp)); //Fix by Wiedmann $phpdir = $partwampp; $dir = ereg_replace("\\\\", "/", $partwampp); $ppartition = "$partition:"; /// I need the install.sys + update.sys for more xampp informations $installsys = "install.sys"; $installsysroot = $partwampp."\install\\".$installsys; /// Some addon|update.sys files $perlupdatesys = "perlupdate.sys"; $pythonupdatesys = "pythonupdate.sys"; $serverupdatesys = "serverupdate.sys"; $utilsupdatesys = "utilsupdate.sys"; $javaupdatesys = "javaupdate.sys"; $otherupdatesys = "otherupdate.sys"; /// XAMPP main directrory is ... $substit = "\\\\\\\\xampp"; $substitslash = "/xampp"; /// Globale variables $BS = 0; $CS = 0; $slashi = 1; $bslashi = 1; $awkexe = ".\install\awk.exe"; $awk = ".\install\config.awk"; $awknewdir = "\"".$awkpart."\""; $awkslashdir = "\"".$awkpartslash."\""; if (file_exists("$partwampp\htdocs\\xampp\.version")) { $handle = fopen("$partwampp\htdocs\\xampp\.version","r"); $xamppversion = fgets($handle); fclose($handle); } else { $xamppversion = ""; // include_once "$partwampp\install\.version"; } echo "\r\n ########################################################################\n"; echo " # ApacheFriends XAMPP setup win32 Version #\r\n"; echo " #----------------------------------------------------------------------#\r\n"; echo " # Copyright (c) 2002-2009 Apachefriends $xamppversion #\r\n"; echo " #----------------------------------------------------------------------#\r\n"; echo " # Authors: Kay Vogelgesang <kvo@apachefriends.org> #\r\n"; echo " # Carsten Wiedmann <webmaster@wiedmann-online.de> #\r\n"; echo " ########################################################################\r\n\r\n"; ?>