Размер файла: 655B
<?
Error_Reporting(E_ALL & ~E_NOTICE);
header("Content-type:text/vnd.wap.wml;charset=utf-8");
include 'config.php';
print "<?xml version=\"1.0\" encoding=\"utf-8\"?>
<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
<wml><card id=\"mas\" title=\"$zag\"><p>";
print"регистраций:<small>";
require "counterreg.dat";
print"
</small>";
print"<br/>
<img src=\"st/44.gif\" alt =\"+\"/>
<a href=\"index.php\"><font color=\"blue\">[$sktext[5]]</font></a>
";
print "</p></card></wml>";
?>