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

Размер файла: 2.05Kb
<?
Error_Reporting(E_ALL & ~E_NOTICE);
Error_Reporting (ERROR | WARNING);

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";
 
$text = @file("../local/profil/$log.prof"); 
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);
$privat=trim($udata[10]);}


extract($HTTP_GET_VARS);
extract($HTTP_POST_VARS);
extract($HTTP_COOKIE_VARS);
extract($HTTP_SERVER_VARS);
extract($HTTP_SESSION_VARS);

echo "<br/><div class=\"b\"><center>Opera Mini</center></div><div>";
$vib="$mob$mod";
if(empty($vib)) {
echo "Шаг 1 из 3</div><div class=\"b\">Выберите свои телефон</div><div>";
$_SESSION[a]="";
print"<div class=\"b\">";
include "./index.txt";
print"</div>";
}else{
if(!empty($mob)){
$_SESSION[a]="$mob";
echo "Шаг 2 из 3</div><div class=\"b\">Выберите модель своего телефона</div><div>";
print"<div class=\"b\">";
include "./phones/$mob.txt";
print"</div>";
}else{
echo "Шаг 3 из 3</div><div class=\"b\">Выберите формат и установите приложение!</div><div class=\"b\"><a href=\"opera.php?om=$_SESSION[a]_$mod&f=jar\">JAR</a> || <a href=\"opera.php?om=$_SESSION[a]_$mod&f=jad\">JAD</a></div><br/>";
}}

if(!empty($_SESSION[a])){
echo"<div class=\"c\">Выбрать:</div><div class=\"b\">";
echo".:<a href=\"./index.php\">Телефон</a><br/>";
if(!empty($mod)){
echo".:<a href=\"./index.php?mob=$_SESSION[a]\">Модель телефона</a><br/>";
}
print"</div>";
}
echo"<br/>";
echo '<br><img src="../../images/img/homepage.gif" alt=""> <a href="../../index.php?'.SID.'">Главная</a>';

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

?>