Another place to add the link
In admin/user.php change:
PHP Code:
".makelinkcode("find more users for this ip","user.php?s=$session[sessionhash]&action=doips&ipaddress=$ip[ipaddress]").
To:
PHP Code:
echo "<li>$ip[ipaddress] (".gethostbyaddr($ip[ipaddress]).") ".makelinkcode("find more users for this ip","user.php?s=$session[sessionhash]&action=doips&ipaddress=$ip[ipaddress]")."".makelinkcode("plot ip","../mod/vbipplot.php?s=$session[sessionhash]&address=$ip[ipaddress]")."</li>\n";
This will add the plot ip link when you search for IP addresses in the Admin CP.
Feel free to add this in to the readme as well DrkFusion