require("include/top.php");
$query ="SELECT parties.name FROM parties where parties.id=".$which." LIMIT 1";
$result=mysql_query($query);
$party = mysql_fetch_array($result);
if(!$f) $f=1;
?>
print(stripslashes($party["name"])." ".$when." results"); ?>
|
if($f=='none'): ?>
readfile('results/'.$which.'_'.$when.'.txt'); ?>
else: ?>
endif; ?>
|
|
$txt=array("dos 80*25","dos 80*50","rez's ascii","amiga medres","amiga hires");
print("[ "); ?>
html
for($i=0;$i<=count($txt)-1;$i++): ?>
| =$txt[$i]?>
endfor;
print(" ]"); ?>
|
if($SESSION_LEVEL=='administrator' || $SESSION_LEVEL=='moderator' || $SESSION_LEVEL=='gloperator') {
?>
[ admin: upload new res ]
[ admin: download res ]
}
?>
[ back to the party releases ]
|
|
|
require("include/bottom.php"); ?>