View file games/salony.php

File size: 1.31Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.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]);}

if($udata[10]>0){echo'<img src="\images/img/mail.gif" alt=""> <b><a href="../pages/privat.php?'.SID.'"><font color="red">Приватное сообщение! ('.$privat.')</font></a></b><br>';}

echo'<div class=a>Caлoны мoб. cвязи *Связист*</div>
&#187; <a href="mobi.php">Maгaзин №1</a><br>
&#187; <a href="mobi2.php">Maгaзин №2</a><br>
&#187; <a href="mobi3.php">Maгaзин №3</a><br>
&#187; <a href="mobi4.php">Maгaзин №4</a><br>
&#187; <a href="mobi5.php">Super-Maгaзин №5</a><br>';

echo'<img src="\images/img/act_home.gif" alt=""><a href="../index.php?'.SID.'">На главную</a>';
include_once"../themes/$config_themes/foot.php";

?>