Hi.. I would like to ask if there is any way to create a system that after i get payment through paypal i'll send the user information from database to email adress (the adress that bought from us) and after that remove the information that sent from the database.. Even system that work the same with text file is ok too, Someone can sell / Give me a free scirpt?
Depending on your actual needs i.e. what kind of information do you intend to send you may need a membership script or a digital delivery script. If the solutions are open source you can kind of edit them to perform the fetching of info from database to send to the verified buyer's email address (usually the PRIMARY PayPal email address). Hope that helps.
Hey im looking for system that will send text only, not members information... For example if that database contain "Hello my name is Jorden" so that will send it, and will remove it from the database. Of curse after that remove the next customer taht will pay will get the next Text that in the list in the database. thanks.
Can u please give me a brief example, its just a simple case of cURL and PHP+MYSQL, I think I can code it. Thanks.
I spoke to him and I promised to help him find coders for his requirements and budget. Basically what he needs is an admin area where he can add custom text, many custom text to a database. He call it cells so every cell contains some custom text (may include HTML codes) and he may have thousands of cells. It may help to think of him as selling custom text as a product. However, a product cannot be sold twice so everytime a buyer pays, a product (just some text / HTML really) is sent to the buyer via his / her PayPal email and then the product is removed from the database. Second buyer comes along and he / she will buy off some other custom text (that will also be removed after the digital delivery). Of course this system has to take care of PayPal authentication etc. His budget seems to be around $40. ;-) Hope this helps
I think this thing can be implemented in Paypal IPN itself, no need to authenticate with paypal, I think.