Hi All



Just joined today, and am looking through everything, and I have to say, I'm very impressed so far!



I've been scratching my head over something for a while though, so though I'd ask if anyone can help with this.



I'm trying to test out setting up a redirect to give purchasers access to a 'premium' area on a website that I'm setting up, so that they will be able to access it to listen to audio files that are going to be on there.



The problem I'm having at the moment, is trying to find a work-around for the maximum link validity being 9... because there's going to be quite a bit on my page, that I want people to be able to access over more than 9 visits.



So I'm trying to see a way of having it so that people are going to be able to access it as many times as they like, within a given timeframe (a couple of months or so).... so the maximum of 9 'clicks' is too restrictive.



Does anyone know if that's possible.... or if there's an appropriate workaround?



Thanks very much for any help that you can offer.



Cheers

Paul

  • created

    Aug '11
  • last reply

    Aug '11
  • 1

    reply

  • 1.1k

    views

  • 2

    users

  • 2

    links

Probably the best way to go about that would put your audio content in a members-only section of your site, where users would need to log in to access that area, then use our custom/3rd-party Integration feature to have each buyer's order data sent to a script that would auto-register them in your membership system:

http://www.e-junkie.com/ej/help.integration.htm



Our Integration submissions follow the format of a PayPal IPN, so any membership script that can accept PayPal IPN should be able to accept our Integration submissions, as long as they can handle or ignore the extra fields we add to the standard IPN data set, and if they don't need to (or can be configured not to) verify the submissions with PayPal, which would fail since we are not PayPal. This also means you can send "PayPal IPN" to your membership script even if you accepted payment by non-PayPal means (e.g., if you prefer to use Google Checkout, Authorize.Net, etc.)



For a somewhat simpler approach than that, after payment is completed you could simply redirect buyers to a secret membership registration page on your site, where they'd fill out the registration manually. In this case, you'd still want some custom scripting to verify that users are arriving at that page via our Redireciton link, so buyers can't just share the URL of that landing page with others who could visit it to register without paying first. This thread discusses some approaches you could use for that:

http://www.e-junkie.com/bb/topic/5205#post17645