| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jan 2007
Posts: 98
![]() | I need some advice I need some advice -------------------------------------------------------------------------------- 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.
__________________ |
| | |
| | #2 (permalink) |
| NamePros Regular Join Date: May 2008 Location: England
Posts: 771
![]() ![]() ![]() ![]() ![]() ![]() | Add a username and password to login to the site? I'd say a single pc use would be nice to limit by mac address, but this is not truely possible in php. You can get that on a LAN but not globally, unless there is something new in php since 2007 which i dont know of ![]() ????: NamePros.com http://www.namepros.com/programming/623001-i-need-some-advice.html This may help you though regarding mac address': How can I find out the user MAC ADDRESS? - Dev Articles But id go for a user name and password, i dont see why you'd ignore this to begin with
__________________ pixelhero Web Development Studios UK |
| | |
| | THREAD STARTER #3 (permalink) |
| NamePros Member Join Date: Jan 2007
Posts: 98
![]() | Adding user name and pass will not do any favor to me. People who i sold the computer and script can copy the script on the another computer and use the same user name and pass. I want a solution which will make it imposibble to use the script on another computer.
__________________ |
| | |
| | #4 (permalink) |
| NamePros Regular Join Date: May 2008 Location: England
Posts: 771
![]() ![]() ![]() ![]() ![]() ![]() | If you are selling the script, you wont be able to limit it to that single pc in php. Any fool could edit a php file and just move it to another pc. You will have to find a language which can accurately get the current machines MAC Address on opening the application and check it matches the one specified, which the user cannot open the file and just edit it out.
__________________ pixelhero Web Development Studios UK |
| | |