Basically this tool allows you to generate license keys with expiry dates, which are binded to domain names. This is useful if you only want a script to function on your customer's domain and no where else. This tool is free,, but you will need to be registered to use it at kenetix.net you can find the registration page here: http://www.kenetix.net/index.php?core=Account&function=register You will also need to download the license authentication files to be able to use the functionality of the script on your domain. The script files are encoded, you will need to upload them in binary format or you will experience some PHP errors. If you experience any bugs or you need help using the script, feel free to contact me or create a new forum thread at kenetix.net Hehe enjoy guys! PHP License Generator Tool below: PHP License Generator Tool
great utility but can u please tell me what happens if someone removes these include('license.php') form the script?? theni guess the whol purpose if defeated?
Well if they remove it, then it'll give an error, "function decode doesnt exist They have to include it because, otherwise they cant decode it and it wont function. They will just get 23473984324jlkhakjshdsakjdh characters. Hope that helps.
i am definately going to use it on some of my noob scripts which i have created. just out of curiosity, if someone removes both that include('license.php') and the actual file also from the server then i guess it will not work ? am i right?
Its already encrypted, i think you are slightly confused. If you remove ('license.php') it wouldnt even work they wouldnt be able to decode it. If you are looking for something more unique or with much better encyrption there is software such as Zend Optimizer and IonCube. This is rather for small scripts etc. Do let me know if you benefit from my license generator. GoodDay
no what i mean is that ur license.php file is encrypted. i know that i was asking how can i encrypt my own code so that maximum security is maintained
Well to obtain maximum secuirty over your own scripts etc, its best you get encoding software from some good companies such as Zend Or IonCube. Unless you are a really good programmer and can figure out some innovative ways of encrypting using different hashes of 128 bits etc. As for me, if im looking for maximum secuirty i would go for commercial software.
501 is pretty spot on you will need to use a tool that is already available on most servers. Zend and IonCube are probably the 2 biggest. You encrypt the part of your script which calls the licence file as well you would add some of the major functions of your script into the encryption. So if they don't have the licence file then the script doesn't work and they can't quickly undo any calls to the licence file If they remove the encrypted part then the script won't work either.
Yup, grungee answered it all. I hope rather then that the license generator will function for basic use for anyone that needs it.
I wasn't saying they shouldn't use your tool. It is a very handy tool all I was saying was how in conjunction with your tool they could make a more secure script.
Hehe i know, sorry if i wrote it in that way. Didnt mean too just wanted to mention its good for basic use nothing more then that.