<? include("sc_files.php"); ?>
www.webzabavy.info
<?php
/*
########################################################################
# #
# Version 4 / / / #
#
__---/__---__
__----__---/---/- #
# | /| / /___) / ) (_ ` / ) /___) / / #
# _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___ #
# Free Content / Management System #
# / #
# #
# #
# Copyright 2005-2006 by webspell.org #
# #
# visit webSPELL.org, webspell.info to get webSPELL for free #
# - Script runs under the GNU GENERAL PUBLIC LICENSE #
# - It's NOT allowed to remove this copyright-tag #
# -- www.fsf.org/licensing/licenses/gpl.html #
# #
# Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at), #
# Far Development by Development Team - webspell.org #
# #
# visit webspell.org #
# #
########################################################################
*/
//Options:
$list = 1; //1=top 5 downloads , 2=latest 5 downloads
//dont edit above this line
if($list==1) $list="downloads"; else $list="date";
$accesslevel = 1;
if(isclanmember($userID)) $accesslevel = 2;
$ergebnis=safe_query("SELECT * FROM ".PREFIX."files WHERE accesslevel<=".$accesslevel." ORDER BY ".$list." DESC LIMIT 0,5");
$n=1;
while($ds=mysql_fetch_array($ergebnis)) {
$fileID = $ds[fileID];
$count = $ds[downloads];
$filename = $ds[filename];
$number = $n;
echo'<table width="100%" cellspacing="4" cellpadding="0">';
eval ("\$sc_files = \"".gettemplate("sc_files")."\";");
echo $sc_files;
echo'</table>';
$n++;
}
?>
© 2010 - 2021 by Gamer-Templates.com. All rights reserved.
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience or to advertise. You can decide yourself whether you want to allow cookies or not. Please note that in the event of a rejection, not all functionalities of the site may be 100% available.