Results 1 to 1 of 1
-
18th Jan 2010, 10:47 AM #1OPMember
[WCDDL] Top Sites by Category
Code:<? /*BEGIN_INFO Use this module to Create an page whit the top sites for each category<br />. By Stugas-ddl.org END_INFO*/ if(!defined("WCDDL_GUTS")) exit; $saida.='<table width="100%" border="0"><tr><td>The List of best sites by category<br /> Listed in order Descendent by number of titles for each category.</td></tr>'; foreach($core->allowed_types as $ty) { $saida .= '<tr class="row2"> <td><font size="4">Category <span class="'.strtolower($ty).'">'.ucfirst($ty).'</span></font></td> </tr><tr><td><b>SITE NAME</b></td><td><b>NUMBER OF TITLES</b></td></tr>'; $dbc = mysql_query("SELECT sid, COUNT(id) AS number FROM wcddl_downloads WHERE TYPE = '".$ty."' GROUP BY sid ORDER BY number DESC LIMIT 3"); while($got = mysql_fetch_assoc($dbc)){ $site = mysql_query("SELECT id,name,url from wcddl_sites WHERE id = '".mysql_real_escape_string($got['sid'])."'"); $site = mysql_fetch_assoc($site); $row = array_merge($site,$got); $saida .= '<tr class="row2"><td><font size="2" color="red"><a href="http://'.$row['url'].'" target="_blank">'.$row['name'].'</font></td><td>'.$row['number'].'</td></tr>'; } } $saida .= '</table><br>'; $core->setTemplateVar("downloadsbysite",$saida); ?>
Code:<?=$core->templateVar("downloadsbysite")?>
jomasaco Reviewed by jomasaco on . [WCDDL] Top Sites by Category http://www.besthostingforums.com/images/cdn/besthostingforums.com/2010/01/11tq44o-1.png <? /*BEGIN_INFO Use this module to Create an page whit the top sites for each category<br />. By Stugas-ddl.org END_INFO*/ if(!defined("WCDDL_GUTS")) exit; $saida.='<table width="100%" border="0"><tr><td>The List of best sites by category<br /> Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Buying] WTB Establshed WCDDL/forums sites, good budget!
By goldtoshine in forum Completed TransactionsReplies: 0Last Post: 31st Aug 2011, 04:03 AM -
[Selling] [Trade]WCDDL V2 Sites Manager
By jomasaco in forum Completed TransactionsReplies: 0Last Post: 1st Feb 2010, 02:29 PM -
[WCDDL] Top Downloads by Category
By jomasaco in forum Webmaster ResourcesReplies: 5Last Post: 23rd Jan 2010, 07:30 PM -
[WCDDL] Accept All By Site! - For serious DDL sites only!
By tdsii in forum Webmaster ResourcesReplies: 9Last Post: 19th Jan 2010, 12:11 PM
themaPoster - post to forums and...
Version 5.40 released. Open older version (or...