Results 1 to 10 of 16
Hybrid View
-
2nd Oct 2011, 12:11 AM #1BannedWebsite's:
WarezRelease.org ThatHosting.cohere's my working modified code:
PHP Code:mysql_query("UPDATE wcddl_sites SET rate=1");
$get1600 = mysql_query("SELECT COUNT(title) AS 'number' , sid FROM wcddl_downloads GROUP BY sid ORDER BY number DESC LIMIT 1600");
while ($row = mysql_fetch_array($get1600)) {
mysql_query("UPDATE wcddl_sites SET rate=4 where id = '".$row['sid']."'"); }
$get420 = mysql_query("SELECT COUNT(title) AS 'number' , sid FROM wcddl_downloads GROUP BY sid ORDER BY number DESC LIMIT 420");
while ($row = mysql_fetch_array($get420)) {
mysql_query("UPDATE wcddl_sites SET rate=3 where id = '".$row['sid']."'"); }
$get120 = mysql_query("SELECT COUNT(title) AS 'number' , sid FROM wcddl_downloads GROUP BY sid ORDER BY number DESC LIMIT 120");
while ($row = mysql_fetch_array($get120)) {
mysql_query("UPDATE wcddl_sites SET rate=2 where id = '".$row['sid']."'"); }
echo '<div align="center" style="color:green;">All eligible sites rated</div>';
Chris2k Reviewed by Chris2k on . Auto Site Rating Hi, I'm trying to setup an auto site rating for WCDDL. I have used the code from a mod here: http://warezcoders.com/forum/viewtopic.php?f=15&t=1095 if(isset($rsites)) { mysql_query("UPDATE wcddl_sites SET rating=1"); $get300 = mysql_query("SELECT COUNT(title) AS 'number' , sid FROM wcddl_downloads GROUP BY sid ORDER BY number DESC LIMIT 0,300"); while ($row = mysql_fetch_array($get300)) { mysql_query("UPDATE wcddl_sites SET rating= rating+1 where id = '".$row."'"); } Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)
Similar Threads
-
AtomicWarez Site Rating
By Ccucu in forum Forum and DDL DiscussionReplies: 7Last Post: 24th Mar 2011, 12:03 PM -
WCDDL Site Rating
By CyberHacK in forum Web Application/Script SupportReplies: 22Last Post: 8th Apr 2010, 11:09 PM -
joeschatterbox 3* site rating
By leaky_joe in forum Site ReviewsReplies: 8Last Post: 14th Feb 2010, 02:25 PM -
WCDDL Site Rating Mod
By DDLwarez in forum Web Application/Script SupportReplies: 5Last Post: 3rd Feb 2010, 03:11 AM -
Site rating of x-sharezone??
By djay in forum Site ReviewsReplies: 2Last Post: 19th Sep 2008, 08:37 PM
themaPoster - post to forums and...
Version 5.41 released. Open older version (or...