Backend Development

PHP Licensing System

Submitted by Lol234d, , Thread ID: 16651

Thread Closed
11-01-2016, 06:22 PM
This post was last modified: 19-01-2016, 01:11 PM by Lol234d
#1
I'm slowly starting to understand and learn PHP/SQL so i wrote up this licensing system.

Content locked
This content has been locked. Please login or register in order to unlock it.

RE: PHP Licensing System

This post was last modified: 13-01-2016, 10:48 PM by cisla
#2
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}");

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.

RE: PHP Licensing System

#4
In my opinion, it isn't simple and it makes the page load slower. But considering you merged PHP with HTML then you would need to separate your code to functions or classes to include into the HTML.

RE: PHP Licensing System

#5
It will be useful for scripting license. Thanks Smile

RE: PHP Licensing System

#6
Thanks fo this pal this will really helps
[Image: ATWe5um.gif]

RE: PHP Licensing System

#7
yet again, another broken link, another 8 credits wasted

RE: PHP Licensing System

#8
:please: Link not working ?

RE: PHP Licensing System

#9
I am actually searching this cofe

RE: PHP Licensing System

#10
Could someone tell me between yii or laravel?

Users browsing this thread: 3 Guest(s)