3 if (!isset($_COOKIE['DMDM']) && !isset($_COOKIE['MDMD'])) {
4 header('location:index.php');
10 $ico = file('ico.txt');
14 $p = (isset($_GET['p'])&&is_numeric($_GET['p']))?
($_GET['p']*20):20;
15 $s = (isset($_GET['p'])&&is_numeric($_GET['p']))?
$p-20:0;
16 print "<div style=\"margin-top:100px\">";
17 for ($i=$s; $i < $p; $i++
)
19 echo "<a href=\"status.php?ico=".$ico[$i]."\"><img src=\"".$livesitePath2."/ico/".$ico[$i]."\" height=\"30\" style=\"margin:5px;\"></a>";
21 print "<div style=\"max-width:500px;margin-top:30px;text-align:center\">";
23 print "<a href=\"choose.php?p=$t\" style=\"margin:5px;padding:5px;display:inline-block\">$t</a>";