File size: 5.21Kb
<?php
////////////////////////////////////////////////////////////////////////////
// -_- W|W PHP-master -_- //
// //
// Copyright 2008 MyIE //
// Create and Design by -_- MyIE //
// Site (web) -_- http://www.phpedited.com //
// Site (wap) -_- http://wap.phpedited.com //
// E-mail (MyIE) -_- [email protected] //
// ICQ (MyIE) -_- 952-11-78 //
// //
// Вы не имеете право убирать копирайт //
// оффициального сайта! //
//This program is free software: you can redistribute it and/or modify //
//it under the terms of the GNU General Public License as published by //
//the Free Software Foundation, either version 3 of the License, or //
//(at your option) any later version. //
// //
//This program is distributed in the hope that it will be useful, //
//but WITHOUT ANY WARRANTY; without even the implied warranty of //
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
//GNU General Public License for more details. //
// //
//You should have received a copy of the GNU General Public License //
//along with this program. If not, see <http://www.gnu.org/licenses/>. //
////////////////////////////////////////////////////////////////////////////
?>
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo("<td background='thm-wb/$url_thm/pls.gif' align=center valign=_top>");
?>
Навигация
</td>
</tr>
<tr>
<td valign=_top>
<li><a href="wap/" title='Перейти на wap версию сайта'>WAP-master</a></li><br>
<?php
echo("<li><a href='$url' title='Перейти на главную страницу проекта'>На главную</a></li><br>");
?>
<li><a href="pgs/dwld.php" title='Скачать самую свежую версию'>Скачать</a></li><br>
<li><a href="fm/index.php" title='Задай свой вопрос здесь'>Форум</a></li><br>
<li><a href="gb/index.php" title='Для тех, кто не любит регистрироваться'>Гостевая книга</a></li><br>
<li><a href="pgs/fq.php" title='Небольшое FAQ по нашему моду'>FAQ</a></li><br>
<li><a href="pgs/usbr.php" title='Наши кнопки, поставь себе'>Наши кнопки</a></li><br>
</td>
</tr>
</table>
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo("<td background='thm-wb/$url_thm/pls.gif' align=center>");
?>
Авторизация
</td>
</tr>
<tr>
<td>
<?php
if (!$_SESSION)
{
?>
<table cellpadding=0 cellspacing=0>
<tr>
<form method='get' action='tmpl/vhd.php' onsubmit=SubmitControl(this)>
<td>Логин:</td>
<td><input name='log' type='text' maxlength=40 size=20 style='width:80px' class=input> </td>
</tr>
<tr>
<td>Пароль:</td>
<td><input name='pass' type='password' maxlength=20 size=20 style='width:80px' class=input> </td>
</tr>
<tr>
<td><center><input value='Вход' type='submit' class=submit></form></center></td>
</tr>
</table>
<?php
$reg=fopen("wap/lcl/rega.dt","r");
$regus=fgets($reg);
if ($regus==1)
{
?>
<a href='pgs/rgstr.php' class=cool>Регистрация</a>
<?php
}
if ($regus==0)
{
?>
<font color=red>Регистрация закрыта</font>
<?php
}
}
if ($_SESSION)
{
$log=$_SESSION['username'];
echo 'Привет, <a href=usr/prosmotr.php?log_pr=';
echo ("$log");
echo '><font color=red>'.$_SESSION['username'].'</font></a>';
echo ("<br><a href='usr/index.php' class=cool>Личный кабинет</a>");
echo ("<br><a href='tmpl/exit.php' class=cool>Выход [Exit]</a>");
////////// проверка на админа ////////
$file_array = file("wap/lcl/prof/$log");
if(!$file_array)
{
//echo("Ошибка открытия файла wap/lcl/prof/log$log ");
}
if ($file_array[2]==101)
{
echo ("<br><a href=$url/adm/index.php>[В админ-панель]</a>");
}
if (($file_array[2]==101) || ($file_array[2]==102))
{
echo (" <a href='adm/nws_add.php' title='Добавление новости'>[Добавить новость]</a>");
}
}
?>
</td>
</tr>
</table>
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo ("<td background='thm-wb/$url_thm/pls.gif' align=center>");
?>
Инфо
</td>
</tr>
<tr>
<td align=center>
<?php
$file = fopen("wap/lcl/version.dt","r");
if(!$file)
{
echo("Ошибка открытия файла version.dt");
}
else
{
$version = fgets ($file);
}
echo ("$version<br>");
?>
</td>
</tr>
</table>
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo ("<td background='thm-wb/$url_thm/pls.gif' align=center>");
?>
Статистика
</td>
</tr>
<tr>
<td>
<center>
<script src="tmpl/online.php?usr=true"></script><br>
</center>
</td>
</tr>
</table>
<table border=0 cellspacing=5 cellpadding=0 width=150>
<tr>
<?php
echo ("<td background='thm-wb/$url_thm/pls.gif' align=center>");
?>
Сайты друзья
</td>
</tr>
<tr>
<td>
<li><a href="http://www.club-icq.pnz.ru/">Club-ICQ</a></li><br>
<li><a href="http://www.phpedited.com/">W|W PHP-master</a></li><br>
</td>
</tr>
</table>