Unstoppable Domains

How to secure a script

Spaceship Spaceship
Watch
Impact
18
Greetings all! I have a question for ya'll

I have a script that I have created what is the best way to secure it? I want to be able to secure it per domain or some other format. What do you suggest

Thank you

Add:

Script is written in php :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
What kind of script is it?
 
0
•••
codelock will do on most cases.
 
0
•••
It is a php script that calls a data base for a website. Like a image file hosting
DomainManDave said:
What kind of script is it?

Thank you :) do you currently use it? If you do I will have a few questions for you..
weblord said:
codelock will do on most cases.
 
0
•••
Ummm encrypting your PHP with CodeLock is not going to "secure your script."

What do you mean by "secure it" anyway? Bullet-proof it from cracking attempts? Or prevent unauthorized distribution of it?
 
0
•••
If you are trying to stop distribution then something like http://solidphp.com/products/phpaudit/index.php would do the trick however it is pointless unless you encode it with ioncube or zend encoder.

This will not fully stop the distribution as ioncube and zend can be unencoded using some services. They can then remove the php audit code however it will stop everone bar the most determined.
 
0
•••
Yes to secure it so people do not pass it around like they own it :) I know if there is a WILL there is always going to be a WAY so nothing is bullet proof as I understand. Thank you for your help
mholt said:
Ummm encrypting your PHP with CodeLock is not going to "secure your script."

What do you mean by "secure it" anyway? Bullet-proof it from cracking attempts? Or prevent unauthorized distribution of it?

Thank you for the link! Will look into solidphp. Peter thanks for your help
Peter said:
If you are trying to stop distribution then something like http://solidphp.com/products/phpaudit/index.php would do the trick however it is pointless unless you encode it with ioncube or zend encoder.

This will not fully stop the distribution as ioncube and zend can be unencoded using some services. They can then remove the php audit code however it will stop everone bar the most determined.
 
0
•••
Look into the command trap.
 
0
•••
session_start();
if ((isset($_SESSION['user_login']) &&
$_SESSION['user_login'] != "") ||
(isset($_SESSION['user_password']) &&
$_SESSION['user_password'] != ""))

check php.net about SESSION
 
0
•••
0
•••
as said, you could try CodeLock, phpLockIt, etc. or many of the other PHP code obfuscation/encryption tools.. this adds an extra layer for crackers to get thru, but make sure the servers where the scripts are located are also secured as to prevent any one from trying to take the code (among other things), etc.
 
0
•••
Zend guard 4 already decoded by unzended, but Zend Guard 5 still securu i think.
 
0
•••
Please do us developers a favour though, have a few core files that the most important things are in and encode only those, that way we still have the freedom of editing parts of the script that need editing without you loosing your control over it :)
 
0
•••
DecepShaun said:
as said, you could try CodeLock, phpLockIt, etc.
Both encryption results can be decrypted.
But i haven't tried ioncube.
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99

We're social

Unstoppable Domains
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back