View file chatservice/kosti.php

File size: 1.94Kb
<?
header("Content-type:text/vnd.wap.wml;charset=UTF-8");
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'];

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=\"&#x41A;&#x43E;&#x441;&#x442;&#x438;\"><p align=\"center\">";
if($posts<"50") {print "<small>&#x0423; &#x0432;&#x0430;&#x0441; &#x043D;&#x0435; &#x0434;&#x043E;&#x0441;&#x0442;&#x0430;&#x0442;&#x043E;&#x0447;&#x043D;&#x043E; &#x043F;&#x043E;&#x0441;&#x0442;&#x043E;&#x0432;! &#x041D;&#x0443;&#x0436;&#x043D;&#x043E; &#x0438;&#x043C;&#x0435;&#x0442;&#x044C; &#x043C;&#x0438;&#x043D;&#x0438;&#x043C;&#x0443;&#x043C; 50 &#x043F;&#x043E;&#x0441;&#x0442;&#x043E;&#x0432; !!!</small>";}
else {
print "<small>&#x41A;&#x43E;&#x441;&#x442;&#x438;: &#1048;&#1075;&#1088;&#1072; &#1085;&#1072; &#1089;&#1086;&#1073;&#1089;&#1090;&#1074;&#1077;&#1085;&#1085;&#1099;&#1077; &#1087;&#1086;&#1089;&#1090;&#1099;</small><br/><small>*******</small><br/>
<small>&#1042;&#1072;&#1096; &#1082;&#1088;&#1077;&#1076;&#1080;&#1090;:<b>$posts</b></small><br/>
<small>&#1042;&#1072;&#1096;&#1072; &#1089;&#1090;&#1072;&#1074;&#1082;&#1072;(&#1086;&#1090; 1 &#1076;&#1086; 999 &#1087;&#1086;&#1089;&#1090;&#1086;&#1074;)</small><br/><input name=\"stavka\" title=\"stavka\" maxlength=\"3\" format=\"*N\"/><br/>
<br/>
<small><anchor title=\"go\">&#1048;&#1075;&#1088;&#1072;&#1077;&#1084;<go href=\"brosok.php?ci=$ci&amp;id=$id&amp;pass=$pass\" method=\"post\"><postfield name=\"stavka\" value=\"$(stavka)\"/>



</go></anchor></small>";}
print "<br/><small>*******</small><br/>
<small><a href=\"enter.php?ci=$ci&amp;id=$id&amp;pass=$pass\">&#1055;&#1088;&#1080;&#1093;&#1086;&#1078;&#1072;&#1103;</a></small><br/>
</p></card></wml>";
@mysql_close();
ob_end_flush();
?>