Print Page | Close Window

Any use for a PayPal IPN script?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=2217
Printed Date: 30 March 2026 at 7:50am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Any use for a PayPal IPN script?
Posted By: MadDog
Subject: Any use for a PayPal IPN script?
Date Posted: 27 April 2003 at 5:51pm

Just wondering if anyone has a use for a PayPal script that will automaticly record purchases into a database, send the purchaser an email with a username/password, then tell them where to go and download the product they purchased??

Im currently developing this and was wondering if anyone would actually use it if i released it (free or paid).

O ya, there is an admin side where you can add/modify/delete products, add/modify/delete users, and add/modify/delete purchases for users.



-------------
http://www.iportalx.net" rel="nofollow">



Replies:
Posted By: jabbasabba
Date Posted: 28 April 2003 at 10:25pm
Some websites uses that! I would be interested if you releaset it.


Posted By: tixe
Date Posted: 29 April 2003 at 7:54am

I was use it on a shopcart website on asp.

what type of code you need ???

I may post here the code that i was use.

<input type="hidden" name="cmd" value="_ext-enter">
<input type="hidden" name="redirect_cmd" value="_xclick">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value=" mailto:email@your.address.com - email@your.address.com ">
<input type="hidden" name="amount" value="<%= formatNumber(intTotal + (intTotal * curTaxRate),2 ) %>">
<input TYPE="hidden" name="shipping" value="<%= formatNumber(curShipRate, 2) %>">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="item_name" value="E-Shop Retail [Order Nº <%=intOrderID%>]">
<input type="hidden" name="item_number" value="<%= strOrderItem %>">
<input type="hidden" name="image_url" value=" http://your.address/images/your_logo.gif - http://your.address/images/your_logo.gif ">
<input type="hidden" name="return" value=" http://your.address/your_root/thanks.asp - http://your.address/your_root/thanks.asp ">
<input type="hidden" name="cancel_return" value=" http://your.address/your_root/cancel_shopping.asp - http://your.address/your_root/cancel_shopping.asp ">
<input type="hidden" name="no_note" value="0">
<input type="hidden" name="undefined_quantity" value="0">
<input type="image" src=" http://images.paypal.com/images/x-click-but01.gif - http://images.paypal.com/images/x-click-but01.gif " name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></td>

This is the code that i use to can send all data on my checkout to Paypal page, and if you use the somename on the boxes ( as first name, last name, etc.etc. ) you may make that all data that the customer posted on you checkout, transfer to paypal page, and the customer not need again re rewrite the personal data.

But this code is only when you have your own shopcart sistem on your site .. not when you use the shopcart system from paypal.



-------------
      Tixe
http://www.tixe.com.ar - Home - mailto:tixe@tixe.com.ar?Subject=From WWG Site - Mail Me


Posted By: MadDog
Date Posted: 29 April 2003 at 12:18pm

I dont need any code.......



-------------
http://www.iportalx.net" rel="nofollow">


Posted By: KCWebMonkey
Date Posted: 29 April 2003 at 4:22pm
Originally posted by MadDog MadDog wrote:

I dont need any code.......

You might not want to be so harsh to other members in this forum.  If you noticed, he was trying to be helpful...and he's from Argentina, so maybe he didn't understand you.



Posted By: MadDog
Date Posted: 29 April 2003 at 4:25pm
That was harsh? wow ........ you must think that everone is harsh if you thought that was harsh.

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: tixe
Date Posted: 29 April 2003 at 6:56pm
Originally posted by MadDog MadDog wrote:

I dont need any code.......

What do you need so ??? ... do you have your own shopcart .. and like that paypal make a comercial operation and be one cashier for you becose is very expensive take the services to query the data about de credit card ?? you need this code .. or put a botton per each item that do you like sale

I not understand your question man ... so sorry for my english but I´m not a english native... and I put all my effort to can help some people when have any problem, and it is comented here ... I like show you writing on spanish, if you can make understand you to spanish spoken.

And I remember... if you like that all data posted on your form through to paypal form .. you MUST call this boxes as named on Paypal form, try into http://www.boot-able.com - www.boot-able.com ( it is a website that i maked when I ben on USA for few time ).



-------------
      Tixe
http://www.tixe.com.ar - Home - mailto:tixe@tixe.com.ar?Subject=From WWG Site - Mail Me


Posted By: MadDog
Date Posted: 29 April 2003 at 6:59pm
I know that code already. And my post me asking if anyone needed a paypal script that records peoples purchases.

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: tixe
Date Posted: 29 April 2003 at 7:07pm
you make a reference about IPN ???

-------------
      Tixe
http://www.tixe.com.ar - Home - mailto:tixe@tixe.com.ar?Subject=From WWG Site - Mail Me


Posted By: MadDog
Date Posted: 29 April 2003 at 7:39pm
Ya......

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: KCWebMonkey
Date Posted: 30 April 2003 at 11:06am
Maddog, i guess i didn't mean "harsh".  I probably should have said "blunt".


Posted By: MadDog
Date Posted: 30 April 2003 at 11:08am
Well sorry for being so "blunt". I dont like to write out huge paragraphs when i have allot of other messages and emails to answer

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: MadDog
Date Posted: 30 April 2003 at 1:31pm
Heres the script if anyone is interested, http://www.aspinvision.com/purchase/ - http://www.aspinvision.com/purchase/

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: KCWebMonkey
Date Posted: 30 April 2003 at 2:12pm
A question about your Aspinvision.com site... did you get your contact form from http://www.gearhost.com/aboutus/contact/ - http://www.gearhost.com/aboutus/contact/ ?


Posted By: MadDog
Date Posted: 30 April 2003 at 2:14pm
just used the layout of it

-------------
http://www.iportalx.net" rel="nofollow">


Posted By: tdaugharty
Date Posted: 14 October 2003 at 6:44am

Originally posted by MadDog MadDog wrote:

I know that code already. And my post me asking if anyone needed a paypal script that records peoples purchases.

 

MadDog, I could realllllly use this on my site. How do I get it and how will it automate forum membership?



Posted By: tdaugharty
Date Posted: 17 October 2003 at 4:44am

Hmm, Look here MadDog. Nice going.

BTW - All I've sent MadDog a request to provide PayPal integration along with the provided MOD for WWF and would you believe his response "No Intentions to integrate" so I shared this in a forum under WWF MODS at http://www.invisionportal.com - www.invisionportal.com I might add and what do you know. He locked me out of his site.

MadDog, We are customers for you. Start treating us that way!




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net