Do you know any ways to do that? I want to secure my script to run only in one place. Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
possibly the easiest way to do this would be to check a hardware identifier, such as the network card’s MAC address, and encrypt the PHP code using something such as Ion Cube so that someone can’t simply edit the PHP and change the MAC address being checked for.