File size: 1.69Kb
<?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/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($_GET['action']) && eregi("[^a-z0-9_-]",$_GET['action']) || $_GET['action']=="" || $_GET['action']=="index"){header ("Location: ../index.php?".SID); exit;}
if(isset($_GET['action']) && $_GET['action']=="menu" && (md5($_SESSION['par'])!=$provpar || $_SESSION['log']!=$provlog)){header ("Location: ../index.php?".SID); exit;}
if(file_exists(BASEDIR.'local/datamain/'.$_GET['action'].'.dat')){
include BASEDIR.'local/datamain/'.$_GET['action'].'.dat';
echo '<img src="'.BASEDIR.'images/img/act_home.gif" alt=""> <a href="'.BASEDIR.'index.php?'.SID.'">На главную</a><br>';
}else{ header ("Location: ../index.php?isset=404&".SID); exit; }
include_once"../themes/$config_themes/foot.php";
?>