Просмотр файла icq_st/result.php

Размер файла: 1.44Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#-----------------------------------------------------#	
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.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";

$text = file(BASEDIR."local/icq.dat"); 
if ($text!=""){
$udata = explode(":||:",$text[0]);
$privat=trim($icq[1]);}

echo'<b>Статус номера '.$icq.' </b>';
echo'<img src="http://web.icq.com/whitepages/online?icq='.$icq.'&amp;img=5" alt=""><br>';
echo'<a href="index.php?'.SID.'">Назад</a><hr>';
echo'<a href="../index.php?action=menu&amp;'.SID.'">На главную</a><br>';

include_once"../themes/$config_themes/foot.php";
?>