|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Selling PHP Scripts?
I was wondering if anyone knows how to set up a site to sell digital goods like PHP scripts?
There are loads of "fully featured" e-commerce scripts to download but I don't really want to build an entire catalogue, just a way to make a handful of scripts available for a small fee via Paypal. If anyone could help me with the basics of: 1. How to deal with Paypal 2. How to automatically make files available for download after purchase Alternatively, it would be good to know if there is a site which will actually host scripts for download/handle the money transaction, for a small commission or something. Thanks, ~MKK |
|
#2
|
|||
|
|||
|
RE: Selling PHP Scripts?
Honestly i found this stupid...php scripts must be free beause this is an open source language after all...so you dont know how to set the basics such as deal with paypal and automatically make files available for download after purchase..and still you want to make a site and sell scripts?
I could easily tell you how to do this but why should i do that when if i ever need help i will have to pay for your services? Do you get what i'm trying to say? I honestly think you should find another way to make extra money..this one i dont agree with |
|
#3
|
|||
|
|||
|
RE: Selling PHP Scripts?
Hmm tbh I don't really think you have a point. Obviously I don't know about PayPal..otherwise I wouldn't be asking...er..
When I talk about selling PHP scripts, I don't mean "I will sell you a stupid application that you should be able to do yourself." Nor am I saying "I want to cash in on PHP." What I'm saying is, I've put a lot of effort into good building scripts which would help get people started with building their own project, even if they didn't know much about PHP. I don't think that asking for a fiver or so for that exchange is unreasonable. Obviously any advice/help regarding the code would be free... "I could easily tell you how to do this but why should i do that when if i ever need help i will have to pay for your services" What's that about? I put a lot of time into helping people for nothing. =/ If you have any better suggestions for making a little money I would love to know. So no, I don't see what you're saying. Really, was a pretty useless reply, wasn't it? |
|
#4
|
|||
|
|||
|
RE: Selling PHP Scripts?
paypal has their own web api for this, details here. that should get you started.
Quote:
that's not true at all, many business' thrive on selling open-source applications, and even charge for support on top of it. are you at all familiar with the gpl license? give this a read: http://www.gnu.org/philosophy/selling.html |
|
#5
|
|||
|
|||
|
RE: Selling PHP Scripts?
i was looking at the pay pal options you linked to.
i am curious how digital products are sold and how secure they actual are. say for instance i wanted to sell hip hop beats that i made. would i just put them on my server as mp3s or in a zip file? and if so how can you restrict someone from accessing them? how do other companies do this? like when you buy some digital software you get a link and a password but those files are stored on a server somewhere right? what if you just accessed it directly, i mean i know that it may be near impossible for someone to know the exact url but if they did..? i noticed this site actually mails the beat to you http://www.50dollarbeat.com/policy.htm i also noticed that on some software that i bought in the past they just named the zips with random characters, still an outsider could type that url in and download the files w/o paying for them. |
|
#6
|
|||||
|
|||||
|
RE: Selling PHP Scripts?
the way they do it is by storing the files in a folder outside of the "public" folder on the server, so they're not accessible by a url at all directly. then the download script fetches those files and sends them to the user requesting them. for example:
php Code:
the above sends a "save as" dialog option for the file the user is requesting based on the id they were given when they purchased the item. that id could be randomly generated at the moment they purchase the item, and then destroyed after say, 24 hours, to prevent anyone else from accessing it. if the user buying has a login for the site, then it's even more convenient as the download is tied directly to their session information so they can download it as many times as they want, but still nobody else can. |
|
#7
|
|||
|
|||
|
RE: Selling PHP Scripts?
Thanks!! This is very useful =^_^=
Even if I don't end up selling anything, it's something I'd really like to know about, so thanks for the information. ~MKK |
|
#8
|
|||
|
|||
|
RE: Selling PHP Scripts?
another advice though
Please take a look at esyndicat software. It could be used for your site. It already has built in module for paypal so you will just configure it properly and that's all. about that guy who mentioned about FREE php scripts and he really thinks they must be free.. that's wrong. I have a team of 12 developers involved in software development. I should pay them and they will not work for free |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > Selling PHP Scripts? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|