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