include

Posted on 16th Feb 2014 by admin

Hi I have this way of licensing my PHP application, and I want to know if you guys can answer some questions with it.
So there is the index.php on the server of the person who bought it (www.client.com/index.php) now it has this as part of its code (in basic terms)
Code: <?php autenticatkey($key);?> Now if autenticatkey has it as being valid it does Code: <?php include "http://www.mywebsite.com/projects/myproject.php";?>
What I need to know if someone can see the code in myproject.php, can they somehow download myproject.php and how can i prevent this if they can, thanks in advance

Other forums