abripl
03-31-2008, 02:13 AM
I sell software online. PayPal credit card auto return feature does not work well for customers who do not have PayPal accounts.
I have written a php script solution that uses PayPal payment notification email to me. The email with the PayPal "Subject: Notification of payment received" is piped to a script |/home/mydomain/phpscriptdir/processorder.php using bluehost email filter feature. The script parses the email, picks out the order number and goes to a file (or MySQL if desired) with order details (written when the customer goes to my page to fill out the order). The script then sends an automated email to the customer with download links. The links use random numbers for filenames to link to my software and are deleted after about a week. You can find a discussion how to pipe email to a php script at http://www.bluehostforum.com/showthread.php?t=5786
My sample order form is at http://www.abri.net/recorder.php
There is quite a bit of code involved and sufficient security to thwart anyone trying for free software.
If anyone interested, I can be available to modify the scripts to suit their needs.
I have written a php script solution that uses PayPal payment notification email to me. The email with the PayPal "Subject: Notification of payment received" is piped to a script |/home/mydomain/phpscriptdir/processorder.php using bluehost email filter feature. The script parses the email, picks out the order number and goes to a file (or MySQL if desired) with order details (written when the customer goes to my page to fill out the order). The script then sends an automated email to the customer with download links. The links use random numbers for filenames to link to my software and are deleted after about a week. You can find a discussion how to pipe email to a php script at http://www.bluehostforum.com/showthread.php?t=5786
My sample order form is at http://www.abri.net/recorder.php
There is quite a bit of code involved and sufficient security to thwart anyone trying for free software.
If anyone interested, I can be available to modify the scripts to suit their needs.