Is it possible to allow to run the script only on one Server IP with PHP? Like an License for one User / Domain.
Can i use this line of Code to get the Server IP and block all other?:
$_SERVER['SERVER_ADDR'];
If someone copy the script to an other servers ip its redirect to an other Page. Just an Testing Script.
Thanks