Hide Admin / Moderator IP Address

Hide Admin / Moderator IP Address

HappyWorld

Well-known member
semprot submitted a new resource:

Hide Admin / Moderator IP Address - Hide Admin / Moderator IP Address

This is how to hide IP address of Admin / Moderator's / Any other user that you pick (as long as you have defined specific user ID).
Well, it is not "hiding", actually it is overwriting their IP data in the database with a fake IP.

This modification needs file editing to core Xenforo file, which is located in :
Code:
/library/Xenforo/Model/Ip.php

Please make a backup copy of that file before proceeding ;)

But please note :
  • The file change...

Read more about this resource...
 
If you run a regular cron job to replace the IP then there is no need for a core file edit.
 
If you run a regular cron job to replace the IP then there is no need for a core file edit.
Well that's another approach too :)

But i am not sure about replacing IP data every 1 minute, if the IP data table is too big.
Will it degrade the Mysql performance?
 
Last edited:
Is it possible to make an addon who do that edits automatically? i am not lazy, but i dont want to make any mistake with the edits or something. or do that edits on every XF update. thx.
 
Last edited:
Top Bottom