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

Размер файла: 3.61Kb
<?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">'.
'<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";}
$login = autorize();
print '<card title="'.$lang['ignor'].'">'.
'<p>';
if($login) {
        //&#1074;&#1099;&#1073;&#1080;&#1088;&#1072;&#1077;&#1084; &#1088;&#1077;&#1078;&#1080;&#1084;
        switch($mod) {
        case 'del':
        if(@mysql_query("delete from `".$px.$itable."` where id=$delid and ci='$ci'")) print $lang['done'];
        else print $lang['error'];
        break;
        case 'set':
        //&#1079;&#1072;&#1087;&#1088;&#1086;&#1089; &#1085;&#1072; &#1080;&#1075;&#1085;&#1086;&#1088; &#1076;&#1083;&#1103; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1103;
        $qignor = @mysql_query("select * from `".$px.$itable."` where loginid=".$login['id']." and ci='$ci';");
        $idata = @mysql_fetch_array($qignor);
        $qu = @mysql_query("select login from `".$px.$utable."` where id=$whoid and ci='$ci';");
        $usr = @mysql_fetch_array($qu);
        //&#1077;&#1089;&#1083;&#1080; &#1087;&#1077;&#1088;&#1077;&#1076;&#1072;&#1085; &#1087;&#1072;&#1088;&#1072;&#1084;&#1077;&#1090;&#1088; &#1080; &#1101;&#1090;&#1086;&#1090; &#1080;&#1076; &#1085;&#1077; &#1074; &#1080;&#1075;&#1085;&#1086;&#1088;&#1077;
        if($whoid&&$usr['login']!=$idata['user']) $add_ignor = @mysql_query("INSERT INTO `".$px.$itable."` VALUES(0, ".$login['id'].", '".$usr['login']."', '$ci');");
        //&#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1100; &#1076;&#1086;&#1073;&#1072;&#1074;&#1083;&#1077;&#1085;
        if($add_ignor) print $lang['done'];
        //&#1086;&#1096;&#1080;&#1073;&#1082;&#1072; &#1076;&#1086;&#1073;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1103;
        else print $lang['error'];
        break;
        //&#1087;&#1086; &#1091;&#1084;&#1086;&#1083;&#1095;&#1072;&#1085;&#1080;&#1102;
        default:
        //&#1079;&#1072;&#1087;&#1088;&#1086;&#1089; &#1085;&#1072; &#1080;&#1075;&#1085;&#1086;&#1088; &#1076;&#1083;&#1103; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1103;
        $qignor = @mysql_query("select * from `".$px.$itable."` where loginid=".$login['id']." and ci='$ci';");
        while($idata = @mysql_fetch_array($qignor)) {
                print '<a href="ignor.php?ci='.$ci.'&amp;id='.$login['id'].'&amp;pass='.$login['pass'].'&amp;mod=del&amp;delid='.$idata['id'].'">'.$idata['user'].'</a><br/>';
        }
        break;
        }
        //&#1074;&#1099;&#1074;&#1086;&#1076;&#1080;&#1084; &#1089;&#1089;&#1099;&#1083;&#1082;&#1091; &#1074; &#1095;&#1072;&#1090;
        if($mod) {
        print "<anchor>".$lang['back']."<prev/></anchor><br/>";
        print "<a href=\"ignor.php?ci=$ci&amp;id=$id&amp;pass=$pass\">".$lang['ignor']."</a><br/>";
        }
        if($room)
        print "<a href=\"./room.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;room=$room\">".$lang['to_chat']."</a><br/>";
        else
        print "<a href=\"./enter.php?ci=$ci&amp;id=$id&amp;pass=$pass\">".$lang['holl']."</a><br/>";
        } else { print $lang['not_loged']; }

@mysql_close();
print '</p>'.
'</card>'.
'</wml>';
ob_end_flush();
?>