Quote:
Originally Posted by simonhind
yes it does i know it does
the second you install your product it called this
Code:
$url = 'http://liamwli.co.uk/liccheck.php';
$fields = array(
'key' => urlencode($vbulletin->options['liam_bfkey']),
'url' => urlencode($_SERVER['HTTP_HOST']),
);
your licence key file will display a callback and show the Domain and URL and the licence key, i know this coz i use the same technique
|
That code is only executed if the license key is set. If there is no key set, then that code isn't run.