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 Sun, 11 Apr 2010 14:21:44 GMT Fri, 10 Feb 2012 11:12:10 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 #6 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Sun, 11 Apr 2010 14:21:44 GMT mindersoftworks1) Grab the latest Aquatic Prime code from maccode.googlecode.com

2) In the file AquaticPrimepayPal.php remove lines 13-73 and replace them with the following:

...

3) Profit! :)

Many thanks!! This was a great help to get everything working. Appreciate your generosity~

Best,

Jonathan
NimbleHost.com]]>
E-junkie Discussions; NimbleHost
Post #5 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Sat, 10 Apr 2010 16:33:23 GMT
2) In the file AquaticPrimepayPal.php remove lines 13-73 and replace them with the following:

// get POST data
$product = $_POST['item_name'];
$name = $_POST['first_name']." ".$_POST['last_name'];
$email = $_POST['payer_email'];
$amount = $_POST['mc_gross'];
$count = $_POST['quantity'];
// RFC 2822 formatted date
$timestamp = date("r", strtotime($_POST['payment_date']));
$transactionID = $_POST['txn_id'];

3) Profit! :)]]>
E-junkie Discussions; mindersoftworks
Post #4 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Sat, 10 Apr 2010 09:38:57 GMT mindersoftworksBingo, that was it. The provided PHP script was checking back to PayPal for verification. Once I took that out and just had it work with the POST data from E-Junkie, it worked just fine

Hi mindersoftworks, first of all, thanks for asking this question as it's something I'm working on as well. I've removed the portion of the PHP script checking back to PayPal, and now need to start working on it to recognize the POST data from e-junkie and return the generated codes.

I'm wondering if you'd be willing to share how you did this. PHP is not my strong point, though with enough time I'm confident I'd eventually get it working. Would you consider posting a "template" of sorts? I think it would be a great help to many people (including myself).

Best,

Jonathan]]>
E-junkie Discussions; NimbleHost
Post #3 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Thu, 3 Sep 2009 14:50:47 GMT E-junkie Discussions; mindersoftworks Post #2 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Wed, 2 Sep 2009 21:38:45 GMT
I would suggest sending my speculations above to the Aquatic Prime tech support staff, along with a link to our Integration page, for them to consider (or just send them a link to this forum thread). They might be able to provide you with a modified PHP script, or give instructions for modifying it yourself, to workaround the issues I described or any other issues they may identify about using our Integration with their script.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 http://www.e-junkie.com/bb/topic/3673/pg/0#post14036 Wed, 2 Sep 2009 16:20:58 GMT http://www.e-junkie.com/ej/help.integration.htm)

My software application is using the open source Aquatic Prime framework for registration (http://www.aquaticmac.com). The long and short of it is that the Aquatic Prime PHP code accepts an IPN notification, then churns out a secure license file which gets emailed to the user. Shine (http://clickontyler.com/blog/2009/08/shine-an-indie-mac-dashboard) implements the Aquatic Prime stuff and adds a bunch of other features to it.



I have my E-Junkie account set up to send the Payment Variable Information to the correct URL. I've gotten E-Junkie properly implemented on my website and my server logs show a 200 response from my server when placing an order, so I know that E-Junkie is working properly. I can manually get my backend to send off a valid license file, so I know the PHP email is working. I can't, however, get the E-Junkie notification to trigger the license generation code automatically.

Does anyone have any experience integrating E-Junkie with Aquatic Prime or Shine that can point me in the right direction?]]>
E-junkie Discussions; mindersoftworks