View Single Post
  #6 (permalink)  
Old 10-18-2006, 03:10 PM
AshDigg's Avatar
AshDigg AshDigg is offline
Mayor of PliggVille
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
Quote:
Originally Posted by newskicks View Post
just a small thing i did in this script.
i wanted that whenever i import a feed each feed item get random votes between 0-20. so i searched for this line in magpietest.php :- require_once(mnminclude.'votes.php');
and added follwoing bellow it:-
$feed->feed_votes=rand(0,15);

works fine for me
This is a feature that I am planning to add.
__________________
- Ash
Reply With Quote