View file love/kab.php

File size: 2.71Kb
<?
include "ini.php";
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";

$text = file("../local/profil/$log.prof");
if ($text!=""){
$udata = explode(":||:",$text[0]);
$provlog=trim($udata[0]);
$provpar=trim($udata[1]);
$privat=trim($udata[10]);}
//////////////////////////////////////////////////////////////////////////////////////
if (md5($_SESSION['par'])!==$provpar || $_SESSION['log']!==$provlog || $_SESSION['log']=="" || md5($_SESSION['par'])=="")
{header ("Location: index.php?".SID."");exit;}
//////////////////////////////////////////////////////////////////////////////////////

echo '<div class="tp"><img src="lovers.png" alt="" /> Личный кабинет</div><div class=body>';
if (!file_exists("../local/datalove/prof/$log.prof"))
{
header ("Location: reg.php?".SID."");exit;
}
else
{
$datalove=@file("../local/datalove/prof/$log.prof");
$datalove=explode(":||:", $datalove[0]);
if (isset($_GET['reg_ok'])){echo "Регистрация прошла успешно<br />\r\n";}
if (isset($_GET['ank_ok'])){echo "Анкета успешно изменена<br />\r\n";}
include "counter.php";
if ($co_n_ss!='0'){
$ps=strrev($co_n_ss);
if($ps[0]!="1"){
echo "У вас $co_n_ss новых сообщений<br />\r\n";}else{echo "У вас $co_n_ss новое сообщение<br />\r\n";}}

$kont_k='0';
if (file_exists("../local/datalove/kont/$log.kont"))
{
$kont=file("../local/datalove/kont/$log.kont");
$kont_k=count($kont);
}

echo "&raquo; <a href=\"love.php?".SID."\" >Контакты</a> ($kont_k)<br />\r\n";
echo "&raquo; <a href=\"search.php?".SID."\" >Поиск контакта</a><br />\r\n";
echo "&raquo; <a href=\"kont.php?kont=$log&amp;".SID."\" >Посмотреть свою анкету</a><br />\r\n";
echo "&raquo; <a href=\"anketa.php?".SID."\" >Изменить анкету</a><br />\r\n";
echo "&raquo; <a href=\"setfoto.php?".SID."\" >Настройки фото</a><br />\r\n";
echo "&raquo; <a href=\"addfoto.php?".SID."\" >Добавить фото</a><br />\r\n";
echo "&raquo; <a href=\"set.php?".SID."\" >Настройки</a><br />\r\n";
echo "&laquo; <a href=\"index.php?".SID."\" >Главная</a><br />\r\n";
}
echo "<div class='btm'>\r\n";
echo "<a href=\"../index.php?".SID."\">На главную</a></div>\r\n";
include_once"../themes/$config_themes/foot.php";
?>