include "../left_main.htm";
?>
|
for($addot=0;$addot<88;$addot++)
{
echo "";
}
?>
2001³â 12¿ùÈ£ Åë±Ç 9È£
|
|
|
|
|
$banners="../../../adlist.txt";
$banners=file($banners);
$ban=count($banners);
$fp = fopen("../../../rotation.txt","r+");
$num = fgets($fp, 8);
if($num>$ban-2)
{
$num = 0;
}else{
$num = $num + 1;
}
rewind($fp);
fputs($fp,$num,8);
$num = strval($num);
$select=$num;
$banner=explode("&", $banners[$select]);
echo "";
fclose($fp);
?>
|
include "../copyright.htm";
?>
|
|
|