Quote:
Originally Posted by Neeeeeeeeeel.-
A licence system for AMXX is useless beucase it can be removed easily. Remember that you always have to provide the source code along the binaries you share.
|
Ok but I am still interested on what's wrong with my script since I tried I think more than 12 hours finding a result...
Edit: I was thinking and I want to explain what exactly I want to do. The above script will check if the plugin is authorised by me so if it is (unlicensed = 0) then it will do other querry to put the server stats on my website (player kills, etc). So what is above for me is like a passcode to check if the plugin is authorised to post data on my website. So after checking if the server IP is the same as the IPs on the column then if there is, it will set unlicensed to 0 otherwise to 1 then if unlicensed is 0 then it will post data from server on my website and if unlicensed is 0 it will be a return plugin handled.