Over the past year, I've developed a system which lets visitors to my site view up to 10 images before requiring them to register with my UBBThreads. The result has been that I get over 100 signups a day and bandwidth is a little more under control.<br /><br />Well, that is if you consider this "under control":<br /><br />[]http://www.extremebikini.com/fun/traffic.png[/]<br /><br />Anyway, I've gotten some emails from people wanting to know how I did this. Basically, I run all my images through a single php file. In the php file, I check for any of the UBBThreads cookies. If it is set, then I continue no problem. If not, then I set a cookie to the number of views performed and increment it for each viewing. When it hits 10, I send them to a page that explains the need to signup and refuse to show any more images until they have that UBBThreads cookie in place.<br /><br />I know, not the most secure; but it works.<br /><br />Also, for places like my videos; I dont let anyone see anything unless they have a cookie.<br /><br />I've also modified my pages to insert WHOSE ONLINE information into the Online database. This lets me show how many people are active across my whole site (not just the BBs):
http://www.extremebikini.com/ebti/forums/online.php?Cat=<br /><br />I can then show stats on my front page at:
http://www.extremebikini.com (see below under USERS ONLINE)<br /><br />Hope this helps anyone looking to do something similiar.