11-07-2000, 08:01 PM
This is probably done over and over again, but me being a newbie i?m proud of it :)
Instead of seeing ip: Logged
use a custom icon for it.
#####
in showthread.php3 find :
if ($logip==1) {
$iplogged="IP: <a href=\"postings.php3?action=getip&postid=$postid\">Logged</a>";
}
And replace with :
if ($logip==1) {
$iplogged="IP: <a href=\"postings.php3?action=getip&postid=$postid\"><img src=\"/forum/images/ip.gif\" border=0></a>";
}
You get get your custom ip icons here :
http://www.ubbhackers.com/icons.cgi?action=page&page=0
I hope i could please someone with this. :)
Instead of seeing ip: Logged
use a custom icon for it.
#####
in showthread.php3 find :
if ($logip==1) {
$iplogged="IP: <a href=\"postings.php3?action=getip&postid=$postid\">Logged</a>";
}
And replace with :
if ($logip==1) {
$iplogged="IP: <a href=\"postings.php3?action=getip&postid=$postid\"><img src=\"/forum/images/ip.gif\" border=0></a>";
}
You get get your custom ip icons here :
http://www.ubbhackers.com/icons.cgi?action=page&page=0
I hope i could please someone with this. :)