Форум -> Files (модуль и блок) -> Проблема с блоком |
Проблема с блоком |
---|
sarcasm | Дата: 01.11.2008, в 22:13 | Сообщение №1 |
СтранникПользователь №: 423 Сообщений: 5
| Есть такой блок(см. код ниже) - по идее он должен показывать новые файлы с картинкой, но у меня почему-то не пашет, а выводит куски кода, может быть кто посоветует как его наладить?
Код | 1
| <?php
if (!defined('BLOCK_FILE')) {
Header("Location: ../index.php");
exit;
}
global $prefix, $db;
$content .="<center><b>Новые файлы</b></center>";
$content .="<hr>";
$content .="<marquee onMouseOver=this.stop() onMouseOut=this.start() direction=up directionspeed=1 overflow:auto speed=2>";
$strip = 25;
$sql = "SELECT lid, hits, title, img FROM ".$prefix."_files where status!=0 order by lid desc limit 10";
$result=$db->sql_query("select lid, hits from $prefix"._files." order by lid"); $dresult=0; while(list($lid, $hits) =$db->sql_fetchrow($result)) { $dresult = $dresult + $hits; } $result=$db->sql_query("select * from $prefix"._files.""); $numrows =$db->sql_numrows($result); $result=$db->sql_query("select sum(filesize*hits) as serv from $prefix"._files."");
list($files_num) = $db->sql_fetchrow($db->sql_query("SELECT count(*) FROM ".$prefix."_files"));
$result = $db->sql_query($sql);
$a = 1;
while ($row = $db->sql_fetchrow($result)) {
$lid = $row[lid];
$title = $row[title];
$img = $row[img];
$content .="<center>";
$content .="<table><tr><td><a href=\"index.php?name=Files&op=view_file&lid=$lid\"><img src=\"$img\" weight=\"200\" height=\"106\" ></a></td></tr><tr><td><a href=\"index.php?name=Files&op=view_file&lid=$lid\"><b><center>$a. $title</b></center></a></td></tr></table><hr>";
$content .="</center>";
$a++;
}
$content .="</marquee>";
$content .=" <hr>";
echo "<span style=\"cursor: hand;\" onmouseover=\"SBspeed=4\" onmouseout=\"SBspeed=1\"><img src=\"$modules/Shout_Box/images/up/Black.gif\" border=\"0\" alt=\"\" width=\"9\" height=\"5\" /></span>";
$content .=" <b>Статистика:</b>";
$content .= "<center><a Style=\"cursor: hand; TEXT-DECORATION: none;\" href=".$themepath."index.php?name=Files>• Всего файлов: $files_num</a></center>";
$content .= "<center><a Style=\"cursor: hand; TEXT-DECORATION: none;\" href=".$themepath."index.php?name=Files>• Скачиваний: $dresult</a></center>";
?> |
|
|
|
Serg_pnz | Дата: 02.11.2008, в 09:09 | Сообщение №2 |
АдминистраторПользователь №: 1 Сообщений: 2243
| sarcasm, уж не через админку ли ты пихаешь этот код?
Тогда сделай файл и активируй блок в админке. | Не все кальсоны с оторванными пуговицами - брюки. © Serg_pnz
"...даме водки? Это чистый спирт!" © кот Бегемот |
|
|
sarcasm | Дата: 02.11.2008, в 12:55 | Сообщение №3 |
СтранникПользователь №: 423 Сообщений: 5
| Точно, ошибка была именно в этом. Благодарю за совет, Serg_pnz!
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Отредактированно sarcasm 02.11.2008 г. в 13:00:39 |
|
|
|
Вы не можете ответить в тему анонимно, пожалуйста, войдите или зарегистрируйтесь!
|