PDA

View Full Version : Remove IP Search from ModCP?


JoyB
06-02-2004, 09:31 AM
Hi

First of all, please accept my apologies if I've posted this in the wrong forum :o

I asked this question at vbulletin.com and they suggested I asked over here. Is it possible to remove the "Search IP Addresses" in the Moderators Control Panel?
Moderator Control Panel > Users > Search IP Addresses >

Any advice would be greatly appreciated :)

Joy https://vborg.vbsupport.ru/

assassingod
06-02-2004, 09:46 AM
For vB3? I can't remember if there's a setting to turn that off, so open modcp/index.php, find:

if (can_moderate(0, 'canviewips'))
{
$canuser = true;
construct_nav_option($vbphrase['search_ip_addresses'], 'user.php?do=doips');
}


And remove it:)

Again, I can't remember the exact setting for this, but that will work:)

Also, i'll move this to the vB3 hack requests forum.

JoyB
06-02-2004, 10:44 AM
Hi

Thanks very much for your prompt reply and for your help. It worked perfectly!

Thanks again, it's much appreciated.

Joy :)

assassingod
06-02-2004, 10:45 AM
You're welcome:)

BlueFlame
06-06-2004, 01:39 AM
Whats to stop them from requesting 'user.php?do=doips' directly ? :)

assassingod
06-06-2004, 07:35 AM
Nothing, I would assume they don't know how it.:)