Ok I'm still making sure that the new code is working fine and trying to add a few things.
bensonfactor
do this query
PHP Code:
CREATE TABLE sponsor_visit (
userid int(10) NOT NULL default '0',
sponid int(10) NOT NULL default '0',
lastvisit int(10) NOT NULL default '0'
)
then make a template called
error_alreadyvisited
and add
You have already visited this site today. You are allowed to visit this site once every day.
I've rewritten the code some and added some features to allow you to choose how long between visiting sponsors, etc. I'm still testing these options and I'm going to attempt to add a few more things. So it will take a little bit longer before I have the updated bits.