|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Learn five alternative approaches for automating the delivery of Excel-based reports. Read all about it in the free whitepaper: “Automating Excel Reports: Five Approaches for Java Developers” Download Now!
|
|
#1
|
|||
|
|||
|
How to sell scripts
Well, I have finalized my script, and I am ready for people to use it. My next step, is figuring out how scripts are sold? Do you simply hand them out and hope that they don't get passed around, or is there any type of security? I am looking for the best way to keep my script safe and secure, so that I can have more customers. Anyone have suggestions?
|
|
#2
|
||||
|
||||
|
Moved from PHP to Business Help ...
__________________
# Jeremy Explain your problem instead of asking how to do what you decided was the solution. |
|
#3
|
|||
|
|||
|
I posted in PHP because I assume if there was any method of security, it would obviously be in PHP.
|
|
#4
|
||||
|
||||
|
Roadsend compiler can probably make an executable or dll out of it. You could possibly distribute as a binary for use as CGI module with notable speed increases. Of course, binaries can be decompiled, but anyone who could do that would probably just write their own PHP script and save a headache.
__________________
Regular expression tutorial|JavaScript DOM stuff|What's wrong with your JavaScript? My projects: African music videos|Free bookmarklets|Obnoxious Facebook app|My bedroom |
|
#5
|
||||
|
||||
|
Or, what you could do is have it "Call Home" everytime it's setup. That way you know how many times it's being passed around. Also, once it calls home you could track it and if there is one source that a lot of people are getting it from you would know.
Just an idea, Chad
__________________
Get A Supplier LLC | Hilarious Comic --- Pretty much retired from the forum. I will get back on every now and then, and maybe answer a few questions. |
|
#6
|
|||
|
|||
|
You could use a commercial solution, like IonCube or Zend Encoder. They do some bytecode conversion, encoding, serious obfuscation etc. But some filesize overhead will inevitably occur.
__________________
The best book on programming for the layman is Alice in Wonderland; but that's because it's the best book on anything for the layman. ~ Alan J. Perlis
|
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Business Help > How to sell scripts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|