File size: 873B
<?php
// Чат GBodr
// Версия: 1.0
// Автор: Gemorroj
require 'header.php';
require 'functions.php';
$id = intval($_GET['id']);
$ps = check($_GET['ps']);
$ref = rand(1,9999);
print $top.'
<card id="enter" title="Игры">
<p>
<small>
»<a href="games/21.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Очко</a><br/>
»<a href="games/kosti.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Кости</a><br/>
»<a href="games/777.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Бандит</a><br/>
»<a href="games/naperstki.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Напёрстки</a><br/>
»<a href="games/ugadaika.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Угадай число</a><br/>
---<br/>
<a href="enter.php?id='.$id.'&ps='.$ps.'&ref='.$ref.'">Прихожая</a>
</small>
</p></card></wml>';
?>