[JS/HTML] Content locker rotator

healzer

Elite Member
Joined
Jun 26, 2011
Messages
2,974
Reaction score
3,063
Hey,
Any coders out there who have some guidlines or codes for:

I have many content lockers, from many CPA companies. I would like to rotate each content locker for all the visitors... so they all get another one to see... this way I distribute the income/leads.

Is there a simple "random" rotator for a piece of code (lets say IFRAMES)

Regards
 
Maybe you could get rotator for whole page. then just copy the page and change the locker. You should find quite a few in here.
 
hmm, never thought of that lol, thanks for the idea!!! reppd
 
If I'm right about what your trying to do, then I think that idea might fly. If you can't find something already built, but can find a good coder to do it, I might be interested in splitting the cost.
 
If I'm right about what your trying to do, then I think that idea might fly. If you can't find something already built, but can find a good coder to do it, I might be interested in splitting the cost.
let me do some research this weekend

u can add me on Skype if u want to keep close:yumyum:
 
If you use php, you can use rand function.
In that way, you can print different html based on the php random number.
This way is more secure because the user will not see your JS/HTML source code.
 
Back
Top