lukelukeluke
Technical User
Hi there,
Im wasting some time on php scripting.
Actually, i built a little script where i can let only several users enter my page, managed by ip adress (with the const var of the remote adr...). Works so far, but there is a little problem:
If this is my friends ip: 1.2.3.4, then he can enter my page, because i alowed that ip inside. But: he has a brother which is in the same network as he is. I mean, they have a router and both have this ip: so both can log in...
Is there a way to get only a computer alowed to log in, for example get his mac address and then alow by mac?
Is it possible too to get mac adresses from users? For example if some users sign up i store theyr macs and if i want to ban them i ban theyr macs? Is there a way to do that?
Thanks! Greetings, Lucas
Webmaster of knowledgebase for IT knowledge.
Im wasting some time on php scripting.
Actually, i built a little script where i can let only several users enter my page, managed by ip adress (with the const var of the remote adr...). Works so far, but there is a little problem:
If this is my friends ip: 1.2.3.4, then he can enter my page, because i alowed that ip inside. But: he has a brother which is in the same network as he is. I mean, they have a router and both have this ip: so both can log in...
Is there a way to get only a computer alowed to log in, for example get his mac address and then alow by mac?
Is it possible too to get mac adresses from users? For example if some users sign up i store theyr macs and if i want to ban them i ban theyr macs? Is there a way to do that?
Thanks! Greetings, Lucas
Webmaster of knowledgebase for IT knowledge.