welcome to ferlie.org


Are you using IPv6?

Sadly, no. 3.143.228.40 is not an IPv6 address.

Sorry, Charlie.



For your information, here is the code I'm using for this: $ip = getenv("REMOTE_ADDR"); if(filter_var($ip, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6) === false) { echo " Sadly, no. $ip is not an IPv6 address. <br> <br> <img src=\"NonAnimatedFlowers.gif\" alt=\"Sorry, Charlie.\"> "; } else { echo " Why, yes. $ip is indeed an IPv6 address. Well done! <br> <br> <img src=\"AnimatedFlowers.gif\" alt=\"Yay!\"> "; }