Просмотр файла dchat/mainreg.php

Размер файла: 4.1Kb
<?

                    //                                      //////             //                                                //                        //           //
                    //                                      //       //                          //            /////                     /////                 
                    /////    \\        //          //        //         //       //    //        //     //      //     //               //           //
                    //   //     \\     //           //          //       //    //         //      //      //     //      //////     //           // 
                    //   //       \\ //             //        //         //      //    //         //      //     //               //     //           //
                    /////         \//               //////            //         //               //      //     //     /////        //           //  
                                         //                                                                                                                                    /////
                                        //

                  ///////////////////////////      [email protected]      ///////////////////////////////                         

Error_Reporting(E_ALL & ~E_NOTICE);          /////////////// игнорируем ошибки
header("Content-type:text/vnd.wap.wml;charset=utf-8");      //////// тип и кодировка документа

include 'dan.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>";
							///////////// выводим вмл заголовок
$agent="$REMOTE_ADDR";
$ugent=getenv('HTTP_USER_AGENT');
$agent=trim($agent);
$ugent=trim($ugent);
$ss = @file("$rek/banip.zap");
$strok = sizeof($ss);

if($agent=="85.195.123.22"){$login="";}

$tbs=0;
$textb=@file("$rek/banip.zap");
while($tbs<$strok)
{$textom=@explode(":||:",$textb[$tbs]);
$textom[0]=trim($textom[0]);
$textom[1]=trim($textom[1]);
if($textom[0]==$agent & $textom[1]==$ugent){$login="";
print"&#x0414;&#x043B;&#x044F; &#x0432;&#x0430;&#x0448;&#x0435;&#x0433;&#x043E; ip &#x0440;&#x0435;&#x0433;&#x0438;&#x0441;&#x0442;&#x0440;&#x0430;&#x0446;&#x0438;&#x044F; &#x0437;&#x0430;&#x043F;&#x0440;&#x0435;&#x0449;&#x0435;&#x043D;&#x0430;.<br/>";}
$tbs=$tbs+1;}




$zvanie="";
$login=htmlspecialchars(stripslashes($login));
$login=trim($login);

if($login!="" & $pas!="") {
$proverka=@implode("",@file("$uzer/$login.log"));  
if($proverka==""){
$fors="ob";
$textrek="$login:||:$pas:||:$sex:||:$let:||:$zhivet:||:$osebe:||:$orent:||:$mail:||:$sajt:||:$zvanie:||:$fors:||:0:||:0:||:7:||:600";
$textrek=htmlspecialchars(stripslashes($textrek));
$textrek=str_replace("$","$$",$textrek);

$substr_count = substr_count($textrek,":||:");


if($substr_count<15){$fp=@fopen("$uzer/$login.log","w");
@fputs($fp,"$textrek \r\n");                                    
fclose($fp);
@chmod ("$uzer/$login.log", 0777);}

print"$login, &#x0420;&#x0435;&#x0433;&#x0438;&#x0441;&#x0442;&#x0440;&#x0430;&#x0446;&#x0438;&#x044F; &#x043F;&#x0440;&#x043E;&#x0448;&#x043B;&#x0430; &#x0443;&#x0441;&#x043F;&#x0435;&#x0448;&#x043D;&#x043E;.
<br/><anchor title=\"ok\">&#x0412;&#x043E;&#x0439;&#x0442;&#x0438;
<go href=\"input.php\" method=\"post\">
<postfield name=\"login\" value=\"$login\"/>
<postfield name=\"pas\" value=\"$pas\"/>
<postfield name=\"key\" value=\"$key\"/>
</go>
</anchor><br/><br/>
";


} else {print"&#x042D;&#x0442;&#x043E; &#x0438;&#x043C;&#x044F; &#x0443;&#x0436;&#x0435; &#x0437;&#x0430;&#x043D;&#x044F;&#x0442;&#x043E;! &#x041F;&#x0440;&#x0438;&#x0434;&#x0443;&#x043C;&#x0430;&#x0439;&#x0442;&#x0435; &#x0434;&#x0440;&#x0443;&#x0433;&#x043E;&#x0435;.";}
} else {print"&#x0412;&#x044B; &#x043D;&#x0435; &#x0432;&#x0432;&#x0435;&#x043B;&#x0438; &#x0438;&#x043C;&#x044F; &#x0438;&#x043B;&#x0438; &#x043F;&#x0430;&#x0440;&#x043E;&#x043B;&#x044C;!";}

print"<br/><a href=\"$gl\">&#x041D;&#x0430; &#x0433;&#x043B;&#x0430;&#x0432;&#x043D;&#x0443;&#x044E;</a><br/>
</p></card></wml>";

?>