Размер файла: 1.03Kb
- <?php
- Error_Reporting(E_ALL & ~E_NOTICE);
- Error_Reporting (ERROR | WARNING);
- function myErrorHandler ($errno, $errstr, $errfile, $errline) {}
- set_error_handler("myErrorHandler");
- extract($HTTP_GET_VARS);
- extract($HTTP_POST_VARS);
- extract($HTTP_COOKIE_VARS);
- extract($HTTP_SERVER_VARS);
- extract($HTTP_SESSION_VARS);
- //////////////////////////////////////////////////////////////////////////////////////
- ini_set('arg_separator.output','&');
- session_name("SID");
- session_start();
- require_once"../config.php";
- require_once"../template/regglobals.php";
- require_once"../template/antiban.php";
- //////////////////////////////////////////////////////////////////////////////////////
- if(@file("../themes/$themes.php"))
- {include_once"../themes/$themes.php";}else{$themes="default"; include_once"../themes/$themes.php";}
- $rand = rand(0,999);
-
-
- $text = @file("../local/profil/$log.prof");
- if ($text!=""){
- $udata = explode(":||:",$text[0]);
- $provlog=trim($udata[0]);
- $provpar=trim($udata[1]);
- $privat=trim($udata[10]);}
-
-
-
- ?>