danan,
$last = mysql_query('select * from `down_files` order by `time` limit 1;');
if(mysql_num_rows($last) != 0)
{
$last_file = mysql_fetch_assoc($last);
echo '<a href="' . $set['homeurl'] . '/download/index.php?act=view&id=' . $last_file['id'] . '">' . function::checkout($last_file['name']) . '</a>;
}
Svoloch (15.01.2012/11:13)
danan, [php]$last = mysql_query('select * from `down_files` order by `time` limit 1;');
if(mysql_num_rows($last) != 0)
{
$last_file = mysql_fetch_assoc($last);
echo '<a href="' . $set['ho
ковычку в конце не закрыл...
REALball, угу
я увидел) но кнопки изменить не увидел
Вот так полностью
$last = mysql_query('select * from `down_files` order by `time` limit 1;');
if(mysql_num_rows($last) != 0)
{
$last_file = mysql_fetch_assoc($last);
echo '<a href="' . $set['homeurl'] . '/download/index.php?act=view&id=' . $last_file['id'] . '">' . function::checkout($last_file['name']) . '</a>';
}
Svoloch (15.01.2012/11:20)
Вот так полностью
[php]$last = mysql_query('select * from `down_files` order by `time` limit 1;');
if(mysql_num_rows($last) != 0)
{
$last_file = mysql_fetch_assoc($last);
echo '<a href="'
ошибка выскакивает This page contains the following errors:
error on line 13 at column 243: Extra content at the end of the document
Below is a rendering of the page up to the first error.
да, кстати, какая версия двига? там и код разный на разных версиях
и еще, можно файлик весь скинуть сюда?
хм... структуры таблицы дай, в которой файлы хранятся
<?
/**
* @package JohnCMS
* @link http://johncms.com
* @copyright Copyright (C) 2008-2011 JohnCMS Community
* @license LICENSE.txt (see attached file)
* @version VERSION.txt (see attached file)
* @author http://johncms.com/about
*/
defined('_IN_JOHNCMS') or die('Error: restricted access');
$mp = new mainpage();
/*
-----------------------------------------------------------------
Блок информации
-----------------------------------------------------------------
*/
echo '<div class="phdr"><b>' . $lng['information'] . '</b></div>';
echo $mp->news;
echo '<div class="menu"><a href="news/index.php">' . $lng['news_archive'] . '</a> (' . $mp->newscount . ')</div>' .
'<div class="menu"><a href="pages/faq.php">' . $lng['information'] . ', FAQ</a></div>';
/*
-----------------------------------------------------------------
Блок общения
-----------------------------------------------------------------
*/
echo '<div class="phdr"><b>' . $lng['dialogue'] . '</b></div>';
// Ссылка на гостевую
if ($set['mod_guest'] || $rights >= 7)
echo '<div class="menu"><a href="guestbook/index.php">' . $lng['guestbook'] . '</a> (' . counters::guestbook() . ')</div>';
// Ссылка на Форум
if ($set['mod_forum'] || $rights >= 7)
echo '<div class="menu"><a href="forum/">' . $lng['forum'] . '</a> (' . counters::forum() . ')</div>';
/*
-----------------------------------------------------------------
Блок полезного
-----------------------------------------------------------------
*/
echo '<div class="phdr"><b>' . $lng['useful'] . '</b></div>';
// Ссылка на загрузки
if ($set['mod_down'] || $rights >= 7)
echo '<div class="menu"><a href="download/">' . $lng['downloads'] . '</a> (' . counters::downloads() . ')</div>';
// Ссылка на библиотеку
if ($set['mod_lib'] || $rights >= 7)
echo '<div class="menu"><a href="library/">' . $lng['library'] . '</a> (' . counters::library() . ')</div>';
// Ссылка на библиотеку
if ($set['mod_gal'] || $rights >= 7)
echo '<div class="menu"><a href="gallery/">' . $lng['gallery'] . '</a> (' . counters::gallery() . ')</div>';
if ($user_id || $set['active']) {
echo '<div class="phdr"><b>' . $lng['community'] . '</b></div>' .
'<div class="menu"><a href="users/index.php">' . $lng['users'] . '</a> (' . counters::users() . ')</div>' .
'<div class="menu"><a href="users/album.php">' . $lng['photo_albums'] . '</a> (' . counters::album() . ')</div>';
}
echo '<div class="phdr"><a href="http://gazenwagen.com">Gazenwagen</a></div>';
?>