Innovation Award
 January 2009
Number 12 |
Advertising is only useful when the users notice and click on it. If an advertisement was presented to an user a few times and he still does not notice or is not interested, it is pointless to keep showing the advertisement again.
This class provides a solution to limit the number of times that an advertisement or other content is shown to an user.
This way you can show him a different advertisement or some other type of content.
Manuel Lemos |
This class can be used to keeps track of visitors to show limited number of ads or content a day.
It checks the current user IP address in a MySQL database table to determine whether the user has already visited the site.
The class stores the current date and time in the database table if the user has not accessed the site today. Otherwise the class increments the number of accesses of the user.
It returns a condition to determine whether an ad can be displayed if the number of accesses did not exceed a given limit.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.