(#1)
c0rrupt Offline
Administrator
 
Posts: 192
Join Date: Mar 2010
Location: Canada
Who to order queue and mix the downloads - 12-30-2011, 08:49 PM

Who to order queue and mix the downloads
Credit to jomasco

Open funcs.php file and search for
PHP Code:
foreach($_POST['ad'] as $addKey => $addVal) { 
before add:
PHP Code:
shuffle($_POST['ad']); 
Search for and comment:
PHP Code:
$get "SELECT id,sid,title,type,url FROM wcddl_queue ORDER BY id ASC LIMIT 0, 250"
Add above:
PHP Code:
$get"SELECT q.id,q.sid,q.title,q.type,q.url FROM wcddl_queue q LEFT JOIN wcddl_sites s ON (s.id = q.sid) ORDER BY s.rating, s.id ASC LIMIT 0,".($this->limit 4).""

Bookmarks

Tags
downloads, mix, order, queue

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin


Content Relevant URLs by vBSEO