E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 23 Dec 2010 00:41:20 GMT Sat, 26 May 2012 02:49:05 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #5 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 Thu, 23 Dec 2010 00:41:20 GMT
I'm not a programmer so can't offer specifics, but theoretically I think you could verify that users are arriving at your URL from e-junkie.com, maybe set a cookie in their browser if so, which would allow them to bookmark and in the future revisit your URL directly using that browser if the cookie is still present or, if not, require them to use their E-junkie-issued redirection link, which itself expires after the number of Attempts and (optional) Hours you set for that product.

If you'd require some assistance with that sort of thing, we can recommend the competent, E-junkie-experienced developers listed in our directory here:
http://www.e-junkie.com/ej/developer-directory.htm]]>
E-junkie Discussions; E-junkieGuru
Post #4 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 Wed, 22 Dec 2010 20:35:10 GMT
Should I be worried about someone trying to invoke my page by pretending to be EJunkie?]]>
E-junkie Discussions; QuoteMan
Post #3 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 Tue, 21 Dec 2010 01:19:01 GMT
This is the help page you'd want which documents the variables we append to your Redirection URL as an HTTP GET query string:
http://www.e-junkie.com/ej/help.redirection.htm]]>
E-junkie Discussions; E-junkieGuru
Post #2 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 Mon, 20 Dec 2010 18:14:05 GMT
I'm speculating that none of the 'Additional Variables' shown on the
Help: Integration page are being passed:
http://www.e-junkie.com/ej/help.integration.htm]]>
E-junkie Discussions; QuoteMan
Post #1 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 http://www.e-junkie.com/bb/topic/4888/pg/0#post16408 Mon, 20 Dec 2010 02:44:34 GMT
I am a new EJunkie user. I have several "single download" products and one "redirection".
They all seem to be configured and working properly (thanks to your easy to read documentation).

However, the Java servlet I wrote to process the redirection URL seems to receive NULL
for the 'handshake' parameter value. The other parameter values I can extract fine,
with this code:

String handshake = request.getParameter("handshake");
String txn_id = request.getParameter("txn_id");
String username = request.getParameter("custom");
String email = request.getParameter("payer_email");

Only the handshake returns null. Is there something I need to configure in
my account settings in order to get EJunkie to pass me the handshake?

Thanks,
QuoteMan]]>
E-junkie Discussions; QuoteMan