Jump to content

Protect Source


Echilon

Recommended Posts

Well, here is a website that will obfuscate your code: http://sls.web.psi.ch/goto.php/duo/obfuscate.php

But, I depending on your needs you may want to have a more professional application for the purpose: http://www.gridinsoft.com/protect.php

As for ensuring the program is running on the correct server just use something like:

if ($_SERVER['HTTP_HOST'] != "mydomain.com") {
    die ("This is the wrong domain");
}

You could use it at the top of each page or as an include file.
Link to comment
https://forums.phpfreaks.com/topic/35879-protect-source/#findComment-170186
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.