How to disable IP Logging On IP.Board. Very usefull! You replace the ip's with a custom ip adress. Here's an easy way and the most practical disable IP Loggin. Please follow the instructions and tutorials are given below correctly and accurately.
1. Go to :
admin/sources/base
2. Find it :
ipsRegistry.php
3. Edit with an editor (f.x. notepad++) | Search line (line 3794):
//----------------------------------------- // Make sure we take a valid IP address //-----------------------------------------
4. Add below:
self::instance()->ip_address = '0.0.0.0';
Optional: Replace the 0.0.0.0 with your favorite "ip number"
It is How to disable IP Logging On IP.Board, hopefully useful!
Title: How to disable IP Logging On IP.Board
Posted by:
Published :2013-08-25T10:00:00-07:00
How to disable IP Logging On IP.Board
Related articles:
Posted by:
Published :2013-08-25T10:00:00-07:00
How to disable IP Logging On IP.Board
hi is there any updated guide for this but on Invision Power Boards 4.3.6
ReplyDelete