View file reg.php

File size: 1.9Kb
<?
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
// Автор: Данилов Максим aka Wapmax  (Регистрация v.1.0)  *
// Сайт: http://wapmax.ru                                 *
// e-mail: [email protected]  &  [email protected]          * 
// Подробности по установке в readme.txt                  *
//* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
include('say.php');
Error_Reporting(E_ALL & ~E_NOTICE);
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.2//EN\" \"http://www.wapforum.org/DTD/wml12.dtd\">
	<wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head><card id=\"index\" title=\"WAPmax.RU\"><p align=\"center\">";
print "
<small>

&#x41F;&#x43E;&#x43B;&#x44F; &#x43F;&#x43E;&#x43C;&#x435;&#x447;&#x435;&#x43D;&#x44B;&#x435; &#x437;&#x43D;&#x430;&#x43A;&#x43E;&#x43C; <b>*</b> &#x43E;&#x431;&#x44F;&#x437;&#x430;&#x442;&#x435;&#x43B;&#x44C;&#x43D;&#x44B; &#x434;&#x43B;&#x44F; &#x437;&#x430;&#x43F;&#x43E;&#x43B;&#x43D;&#x435;&#x43D;&#x438;&#x44F;!<br/>

*&#x412;&#x430;&#x448;&#x435; &#x438;&#x43C;&#x44F;:*<br/>
<input type=\"text\" name=\"name\" maxlength=\"10\"/><br/>
*&#x412;&#x430;&#x448; &#x41F;&#x430;&#x440;&#x43E;&#x43B;&#x44C;:*<br/>
<input type=\"text\" name=\"pass\" maxlength=\"18\"/><br/>
&#x412;&#x430;&#x448; &#x441;&#x430;&#x439;&#x442;:<br/>
<input type=\"text\" name=\"site\" maxlength=\"30\" value=\"http://\"/><br/>
<anchor title=\"Send\">&#x420;&#x435;&#x433;&#x438;&#x441;&#x442;&#x440;&#x430;&#x446;&#x438;&#x44F;
<go href=\"send.php\" method=\"post\">
<postfield name=\"name\" value=\"$(name)\"/>
<postfield name=\"site\" value=\"$(site)\"/>
<postfield name=\"pass\" value=\"$(pass)\"/>
</go></anchor></small><br></br><br/>
<a href=\"$sis\">$jar</a><br/>
</p>
</card>
</wml>";
?>