Просмотр файла m15-16search_users/16/index.php

Размер файла: 2.11Kb
<?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";

if(eregi("[^a-z0-9_-]",$_GET['action']) || eregi("[^a-z0-9_-]",$_GET['f']) || eregi("[^a-z0-9_-]",$_GET['p'])){
header ("Location: index.php?error&".SID); exit;}
if($config_nikname=="" && file("INSTALL.php")){ header ("Location: INSTALL.php?".SID); exit;}
/////////////////////////////////////////////////////
$text = @file("../local/profil/$log.prof"); 
if ($text!=""){
if(!$poisk) {
echo"Найти ник:<br>
<form action=\"index.php?".SID."\" method=\"post\">
<input name=\"poisk\" value=\"\"/><br>";
echo"<input type=\"submit\" value=\"Найти\"></form>";

} else {

$dp = opendir("../local/profil/");

while ($file = @readdir ($dp))
    {
    if(substr($file,0,1) != '.' and substr($file,-4) != '.txt' and $file != "index.php")
        {
        $file_array[] =  $file;
        }
    }
if(in_array($poisk.".prof", $file_array)) print "Юзер найден: <a href=\"../pages/anketa.php?uz=$poisk\">$poisk</a><br/>";
else print "Нет такого юзера!<br/>";  
print '<br/><a href="index.php?'.SID.'">Искать еще</a>';
print '<br/><a href="../index.php?'.SID.'">На главную</a>';
}
}
include_once"../themes/$config_themes/foot.php";
?>