ok, thats nice, but how does this "Hall of fame" work?
Does Hall of Fame mean this 30 thumb numbers are already INSIDE the thumbs to display? I mean, how can I "get" the hall of fame to show?
I am not sure if I set it up correctly:
For example:
website:
http://juniorsxxx.com/Thumbs to Display: 240
Hall of Fame: 30
Mode: iTGP
then my site has "daily Entries" like:
Monday<?php showXThumb(31)?>
....
<?php showXThumb(60)?>
Tuesday<?php showXThumb(61)?>
....
<?php showXThumb(90)?>
Wednesday<?php showXThumb(91)?>
....
<?php showXThumb(120)?>
Thursday<?php showXThumb(121)?>
....
<?php showXThumb(150)?>
Friday<?php showXThumb(151)?>
....
<?php showXThumb(180)?>
Saturday<?php showXThumb(181)?>
....
<?php showXThumb(210)?>
Sunday<?php showXThumb(211)?>
....
<?php showXThumb(240)?>
Hall Of Fame<?php showXThumb(1)?>
....
<?php showXThumb(30)?>
Is this set up correctly?