View Single Post
  #3 (permalink)  
Old 01-08-2009, 10:03 PM
drkenneth's Avatar
drkenneth drkenneth is offline
Executive VIP
 
Join Date: Nov 2008
Location: USA
Posts: 285
Thanks: 20
Thanked 166 Times in 79 Posts
Reputation: 24
iTrader: (0)
Default Re: Text rotator based on IP

If you wanted to get fancy you could use a SQL backend that logs all visitors and thus is able to rotate the ad each individual IP sees thus maximizing your coverage for the ads. This is also good if you have a large blocked IP list for easy scalability. (So you're not always editing PHP / having a LONG php script. A simple SQL select statement is much faster than a 100 condition php case statement.)
__________________
-DrKenneth
Reply With Quote