Вход Регистрация
Файл: sys/s-fnc/otkuda.php
Строк: 16
<?
if (isset($_SESSION['refer']) && $_SESSION['refer']!=NULL && !preg_match('#(rules)|(smiles)|(secure)|(aut)|(reg)|(umenu)|(zakl)|(mail)|(anketa)|(settings)|(avatar)|(info).php#',$_SERVER['SCRIPT_NAME']))
{
$_SESSION['refer']=NULL;
}
function 
otkuda($ref)
{
if (
preg_match('#^/forum/#',$ref))
{
$mesto='Форум';
}
else if (
preg_match('#^/chat/#',$ref))
{
$mesto='Чат';
}
else if (
preg_match('#^/news/#',$ref))
{
$mesto='Новости';
}
else if (
preg_match('#^/adm_panel/#',$ref))
{
$mesto='Админка';
}
else if (
preg_match('#^/guest/#',$ref))
{
$mesto='Гостевая';
}
else if (
preg_match('#^/users.php#',$ref))
{
$mesto='Пользователи';
}
else if (
preg_match('#^/online.php#',$ref))
{
$mesto='Сейчас на сайте';
}
else if (
preg_match('#^/online_g.php#',$ref))
{
$mesto='Гости';
}
else if (
preg_match('#^/reg.php#',$ref))
{
$mesto='Регистрация';
}
else if (
preg_match('#^/obmen/#',$ref))
{
$mesto='Зона Обмена';
}
else if (
preg_match('#^/aut.php#',$ref))
{
$mesto='Авторизация';
}
else if (
preg_match('#^/index.php#',$ref))
{
$mesto='Главная';
}
else if (
preg_match('#^/??$#',$ref))
{
$mesto='Главная';
}
else
$mesto=false;
return 
$mesto;
}
?>
Онлайн: 2
Реклама