Просмотр файла chatservice/in.php

Размер файла: 3.42Kb
<?php
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
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\">";
print "<wml><head><meta http-equiv=\"Cache-Control\" content=\"no-cache\" forua=\"true\"/></head>";

include "./ini.php";
mysql_query ("select * from bannedib WHERE ci='$ci' AND (ip = '".getenv(REMOTE_ADDR)."')and(browser = '".getenv(HTTP_USER_AGENT)."')");
                        if(mysql_affected_rows()!=0){include "b.php";}

print "<card title=\"&#1040;&#1074;&#1090;&#1086;&#1088;&#1080;&#1079;&#1072;&#1094;&#1080;&#1103;\">
<p align=\"center\">";


if(!empty($login))
$q = @mysql_query("select `id` from `".$px.$utable."` where `login`='".$login."' and ci='$ci';");
if(empty($id)) {

$data = @mysql_fetch_array($q);

$id = $data['id'];
}

$login = autorize();


if($login) {
        if(!$login['ip']) { @mysql_query("update `".$px.$utable."` set `ip`='".getenv(REMOTE_ADDR)."' where `id`='".$id."' and ci='$ci';"); }
        if(!$login['soft']) { @mysql_query("update `".$px.$utable."` set `soft`='".getenv(HTTP_USER_AGENT)."' where `id`='".$id."' and ci='$ci';"); }



if($login['soft']==".getenv(HTTP_USER_AGENT).")        {

print "<small><b>&#1055;&#1088;&#1080;&#1074;&#1077;&#1090; ".$login['login']."!</b></small><br/>";
print "<small>&#1058;&#1074;&#1086;&#1081; &#1073;&#1088;&#1072;&#1091;&#1079;&#1077;&#1088;: <b>".getenv(HTTP_USER_AGENT)."</b></small><br/>";
print "<small>IP: <b>".getenv(REMOTE_ADDR)."</b></small><br/>";
print "<small>&#1055;&#1088;&#1080;&#1103;&#1090;&#1085;&#1086;&#1075;&#1086; &#1086;&#1073;&#1097;&#1077;&#1085;&#1080;&#1103; :)))</small><br/>";
print "<small><a href=\"enter.php?ci=$ci&amp;id=$id&amp;pass=$pass\">&#1042; &#1095;&#1072;&#1090;</a></small><br/>";  }     else
       { @mysql_query("update `".$px.$utable."` set `soft`='".getenv(HTTP_USER_AGENT)."' where `id`='".$id."' and ci='$ci';");

print "<small><b>&#1055;&#1088;&#1080;&#1074;&#1077;&#1090; ".$login['login']."!</b></small><br/>";
print "<small><b>&#1042;&#1085;&#1080;&#1084;&#1072;&#1085;&#1080;&#1077; &#1074;&#1093;&#1086;&#1076; &#1074; &#1095;&#1072;&#1090; &#1087;&#1086;&#1076; &#1076;&#1088;&#1091;&#1075;&#1080;&#1084; ip &#1080;&#1083;&#1080; &#1041;&#1088;&#1072;&#1091;&#1079;&#1077;&#1088;&#1086;&#1084;. &#1044;&#1072;&#1085;&#1085;&#1099;&#1077; &#1086;&#1073;&#1085;&#1086;&#1074;&#1083;&#1077;&#1085;&#1099;!</b></small><br/>";
print "<small>&#1058;&#1074;&#1086;&#1081; &#1073;&#1088;&#1072;&#1091;&#1079;&#1077;&#1088;: <b>".getenv(HTTP_USER_AGENT)."</b></small><br/>";
print "<small>IP: <b>".getenv(REMOTE_ADDR)."</b></small><br/>";
print "<small>&#1055;&#1088;&#1080;&#1103;&#1090;&#1085;&#1086;&#1075;&#1086; &#1086;&#1073;&#1097;&#1077;&#1085;&#1080;&#1103; :)))</small><br/>";
print "<small><a href=\"enter.php?ci=$ci&amp;id=$id&amp;pass=$pass\">&#1042; &#1095;&#1072;&#1090;</a></small><br/>"; }


print "<small>****</small>
<br/><small><a href=\"http://ruwap.com.ru\">ruwap.com.ru</a></small><br/>";


} else { print "<small>&#1053;&#1077; &#1074;&#1077;&#1088;&#1085;&#1099;&#1081; &#1074;&#1074;&#1086;&#1076;!</small><br/>
<small><a href=\"index.php?ci=$ci\">&#1053;&#1072;&#1079;&#1072;&#1076;</a></small><br/>
<small><a href=\"http://ruwap.com.ru\">ruwap.com.ru</a></small>"; }



print "</p>

</card>
</wml>";

@mysql_close();
?>