Просмотр файла wwphpedited/tmpl/r-p.php

Размер файла: 4.65Kb
<?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=100%>
<tr>
<td valign=_top>
<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="../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'>
    <td>Логин:</td>
    <td><input name='log' type='text' maxlength=40 size=20 style='width:80px' class=input>&nbsp;</td>
  </tr>
  <tr>
    <td>Пароль:</td>
    <td><input name='pass' type='password' maxlength=20 size=20 style='width:80px' class=input>&nbsp;</td>
  </tr>
<tr>
    <td><center><input value='Вход' type='submit' class=submit></form></center></td>
  </tr>
</table>
<a href='rgstr.php'><font color=#ff9900>Регистрация</font></a>
<?php
}
else
{
$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("Ошибка открытия файла");
	}
if ($file_array[2]==101)
	{
echo ("<br><a href=$url/adm/index.php>В админ-панель</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
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>
<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>