Размер файла: 4.96Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
if(isset($log) && $log !=""){
echo'Привет, '.$log.'<br>';}else{echo'Привет, гость<br>';}
if ($provlog==$_SESSION['log'] && $provpar==md5($_SESSION['par']) && $_SESSION['log']!="" && md5($_SESSION['par'])!=""){
if($udata[10]>0){
echo'<img src="../images/img/mail.gif" alt=""> <b><a href="../pages/privat.php?'.SID.'"><font color="#FF0000">Приватное сообщение! ('.$privat.')</font></a></b><br>';}}
if(empty($uins)){$uins=$uin;}
$text = @file("data/$uins.log");
if ($text!="")
{
$udata = explode("|",$text[0]);
echo'<center><big>Анкета пользоватля <b>'.$udata[1].'</b></big><br>
Добавлен: '.$udata[12].'</center><br>';
echo"<table width='70%' border=1 cellpadding=0 cellspacing=0>
<tr><td class=e>";
if($udata[11]!=="http://"){echo'<a href="'.$udata[11].'">Посмотреть фотку</a>';}
if($udata[1]!=""){echo'<br><b>Ник:</b> <font color="#ff333333"><b>'.$udata[1].'</b></font>';}
if($udata[4]!=""){echo'<br><b>Имя:</b> '.$udata[4].'';}
if($udata[2]!=""){echo'<br><b>ICQ:</b> '.$udata[2].'';}
if($udata[7]!=""){echo'<br><b>Город:</b> '.$udata[7].'';}
if($udata[8]!=""){echo'<br><b>О себе:</b> '.$udata[8].'';}
if($udata[6]!=""){echo'<br><b>Номер телефона:</b> '.$udata[6].'';}
if($udata[9]!=""){echo'<br><b>Возраст:</b> '.$udata[9].'';}
if($udata[5]!=""){echo'<br><b>E-mail:</b> <a href=mailto:'.$udata[5].'>'.$udata[5].'</a>';}
if ($dostup==101 || $dostup==102 || $dostup==103 || $dostup==105){
if($udata[13]!=""){echo'<br><b>Браузер:</b> '.$udata[13].'';}
if($udata[14]!=""){echo'<br><b>IP:</b> '.$udata[14].'';}
}
$udata[10] = str_replace('Недоступен','<img src="img/stop.png" alt="">',$udata[10]);
$udata[10] = str_replace('Отсутствую','<img src="img/away.png" alt="">',$udata[10]);
$udata[10] = str_replace('Занят','<img src="img/bisy.png" alt="">',$udata[10]);
$udata[10] = str_replace('Онлайн','<img src="img/on.png" alt="">',$udata[10]);
$udata[10] = str_replace('Оффлайн','<img src="img/off.png" alt="">',$udata[10]);
echo'<br>Статус: '.$udata[10].'<br><td>';
######### ОТПРАВКА ICQ ##############
$text = @file("pyramid/data/setting.dat");
if ($text!=""){
$icqdt = explode("|",$text[0]);}
$UIN = $icqdt[5]; // icq-номер, с него будут отправляться сообщения
$PASSWORD = $icqdt[6]; // пароль к нему
echo"<td class=e width='55%'>";
if(!isset($_POST['uin']) or !isset($_POST['text']))
{
if(isset($_GET['uin'])){echo'
Отправить сообщение в ICQ:<br><br>
<form method="post" action="icq.php">
Номер ICQ:<br>
<input type="Text" name="uin" value="'.$_GET[uin].'" maxlength="9"><br>
Сообщение:<br>
<input type="Text" size="70" name="text" value="" maxlength="500"><br>
<input type=submit name="send" value="Отправить">
</form><br>';
}else{
echo'<br>
Отправить сообщение в ICQ:<br><br>
<form method="post" action="icq.php">
Номер ICQ:<br>
<input type="Text" name="uin" value="'.$udata[2].'" maxlength="9"><br>
Сообщение:<br>
<input type="Text" size="70" name="text" value="Привет '.$udata[1].', " maxlength="500"><br>
<input type=submit name="send" value="Отправить">
</form><br>';
}}else{
include('WebIcqLite.class.php');
$text=Encode($_POST['text'],'w');
$icq = new WebIcqLite();
if($icq->connect($UIN, $PASSWORD)){
if(!$icq->send_message($_POST['uin'], $text)){
echo $icq->error;
}else{
echo'<center>
<b><br>Сообщение в icq '.$udata[2].' успешно отправлено отправлено!<b><br></center>';
}
$icq->disconnect();
}else{
echo $icq->error;
}
}
function Encode($str,$type=u)
{
$conv=array();
for($x=192;$x<=239;$x++)
$conv['u'][chr($x)]=chr(208).chr($x-48);
for($x=240;$x<=255;$x++)
$conv['u'][chr($x)]=chr(209).chr($x-112);
$conv['u'][chr(168)]=chr(208).chr(129);
$conv['u'][chr(184)]=chr(209).chr(209);
$conv['w']=array_flip($conv['u']);
if($type=='w' || $type=='u')
return strtr($str,$conv[$type]);
else
return $str;
}
#####################################
echo'</td></tr></table>';
}else{
echo'<br><center><b>Not found!</b></center><br>Анкета была удалена.<br>';
}
echo '<br><hr><img src="../images/img/homepage.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a>';
include_once "../themes/$config_themes/foot.php";
?>