lisss001
11-Aug-2006, 09:37 PM
Well, I have an edia about how an ad-removal system could work. This is how:
Impressions System:
Admin sets all info such as how many credits member may purchase per $1 that they pay. All email paypal info is stored in the database. With each new forum a new table called impressions purchased is created. Each time a forum loads a pre-defined php script used in the footer of each forum subtracts 1 point from the database, however once all points have cleared as will be re-enabed.
For Example:
- I start off with an AD-Enabled Forum
- I then purchase 1,000 credits for 1,000 add free impressions for my forum via paypal for $1
- This lauches a script that adds 1,000 points to the mysql table for my forum
- Each time a page is loaded a script subtracts -1 from the database
- When the forums total of points reaches 0 ads are re-enabled
I guess this is how it would work, am I correct ?
Impressions System:
Admin sets all info such as how many credits member may purchase per $1 that they pay. All email paypal info is stored in the database. With each new forum a new table called impressions purchased is created. Each time a forum loads a pre-defined php script used in the footer of each forum subtracts 1 point from the database, however once all points have cleared as will be re-enabed.
For Example:
- I start off with an AD-Enabled Forum
- I then purchase 1,000 credits for 1,000 add free impressions for my forum via paypal for $1
- This lauches a script that adds 1,000 points to the mysql table for my forum
- Each time a page is loaded a script subtracts -1 from the database
- When the forums total of points reaches 0 ads are re-enabled
I guess this is how it would work, am I correct ?