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