MyBB Community Forums

Full Version: Disable IP Logging FULLY
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, just wondering if you can help me remove any/all IP logging within MyBB. From the actual users IP on-site, to it being stored in the database. I'm trying to lower the resources MyBB's currently using, and because our community is just a small group of friends, we don't need to log IPs, lol.

Please don't post alternative ways to lower resources, or don't post saying "that wont lower resources" just please post a solution to the question at hand.
AdminCP > Configurations > Posting > Log Posting IP Addresses > and select "Do not log IP" and save settings.
That only disables it in the post. I want to disable it ON EVERYTHING.

Posts
Online Page
Admin Logs
Moderator Logs
Database Logs
EVERYWHERE
I'm currently looking for the same, if anyone could help that would be great.

Thanks.
-Kioshi
(2014-02-24, 01:51 AM)Kioshi Wrote: [ -> ]I'm currently looking for the same, if anyone could help that would be great.

Thanks.
-Kioshi

You could go cheap and just go into functions.php and find get_ip()
and put

return '127.0.0.1';
right under the
function get_ip() {

That would "disable"/replace pretty much every ip logging