The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
IP block for newpost.php and newthread.php
How to block IP for new post and new thread function?
Like global ban, but only for new posting. I want to use big list of IPs, so I dont want to use it against all visitors (it will degrade forum performance), just for posting newreply.php?do=postreply newthread.php?do=postthread |
#2
|
|||
|
|||
You could use plugins on the newthread_start and newreply_start hooks with code like:
Code:
if ($vbulletin->ipaddress in banned list) { print_no_permission(); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|