Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-26-2005, 01:12 AM   PM User | #1
thesiege84
New Coder

 
Join Date: Nov 2005
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
thesiege84 is an unknown quantity at this point
membership/ subscription management

I have a site where i would like to offer people to sign up and pay via paypal for my members area. Is there anyway of downloading a free php script or something. i have seen some online but they are all $100 +.

So when they log in they get redirected to my members area

I NEED IT TO ACCEPT PAYPAL PAYMENTS

Thanks guys
thesiege84 is offline   Reply With Quote
Old 12-27-2005, 01:48 AM   PM User | #2
missing-score
Senior Coder


 
missing-score's Avatar
 
Join Date: Jan 2003
Location: UK
Posts: 2,194
Thanks: 0
Thanked 0 Times in 0 Posts
missing-score is on a distinguished road
I'd take a look at http://www.hotscripts.com, however many pre-made scripts for this kind of thing will be less likley to be free (not so many people like to make free scripts for commercial purposes).
missing-score is offline   Reply With Quote
Old 12-27-2005, 02:06 PM   PM User | #3
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Log into your PayPal account and sign-up for the "PayPal Sandbox" feature
under this area: PayPal Web Services & Developer Central

This allows you to experiment with transactions without actually making
a real transaction. Great for development.

You'll notice that once a person pays, you can have a "session" variable sent
back to any server-side script (such as PHP or Perl). That script can then
handle the variable and do whatever it needs to do.

I'm thinking you can find a free PHP/MySQL members area script and
customize it ... or utilize the features that PayPal offers.

People sort of "scoff" at PayPal, thinking it's not professional, but in reality,
it offers some great features that many don't use. It's just a matter of
looking into it and learning how to do some PHP programming.

There are so many free members area scripts:
http://www.google.com/search?q=php+m...pt&btnG=Search

Without searching each one, I'm guessing one of them has a means of utilizing
a "paying customer" variable ... or a variable coming back from a merchant
account system.

If I find a particular free script that interfaces with PayPal, I'll let you know.

Here's a paragraph from PayPal's SandBox:
Quote:
Instant Payment Notification (IPN) is PayPal's interface for handling real-time purchase confirmation and server-to-server communications. IPN delivers immediate notification and confirmation of PayPal payments you receive and provides status and additional data on pending, cancelled, or failed transactions.

# Customize your website's response to customer purchases in real-time
# Track customers via IPN "pass through" variables
# Deliver access keys for software downloads and other digital goods
# Automate your fulfillment operations

.

Last edited by mlseim; 12-27-2005 at 02:11 PM..
mlseim is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:08 AM.


Advertisement
Log in to turn off these ads.