3
i'm speaking for XOOPS 1.3.8
i don't like the ip.gif so i replaced with a piece of code
in /modules/newbb/class/class.forumposts.php
find
$ip_image
and take this:
Quote:
if ( $adminview ) {
?>
$ip_image = "IP: ".$this->posterip()." - posterip()."');\">WHOIS
";
} else {
$ip_image = "IP: nascosto
";
please don't consider whois.php, is a php page that can whois a certain ip, remove it.
for the lazy:
Quote:
if ( $adminview ) {
$ip_image = "IP: ".$this->posterip()."
";
} else {
$ip_image = "IP: nascosto
";
}
i've made also an algorithm to crypt the ip for non admin user, but i think that is better leaving "nascosto" (hidden or protected)