Просмотр файла znak_otzuv(mysql)/index.php

Размер файла: 2.08Kb
<?php
Error_Reporting(E_ALL & ~E_NOTICE);
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
include"c.php";

$i=0;
$q1=@mysql_query("select count(*) from `users` where sex='m' and counter>0;");
$q2=@mysql_query("select count(*) from `users` where sex='zh' and counter>0;");

$i1=@mysql_fetch_array($q1);
$i2=@mysql_fetch_array($q2);

$znak_count = @mysql_query("SELECT count(*) FROM `users` WHERE id>0;");
$zdc = @mysql_fetch_array($znak_count);
$zncount = $zdc['count(*)'];
$znak_regs = @mysql_query("select count(*) from `users`;");
$zregs = @mysql_fetch_array($znak_regs);

@mysql_close();


print "<?xml version=\"1.0\" encoding=\"utf-8\"?>";
print "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\">
<wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>";
print "<card title=\"&#1047;&#1085;&#1072;&#1082;&#1086;&#1084;&#1089;&#1090;&#1074;&#1072;\">";

if($nick==""){print "<p align=\"center\">&#1055;&#1088;&#1080;&#1103;&#1090;&#1085;&#1099;&#1093; &#1079;&#1085;&#1072;&#1082;&#1086;&#1084;&#1089;&#1090;&#1074; :))<br/>
&#1042;&#1089;&#1077;&#1075;&#1086; &#1088;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1081;: ".$zdc['count(*)']."<br/></p>";} else
{print "<p align=\"center\">&#1043;&#1086;&#1083;&#1086;&#1089; &#1079;&#1072; $nick &#1087;&#1088;&#1080;&#1085;&#1103;&#1090;!</p>";}
print "<p align=\"center\">
<a href=\"znak.php?sex=m\">&#1055;&#1072;&#1088;&#1085;&#1080;[".$i1['count(*)']."]</a><br/>
<a href=\"znak.php?sex=zh\">&#1044;&#1077;&#1074;&#1091;&#1096;&#1082;&#1080;[".$i2['count(*)']."]</a><br/><br/>

<a href=\"./search.wml\">&#1055;&#1086;&#1080;&#1089;&#1082;</a><br/>
<a href=\"./enter.php\">&#1057;&#1084;&#1077;&#1085;&#1072; &#1072;&#1085;&#1082;&#1077;&#1090;&#1099;</a><br/>
<a href=\"./reg.wml\">&#1056;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1103;>>></a><br/>
<a href=\"../index.php\">:::&#x043D;&#x0430;&#x0437;&#x0430;&#x0434;</a><br/><br/>
</p><p align=\"center\">
<a href=\"http://mas.net.ru\">Mas.Net.Ru</a><br/>
</p>";

print "</card></wml>";
?>