Jump to content

flarestar

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

flarestar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I figured out the $end error and fixed it. I also ran my config file and found a database connection error that I fixed. QUESTION: Would I just replace the $HTTP_POST_VARS with the $_POST or would it be $POST_VARS? Or is there much more to it than just a simple replacement?
  2. I fixed that error but I am now getting this error: Parse error: syntax error, unexpected $end in /home/oururl/public_html/admin/ipn_res.php on line 138
  3. Parse error: syntax error, unexpected T_ELSE in /home/oururl/public_html/admin/ipn_res.php on line 123
  4. Sorry about that!!!! I am new to both php and phpfreaks. Any help with this issue would be much appreciated.
  5. I am trying to get a Paypal IPN working using PHP. I have attached the code I have written that is not working. I have no real way to test it other than nothing is being posted to the databases. The transactions seem to complete with paypal, but I get no information and no emails are generated. Any help would be much appreciated. [attachment deleted by admin]
  6. I am new to PHP and integrating into Paypal. I tried the code from below and modified it by adding code similar to creating an email confirmation code some, but cannot get it to work (I have uploaded the code with changes I have made...I did block out the db infor and replaced the company name and email address in the sample code I have attached.): http://www.opendb.net/paypal_ipn.php Honestly, I only need to confirm payment was made successfully and send a code that can be used to authenticate the person before they can upload a file. I have looked at the paypal sample code but cannot figure out how to get it to post the transaction id and then to use that as the authentiation and to generate the email to the buyer. By the way, I am using a Buy It Now button with a notify_url embedded. It also has several choices the person can choose from and those choices determine the amount they pay. PLEASE HELP! Thanks in advance!!! [attachment deleted by admin]
  7. I am trying to write a Paypal IPN Listener that will create a confirmation key in the order database I have on the server. Upon completing the order it will then send a email to the buyer with a link to a file upload page with the confirmation code embedding so that when the buyer goes to the upload page it can authenicate based on that code prior to allowing the person to upload a file. I has been a pain and is still not working. Similar to an email confirmation when some one signs up as a user on a site, but using the Paypal order information and the listener to generate the confirmation and authentication. IS THIS POSSIBLE?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.