Do you hate free sites, with a script, with a link in the script?
Well then, here's a simple code to display te IP adress from the visitors.
Plug the next code in your file what you want:
<?php $visitorip = $_SERVER['REMOTE_ADDR'];
echo "$visitorip"; ?>
Example:
38.103.63.16