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

Размер файла: 3.31Kb
<?php
 ##############################################################################
##                                                                            ##
##                                  P C M S                                   ##
##    Движок на файлах                                                        ##
##    Скрипт распространяется бесплатно!                                      ##
##    Запрещается продавать его и вносить изменения в код!                    ##
##                                                                            ##
##    Автор скрипта: Proton (http://wap-svoboda.com                           ##
##    Создан в ноябре 2009 года.                                              ##
##                                                                            ##
 ##############################################################################
 
$path=$_SERVER['DOCUMENT_ROOT'];
include $path.'/config.php';
include $path.'/functions.php';
echo head_tags(one_letter_big($host)).'
<div class="t1">
<div class="t2">
<div class="t3">
<div class="bg2">
<div class="cs">
<div class="t3">
&#187; <a href="/news.php">Новости</a>';
$file=@file($path.'/data/news.dat');
$file=@array_reverse($file);
$str=@trim($file[0]);
$arr=explode('||',$str);
$news=@$arr[1]+0;
if (!empty($news)) {
echo ' ('.date("d.m.y",$news).')';
}
echo '<br />
</div>';
if ($status=='Admin') {
echo '<div class="t3">
&#187; <a href="/admin.php">Админка</a> ('.(@file_get_contents($path.'/data/count/admin.dat')+0).')<br />
</div>';
}
echo '<div class="t3">
&#187; <a href="/guest.php">Гостевая</a> ('.(@file_get_contents($path.'/data/count/guest.dat')+0).')<br />
</div><div class="t3">
&#187; <a href="/mini_chat.php">Мини чат</a> ('.(@file_get_contents($path.'/data/count/mini_chat.dat')+0).')<br />
</div><div class="t3">
&#187; <a href="/mini_forum.php">Мини форум</a> ('.(@file_get_contents($path.'/data/mini_forum/base_count.dat')+0).'/'.(@file_get_contents($path.'/data/mini_forum/topic_count.dat')+0).')<br />
</div><div class="t3">
&#187; <a href="/files.php">Загрузки</a> ('.(@file_get_contents($path.'/data/files/topic_count.dat')+0).')<br />
</div><div class="t3">
&#187; <a href="/share.php">Обменник</a> ('.(@file_get_contents($path.'/data/share/topic_count.dat')+0).')<br />
</div>
</div>
</div>
</div>
</div>
</div>
<div class="t1">
<div class="t2">
<div class="t3">
<div class="t4">
<div class="tcs">
<div class="bg3">
';
if (!empty($status)) {
echo '<a href="profil.php">Анкета</a><br />
<a href="exit.php">Выход</a><br />
';
if ($status=='Admin') {
echo '<a href="head.php">Ссылки</a><br />
<a href="foot.php">Баннеры</a><br />
<a href="25.php">25 хостов</a><br />
';
}
} else {
echo '<a href="auth.php">Вход</a><br />
<a href="rega.php">Регистрация</a><br />';
}
echo '<a href="online.php">Онлайн</a> ('.$online.')<br />
<a href="set_style.php">Стиль сайта</a><br />
<a href="users.php">Пользователи</a> ('.$users.')<br />
</div> 
</div>
</div>
</div>
</div>
</div>
'.foot_tags($timestart);
















?>