Hello all, I made an intranet web site. I installed on a formated computer. I use windows and AppServ (for php and mysql). My question is: I want my intranet only work on this computer. If somebody else tries to copy my site and use on another computer it sould not work. is there any way i can add to php code to check windows serial number or something like that? Can you suggest me any solution. Thanks.
Sadly, this wouldn't do much as the person that took your code can easily just remove that conditional check. What you can do is encode (checkout zend guard) your PHP code with that conditional check of the computer it is on and in this way it might stop your Intranet site being used by another person.
Encoding works but encoded files can easily be decoded / nulled. I'd say, the best thing about scripts is to make them open, so just keep it open