so I\'m trying to think of an ip blocking system, and i figure i could store a list of forbidden ips in a database and then prevent people with th开发者_如何学JAVAose ips from accessing the site using
Login validation based on the username and password is done for the php application I have done. I want to implement the IP address validation also.( An user can not be log in from two different IP
An upvoted SO answer claims: [SSL] breaks name based virtual hosting. With SSL, it\'s one site - one IP address.
I have a server-process that listen to a specific port (say 60000), and my linux box has two ip-address (say ip1, and ip2).
开发者_StackOverflowWhen I go to http://www.whatismyip.com/ I get an IP address of 203.39.136.200 but if I use php/apache I get:
Is there an easy way to get a MAC address of a machine c开发者_开发技巧onnected to my app via a TCP/IPv4 socket?
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
can anyone suggest me the regular expression for ip address and mac address ? i am using python & django
I have a Visual Studio 2008 C++ application where I would like to convert an IP address from a wide-character string in dotted-quad notation to an address (similar to inet_aton);
To fight vote fraud, I need to store IP addresses in my database but I want to make them anonymo开发者_Go百科us. The only information that I need is if two addresses are the same ... I think.