Просмотр файла wwphpedited/gb/index.php

Размер файла: 6.12Kb
<?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/>.    //
////////////////////////////////////////////////////////////////////////////
require_once"../tmpl/cnf.php";
require_once"../tmpl/ses.php";
require_once"../tmpl/hd.php";
require_once"../tmpl/r-p.php";
?>
</td>
<td width=100% valign=_top>

<table border=0 cellspacing=5 cellpadding=0 width=100%>
<tr>
<?php
echo("<td background='../thm-wb/$url_thm/pls.gif' align=center>");
echo("<img src='../thm-wb/$url_thm/plsl.gif' align=left>");
echo("<img src='../thm-wb/$url_thm/plsr.gif' align=right>");
?>
Гостевая книга 
</td>
</tr>
<tr>
<td>
<?php
if ($_SESSION)
{
?>
<center>
<table width=1 border=0>
<form action='gb_add.php' method='post'>
<tr>
<td width=50%>Имя | nikname:<font color=red><font></td>
<td align=right>
<?php
echo ("<input type=text name=name maxlength=32 value='$log' class=input>");
?>
</td>
</tr>
<tr>
<td colspan=2>Сообщение | post:<font color=red></font><br>
<textarea cols=40 rows=5 name=msg class=input>
</textarea>
</td>
</tr>
<tr>
<td colspan=2><input type=submit value='Добавить' class=submit></td>
</tr>
</form>
</table>
</center>
<?php
}
$file=fopen("../wap/lcl/perm.dt","r");
$guest=fgets($file);
if ((!$_SESSION) && ($guest==1))
{
?>
<center>
<table width=1 border=0>
<form action='../tmpl/gb_add.php' method='post'>
<tr>
<td width=50%>Имя | nikname:</td>
<td align=right>
<input type=text name=name maxlength=32 value='' class=input>
</td>
</tr>
<tr>
<td colspan=2>Сообщение | post:<br>
<textarea cols=40 rows=5 name=msg class=input>
</textarea>
</td>
</tr>
<tr>
<td colspan=2><input type=submit value='Добавить' class=submit></td>
</tr>
</form>
</table>
</center>
<?php
}
if ((!$_SESSION) && ($guest==0))
{
?>
<center>
<table border=0 width=100%>
<tr>
<td align=center><font color=00FF00>Для добавления сообщения необходимо авторизоваться</font></td>
</tr>
</table>
</center>
<?php
}
?>

<?php
// открываем директорию и считываем из нее файлы
$dir_rec = dir("../wap/lcl/gb/");
$i = 0;
while($entry = $dir_rec->read())
{
if (substr($entry,0,3)=="rec")
{
$names[$i]=substr($entry,4);
$i++;
}
}
$dir_rec->close(); // закрываем директорию
@rsort($names); // сортируем файлы
// определяем очередность сообщений и выводим их
$count = $i;
$count1 = $count;
if (empty($start))
{
$start = 0;
}
$start = intval($start);
if ($start < 0)
{
$start = 0;
}
print "<center>";
$file=fopen("../wap/lcl/msg_gb.dt","r");
$mgs_gb=fgets($file);
if ($count > $start + $mgs_gb) $count = $start + $mgs_gb;
if ($start != 0)
{
print "<A href=index.php?start=".($start - $mgs_gb)."> Предыдущие </A>";
}
if ($count1 > $start + $mgs_gb)
{
print "<A href=index.php?start=".($start + $mgs_gb)."> Следующие </A> \n";
}
print "</center><br>";
// выводим все сообщения в цикле
for ($i = $start; $i < $count; $i++)
{
$entry = $names[$i];
$data = file("../wap/lcl/gb/rec.".$entry);
$date = $entry;
$name = trim($data[0]);
$msg = trim($data[1]);
/////////////////////////
echo "<table border=0 width=100%>";
echo "<tr>";
// если гость - нет ссылки на профиль, если зареганый - есть
$dir = opendir ("../wap/lcl/prof/");
$fear=0;
while ( $file = readdir ($dir))
		{
if (( $file != ".") && ($file != ".."))
{
//echo "<br>----$file<br>";
if ($name!=$file)
	{
$fear=$fear;
	}
else
	{
$fear++;
	}
}
		}
closedir ($dir);
if ($fear>0) { echo "<td width=100%><div class=a><a href='../usr/prosmotr.php?log_pr=$name' class=cool>$name</a>"; }
else { echo "<td width=100%><div class=a>$name"; }
////////// проверка на админа ////////
if ($_SESSION)
{
$files_array = file("../wap/lcl/prof/$log");
if(!$files_array)
	{
echo("Ошибка открытия файла");
	}
if (($files_array[2]==101) || ($files_array[2]==102) || ($files_array[2]==103))
	{
echo (" <a href='gb_edit.php?date=$date' class=cool>[edit]</a> <a href='../tmpl/gb_del.php?date=$date' class=cool>[del]</a>");
	}
}
echo "</div></td>";
echo "</tr>";
echo "<tr>";
echo "<td width=100%>$msg</td>";
echo "<tr>";
echo "</table>";
}
/////////////////////////
print "<center>";
if ($start != 0)
{
print "<A href=index.php?start=".($start - $mgs_gb)."> Предыдущие </A>";
}
if ($count1 > $start + $mgs_gb)
{
print "<A href=index.php?start=".($start + $mgs_gb)."> Следующие </A> \n";
}
print "</center>";
?>

</td>
</tr>
</table>

<?php
require_once"../tmpl/dw.php";
?>