Parašė Narysx· 2010 Rugp. 17 13:08:23
#5
susikurk failą top.php, įkelk į ftp ir į jį klijuok:
<?php
require_once "maincore.php";
require_once THEMES."templates/header.php";
openside("TOP siuntiniai");
$top = mysql_query("SELECT * from ".DB_DOWNLOADS." order by download_count DESC LIMIT 0,100");
$n=0;
while ($q = mysql_fetch_array($top))
{
$n++;
$download_id = $q['download_id'];
$download_title = $q['download_title'];
echo "$n <a href='downloads.php?page_id=$download_id'>$download_title</a><br>";
}
closeside();
require_once THEMES."templates/footer.php";
?>
tada eik saitas.lt/top.php
Redagavo Narysx· 2010 Rugp. 17 13:08:51