i use no-ip too ^^
you have to register @ their site a domain... something like "l2powergrinder.myftp.org"
then start the little program you can download there...
"no-ip-duct" or something ^^
i put this directly in the autostart-folder ^^ it works automaticaly @ startup ^^
to offer your ip to your users, make a very simple .php :
Code: Select all
<?php$ip = gethostbyname('l2powergrinder.myftp.org');$long = ip2long($ip); if ($long == -1 || $long === FALSE) { echo 'Ungültige IP, versuchen Sie es noch einmal';} else { echo $ip . "\n";}?>
save this anywhere in the webspace... or in your local xampp/wamp folder, where the users have access
...
bleh
then you can go to the browser and tadaa "
http://l2powergrinder.myftp.org/ip.php"
shows your actual IP

i hope i helped you ^^