View Single Post
  #2  
Old 04-24-2009, 01:27 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 17,362
BMR777 is on a distinguished road
Default RE: 5 random adoptables

Quote:
Originally Posted by zhiichiro
only those on top 10 where shown on 5 random adoptables..

i think it should show 5 other pets..

and can i make it.. 20 random adoptables?
Yeah, you can make it 20. In stats.php find:

PHP Code:
$query "SELECT * FROM ".$prefix."owned_adoptables ORDER BY totalclicks DESC LIMIT 5 OFFSET ".$offset.""
Change LIMIT 5 to LIMIT 20 for this to work. :)
Reply With Quote