Просмотр файла games/grup.php

Размер файла: 1.41Kb
<?php
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("../local/profil/$log.prof"); 
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);
$privat=trim($udata[10]);}
if (!$_SESSION['log']=="" && !md5($_SESSION['par'])=="" && md5($_SESSION['par'])==$provpar && $_SESSION['log']==$provlog ) {
if($udata[10]>0){echo'<img src="\images/img/mail.gif" alt=""> <b><a href="../pages/privat.php?'.SID.'"><font color="red">Приватное сообщение! ('.$privat.')</font></a></b><br>';}}


echo'<div class=a>Бaнды и гpyппиpoвки</div>
&#187; <a href="rband.php">Peйтинг бaнд</a><br>
&#187; <a href="bandity.php">Peйтинг бaндитoв</a><br>
&#187; <a href="zona.php">Зoнa - Oтcидкa</a><br>
&#187; <a href="svya.php">Cвящeнник</a><hr><br>';


             
echo'<img src="\images/img/act_home.gif" alt=""><a href="../index.php?'.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";
?>