Quote:
Originally Posted by SAYAYINX
Thanks but I do not know if that script would work...
I am connected via router to the internet, it is not straight through.
...
Would it work? 
|
No, it wont.
You should change the "get current ip on IFACE" section.
you can use some "what is my ip" web sites and grep your ip in html page, or if you have and site, web host available, write a simple php script to give JUST the visitor ip.
sample php code that should work:
PHP Code:
<?php echo getenv('REMOTE_ADDR'); ?>