The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Ip Restriction
How can restrict ip search on members of a certain usergroup or no depth 2 search for them? Especially the administrators? Both on Admin Control Panel and Moderator Panel.
I know its something to do with user.php on both folders, but i do not know how? Help please. thanks -m |
#2
|
|||
|
|||
anyone?
--------------- Added [DATE]1302809369[/DATE] at [TIME]1302809369[/TIME] --------------- PHP Code:
--------------- Added [DATE]1302849027[/DATE] at [TIME]1302849027[/TIME] --------------- add a code on this php code, to restrict supermods from searching ips of admin (usergroupid 6) |
#3
|
|||
|
|||
Place the following code before if ($vbulletin->GPC['ipaddress'] OR $userid)
PHP Code:
|
#4
|
|||
|
|||
Quote:
this would restrict supermods on searching ip of admins in admincp panel, right? |
#5
|
||||
|
||||
you could easily replace the numbers with the usergroup ids you want to lock out from the process.
multiple usergroups can be joined with the PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|