Make a donation
include("ipv6.php"); echo "
"; if (ipv6::is_ipv6()) { echo "YAY!! You're using IPv6 !!
Your IP is " .ipv6::get_ip(); echo '
'; }else{ echo "Ah still that stupid old IPv4 ... grrrrrr"; } ?>