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

Размер файла: 1.45Kb
<?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]);
$icq=trim($udata[1]);}

echo'<form method="post" action="result.php?'.SID.'">';
echo'Введите UIN:<br><input name="icq" value="'.$udata[1].'" /><br>';
echo'<br><input value="Проверить" type="submit" /></form>';
echo'<br><a href="../index.php?action=menu&amp;'.SID.'">На главную</a><br>';

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