block IP wordrpess for the next X minutes

you need to create a post meta with ip value. And check it if ip available in database or not. you need to delete this meta key with value between 39 to 41 minute. write a function to delete meta key with value in 40th minute. paste This function on single.php Check ip available in … Read more

Categories ip Tags

What is the difference between unicast, anycast, broadcast and multicast traffic?

Simply put: ———————————————————— | TYPE | ASSOCIATIONS | SCOPE | EXAMPLE | ———————————————————— | Unicast | 1 to 1 | Whole network | HTTP | ———————————————————— | Broadcast | 1 to Many | Subnet | ARP | ———————————————————— | Multicast | One/Many to Many | Defined horizon | SLP | ———————————————————— | Anycast | Many … Read more

What’s the difference between IP address 0.0.0.0 and 127.0.0.1?

The only thing is that you’re not saying “all addresses should have access” — that’s done in your firewall(s) and/or the server software and/or other security layers like tcpwrappers. 0.0.0.0, in this context, means “all IP addresses on the local machine” (in fact probably, “all IPv4 addresses on the local machine”). So, if your webserver … Read more

How to access my site using IP Address? [closed]

Open a Terminal or CMD and type ping www.jijojose.me then press Enter. The IP address listed it’s the server’s IP address. However You won’t be able to access you website this way (e.g. http://173.252.100.16) unless: You know the folder where it is located on the server, and your server has mod_userdir or similar extension enabled … Read more