php - How to protect www folder on windows -
i made intranet shop , going give computer intranet on it. want make sure can not copy files , install on computer. i want protect "www" folder in apache server. using appserv. on local computer. checked tools on net truecrypt, folderencrypt etc. these encrypt folder contents. if www folder encrypted, php won't work. there way lock folder in windows without encrypting contents.[ little harder crack no lock @ all] i using zend guard protect php file , checks hard disk name , model , computer model not give %100 protection. heard zend encode gets decoded online. i need suggestions. $output = shell_exec('wmic diskdrive model'); echo $output; echo "<br>"; $output1 = shell_exec('wmic csproduct name,vendor,identifyingnumber'); echo $output1; you obfuscate php code or compile using example http://developers.facebook.com/blog/post/358/ produce binary, difficult , modify (although of course possible). obfuscating good, not c...