Make each user access only from his computer to the website all users have username and password how i can the user login from his computer i know th php using server mac not client mac what the soluation Regards
Hi there, Why not make a little registration form that will save some specs from the user (ip address, hostname, username and password) and then you can activate accounts that you trust. Then the users can login (only if there are allowed to) But your description is to small to give a full answer, so please tell us your wishes!
u can use cookie...store username as cookie when user registers and then match cookie with username every time user gets log in to d website. or you can PM me to get code to know MAC.
You may want to look into .htaccess to block/allow specific IPs or define custom users that are allowed to see the site. Here is a great tutorial for .htaccess net.tutsplus.com/articles/news/htaccess-files-for-the-rest-of-us/ - Lil Josh liljosh.com web developer
MAC isn't available to php, only if you use exec functions http://forums.devarticles.com/gener...can-i-find-out-the-user-mac-address-1846.html
MAC address is easier to change (using software, or network controller management) than IP address (need to restart router/model). Not a good idea to rely on it.