Backend Development

PHP Licensing System

Submitted by Lol234d, , Thread ID: 16651

Thread Closed

RE: PHP Licensing System

OP
#3
13-01-2016, 10:47 PM
cisla Wrote:
Nice share.

Just one question, why are you doing a web request from your own site in "index.php"? Why not simply include/require the api PHP code?

index.php : 83
$ip = file_get_contents("http://urlhere.com/api.php?key={$password}");

Yeah i thought about doing that but i wanted to make it as clean as possible so a web request would be simple.

Users browsing this thread: 1 Guest(s)