Forum Moderators: skibum
Have any of you with high quality content or digital products tried to identify your european and latin american visitors and redirected them to a page for payment to access the content? I've seen some pages that charge $.99 or .99 euros for one day access or a $30 monthly subscription. They pay through SMS.
This is something we're considering trialling on our websites in the near future, and we now have the geo-targetting necessary to identify which visitors come from which country.
A couple of questions:
* What would be the easiest method of ensuring that a weekly password to a protected area of the site is not shared or passed around amongst a large group of people? Is it possible to prevent that or is it something we might have to accept?
* What would be the simplest way to prevent abuse of individual phone numbers and accounts?
ANY advice - or warnings - gratefully received!
Cheers
Rich
* What would be the easiest method of ensuring that a weekly password to a protected area of the site is not shared or passed around amongst a large group of people? Is it possible to prevent that or is it something we might have to accept?
* What would be the simplest way to prevent abuse of individual phone numbers and accounts?
What would be the easiest method of ensuring that a weekly password to a protected area of the site is not shared or passed around amongst a large group of people? Is it possible to prevent that or is it something we might have to accept?
Just thinking out loud here. How about this. It will probably only work for short access - or session access. But we are talking *micro* payments. ;-)
1. User clicks on "buy access".
2. User gets directed to a page with an sms number to text, and an "enter activation code" entry box.
3. User sends txt message and receives a random activation code, which the server keeps track of as valid.
4. User enters his code.
5. Now the server sets a cookie for that user that will last the day or till the end of the session, and forwards him to the relevant content.
6. The server marks the activation code as invalid internally and can not be used again.
-V