I would like to stay informed about this too, sounds interesting. I can test for free if you need more testers.
working on the pagination (never done that before) then i will have a first release for a couple of testers, then fix it up more
bobby, for pagination: if you're using a mysql database to store the records, you can do something like: index.php?p=2 if(ISSET($_GET['p'])){ $page = strip_tags($_GET['p']); $upage = ($page-1)*10+($page==0?0:0); $append = " LIMIT $upage,10"; }else{ $page=1; $upage=0; $append = " LIMIT 0,10"; } Code (markup): and simply .= the $append string onto your MySQL query for fetching the image data. Hope it helps, and ask any questions for clarification if you need help.
Love to test it for you on my site www.hotornotspace.com Prob have an adult section or over 18 tab. Random pics for catagories i can selct--like man or female top rated pics for same
Ok, I have a basic version finished. It clearly needs work, but am going to set up two testing accounts for Tech Entrance and FanAddict