Login Script & Buy It Code Generator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Abunai
Forum Newbie
Posts: 1
Joined: Sat Oct 30, 2010 8:03 pm

Login Script & Buy It Code Generator

Post by Abunai »

Hey,

Ok, this is probably the entirely wrong place to post about this.. so i'm sorry if it is..
I've written this program in python that i'm selling.. To sell it, i'm attempting to use one of PayPal's buy buttons.
I believe have the button configurated correctly, however as of yet I have not found a way to actually
let the customer buy the item. What I am trying to concieve is a code generator that runs upon the user's
purchase (to generate codes relating to the product), a login script that will allow the user to
enter the code they have purchased which will hopefully let them access a private 'downloads' page,
to download the items relative to the codes they have entered.. as i am new to php.. im completly
flustered and have no idea where to start.. I even resorted to downloading a precompiled login script
that uses sql databases.. i worked out how to configure it correctly, but it would not start on my site..

If anyone could please either link me to some tutorials, provide me with some examples.. or even as far as give
me some kind of base code to work from, i would be much appreciative :D
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Login Script & Buy It Code Generator

Post by yacahuma »

your are definetively in the wrong place. Why do you want to make things so complicated? Put your buy button, when you get the money just send the product via email. There is no shame in that.
Post Reply