the GEO IP feature make me confused! so how to disable this feature.... i mean i don't really need it. and remove the OBSERVATION block from my site.
when open the site, i saw this error
КОД
[b]Observation[/b]
Fatal error: Undefined class name 'geo_ip' in /home/xxxxxxx/public_html/function/function.php on line 318
how to remove this block?
Thank you
same post has been made here :
http://antislaed.net/index.php?autocom=b...amp;showbug=159Ops, sorry... i found the solution
КОД
# Geo IP
class geo_ip {
..........................................................
$cont = "<img src=\"".img_find("all/help")."\" border=\"0\" align=\"center\" alt=\"".$name."\" title=\"".$name."\"> <a href=\"".$conf['ip_link']."".$ip."\" title=\""._IP.": $ip\" target=\"_blank\">$ip</a>";
}
}
return $cont;
} else {
return;
}
}
delete all codes and make change
КОД
[color="#FF0000"]$who_online .= "<tr><td>".user_geo_ip($host, 3)."</td><td><a href=\"index.php?name=account&op=info&uname=$uname\" title=\"".display_time($time)."\">$strip</a></td><td align=\"right\">$linkstrip</td></tr>";[/color]
to
[color="#006400"]$title_who = "<tr><td></td><td align=\"right\"></td></tr>";[/color]
Сообщение отредактировал wbscriptz: Oct 9 2008, 00:27