Activity Stream
48,167 MEMBERS
61115 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Banned
    Website's:
    WarezRelease.org ThatHosting.co

    Default Sql Order

    hey

    Any1 know how this sql orders:



    Because they have a diff site per row, i am currently query mine as rate but its showing last 40 rows from sites,
    Chris2k Reviewed by Chris2k on . Sql Order hey Any1 know how this sql orders: http://i.lulzimg.com/c89bcef200.png Because they have a diff site per row, i am currently query mine as rate but its showing last 40 rows from sites, Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    LinkDDL.com DDLShack.net IhateDowntime.co
    You can try this..

    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).""

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sql Order
    By Chris2k in forum Web Development Area
    Replies: 7
    Last Post: 2nd Jan 2012, 11:35 AM
  2. Ascending Order
    By DemonMan in forum Webmaster Discussion
    Replies: 0
    Last Post: 26th Dec 2011, 08:59 PM
  3. [Shared] GET 99% OFF From Your Order !!!
    By sady92 in forum Archive
    Replies: 1
    Last Post: 11th Jun 2011, 03:28 PM
  4. [Selling] Order forum
    By DeathNote in forum Completed Transactions
    Replies: 9
    Last Post: 8th Nov 2010, 05:36 PM
BE SOCIAL