PDA

View Full Version : Mini-Hack: Remove Search IP Addresses Option from Mod CP


Erwin
11 Jan 2004, 12:56
This is a simple hack requested by Cerebro here:
http://www.vbulletin.org/forum/showpost.php?p=460452&postcount=6

Too simple really.

Open modcp/index.php:

Find:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



And DELETE it.

Done! :)

FleaBag
11 Jan 2004, 16:08
Simple but effective! Never liked the idea of Mods having access to IP's anyway. :)

Mike Gaidin
11 Jan 2004, 17:19
It didn't work for me. I received a parse error.

Erwin
11 Jan 2004, 23:24
It didn't work for me. I received a parse error.
You didn't copy everything in that window. :) You need to delete the ; bits too. It should work.

the3jams
25 Jan 2004, 20:29
Doesn't that just remove the link for ip searching? They would still be able to do ip searches if they know to run user.php?do=doips.

duncan99
26 Jan 2004, 14:35
To do the way people used to.

In the modcp/index.php find :



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Replace with this :


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thats it ! Hope this help.