File size: 3.98Kb
<?
header("Content-type:text/vnd.wap.wml;charset=UTF-8");
print "<?xml version=\"1.0\" encoding=\"UTF-8\"?><!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
<wml>
<card id=\"index\" title=\"Кости\"><p align=\"center\"><small>Кости</small>
<br/><small>*******</small><br/>
</p>";
include "./ini.php";
$query_users = @mysql_query("select * from `chat_users` where id='$id' and ci='$ci';");
$data = @mysql_fetch_array($query_users);
$posts = $data['posts'];
$myfirst=mt_rand(1,6);
$mysecond=mt_rand(1,6);
$myall=$myfirst+$mysecond;
$masterfirst=mt_rand(1,6);
$mastersecond=mt_rand(1,6);
$masterall=$masterfirst+$mastersecond;
$myvalent=$stavka+$stavka;
$myzhopa=$posts-$stavka;
$mywin=$posts+$myvalent;
print "<small>Ваш кредит:<b>$posts</b></small>";
if($posts<1){print "<p align=\"center\"><small>У вас должно быть не менее 1 пост!</small><br/>
<small><a href=\"kosti.php?ci=$ci&id=$id&pass=$pass\">Назад</a></small></p>";}
if($stavka>5){print "<p align=\"center\"><small>Ставка не может превышать 5 постов!</small><br/>
<small><a href=\"kosti.php?ci=$ci&id=$id&pass=$pass\">Назад</a></small></p>";}
else {
if($myall < "$masterall") { @mysql_query("update `chat_users` set posts='$myzhopa' where id='$id' and ci='$ci'; ");
print "<p align=\"left\">
<small>Вы бросили: $myfirst и $mysecond</small><br/>
<small>zaharec бросил: $masterfirst и $mastersecond</small><br/></p><p align=\"center\">
<small>ВЫ ПРОИГРАЛИ :(</small><br/>
<br/>
<small><a href=\"kosti.php?ci=$ci&id=$id&pass=$pass\">Кости</a></small><br/>
<small><a href=\"enter.php?ci=$ci&id=$id&pass=$pass\">Прихожая</a></small></p>";
}
if($myall == "$masterall") {
print "<p align=\"left\">
<small>Вы бросили: $myfirst и $mysecond</small><br/>
<small>zaharec бросил: $masterfirst и $mastersecond</small><br/></p>
<p align=\"center\">
<small>НИЧИЯ :|</small><br/>
<br/>
<small><a href=\"kosti.php?ci=$ci&id=$id&pass=$pass\">Кости</a></small>
<br/>
<small><a href=\"enter.php?ci=$ci&id=$id&pass=$pass\">Прихожая</a></small></p>";
}
if($myall > "$masterall") { @mysql_query("update `chat_users` set posts='$mywin' where id='$id' and ci='$ci'; ");
print "<p align=\"left\">
<small>Вы бросили: $myfirst и $mysecond</small><br/>
<small>zaharec бросил: $masterfirst и $mastersecond</small><br/>
</p>
<p align=\"center\">
<small>ВЫ ВЫЙГРАЛИ! :))))</small><br/>
<small>Приплюсовано: $myvalent постов</small><br/>
<br/>
<small><a href=\"kosti.php?ci=$ci&id=$id&pass=$pass\">Кости</a></small><br/>
<small><a href=\"enter.php?ci=$ci&id=$id&pass=$pass\">Прихожая</a></small></p>";
}}
print "</card>
</wml>";
?>