Вход Регистрация
Файл: themes.php
Строк: 76
<?


##### Делал kveik
#### продавать котегорически запрещено
## Распрастранять тоже котегорически запрещено!!!
# Уважайте чюжой труд 
include_once 'sys/inc/start.php';
include_once 
'sys/inc/compress.php';
include_once 
'sys/inc/sess.php';
include_once 
'sys/inc/home.php';
include_once 
'sys/inc/settings.php';
$temp_set=$set;
include_once 
'sys/inc/db_connect.php';
include_once 
'sys/inc/ipua.php';
include_once 
'sys/inc/fnc.php';
include_once 
'sys/inc/adm_check.php';
include_once 
'sys/inc/user.php';

$set['title']='Темы оформления';
include_once 
'sys/inc/thead.php';
title();

$opendirthem=opendir(H.'style/themes');
while (
$themes2=readdir($opendirthem))
{
// запись всех тем в массив
if ($themes2=='.' || $themes2=='..')continue;
$themes3[]=$themes2;
}
closedir($opendirthem);

if (isset(
$_GET['premenit']) && in_array("$_GET[premenit]"$themes3))
{
$them=$_GET['premenit'];
mysql_query("update `user` set `set_them2`='$them', `set_them`='$them' where `id`='$user[id]' limit 2");
msg("Тема успешно применена. Обновите страницу");

}





err();
aut();







$k_post=sizeof($themes3);
$k_page=k_page($k_post,$set['p_str']);
$page=page($k_page);
$start=$set['p_str']*$page-$set['p_str'];
echo 
"<table class='post'>n";

for(
$i=$start;$i<$k_post && $i<$set['p_str']*$page;$i++)
{
// постраничный вывод тем
$themes=$themes3[$i];
echo 
"   <tr>n";

echo 
"  <td class='icon48' rowspan='2'>n";

echo 
"<img src='style/themes/".$themes."/screen_48.png' alt='' /><br />n";

echo 
"  </td>n";

echo 
"  <td class='p_t'>n";

echo (
$name=@file_get_contents(H.'style/themes/'.$themes.'/them.name'))?$name:$themes;

echo 
"  </td>n";
echo 
"   </tr>n";
echo 
"   <tr>n";
echo 
"  <td class='p_m'>n";






echo 
'Стоит у '.mysql_result(mysql_query("SELECT COUNT(*) FROM `user` WHERE `set_them` = '$themes' OR `set_them2` = '$themes'"),0)." чел.<br />n";

echo 
"[<a href='?premenit=$themes&amp;page=$page'>Приминить</a>]<br />n";

echo 
"  </td>n";
echo 
"   </tr>n";

}
echo 
"</table>n";


if (
$k_page>1)str('?',$k_page,$page); // Вывод страниц



include_once 'sys/inc/tfoot.php';
?>
Онлайн: 0
Реклама