Just a simple question; can I somehow disable the IP logging of members & admins?
I tried this code:
if ( $member['ip_address'] == "" OR $member['ip_address'] == '127.0.0.1' ) {
$member['ip_address'] == "") { $core['ip_address'] = "127.0.0.1";
}
(found on http://stackoverflow...-logging-in-ipb)
Without satisfation, because it did not simply work.
Thanks in advance.
Have a great day/evening.















