EyeTweaks
Ever wonder what your current IP is? Well EyeTweaks
is here to tell you. You see most people when they dial onto the internet receive
a new IP each time which is based on their current connection provider.
This little tool we've made, helps you to know what your current IP is today.
(This tool no longer works on the New Server we have placed it upon for this reason the code is now free.
Place between <head></head>
<SCRIPT LANGUAGE="JavaScript">
//Code by Alan Mitchell, Keep on Tweaken!(tm)
//Finds Your IP address
//all copyrights apply!
var ETIP = '<!--#echo var="REMOTE_ADDR"-->';
// The alert box
alert("The Address of your IP is "+ETIP);
// status bar
window.defaultStatus = "The Address of your IP is "+ETIP;
// The title bar
document.write("<title>The address for your IP is "+ETIP+"</title>");
// Thanks for using our site for your needs.-->
</script>)
Enjoy and Keep on Tweaken!