| [Idea] Integrated Parking? So...you have 10 domains at DNF. You want to earn some F$. What do you do?
DNF Parking.
Its basically a parking page, with a cron script that runs hourly. It gets the revenue generated in the past hour from the domain in question, determines which user owns it, and adds x F$ into the user's account. Just like NameDrive, except its automated and pays in F$.
Example:
VARIABLE DEFINITIONS:
p-Payout
r-Revenue generated from the names
m-Modifier (i.e. percentage to pay out divided by 100)
e-Exchange rate between F$ and USD (0.01)
FORMULA (EXAMPLE):
p = (r(m))/e
Something like that. If you wanted, for example, to give the user 5% of revenue, at a .01 exchange rate:
p = (r(.05))/.01
Assuming that r is...$5
p = (5(.05))/.01
p = 25
User gets 25 F$ added to their account.
Just a thought
Last edited by JRBHosting; 02-11-2007 at 06:11 PM.
|