And I have changed my mod/user.php so when they view the profile, the link appears next to the IP address field.
Change:
PHP Code:
makeinputcode("IP Address","aipaddress",$user[ipaddress]);
To:
PHP Code:
makeinputcode("IP Address <a href=\"vbipplot.php?address=$user[ipaddress]\">[plot ip]</a>","aipaddress",$user[ipaddress]);
This again, automatically gets the users ip address.