The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Disable certain forums under heavy load?
I saw a hack out there that allows you to disable the search feature under heavy load (user defineable)... so I'd imagine this would be possible with similar code. Would it be possible to disable certain forums (not all of 'em) under a user defined load? For example... we have our forums set to a *nix load of 10 for the entire board.
However, I would like to say set a *nix limit of 5 for the "off-topic/chitchat" board. Anybody have any ideas? |
#2
|
||||
|
||||
Cheepo-Solution:
Place this in Template phpinclude_start PHP Code:
|
#3
|
||||
|
||||
Not to be picky... but would there anyway to send them to the "server is busy page" instead of the user is denied page?
I can just see it now, I'd be getting hundreds of PMs asking why they were denied from the chitchat forum. |
#4
|
||||
|
||||
PHP Code:
HTML Code:
<if condition="SERVER_OVERLOADED == 'yes'"> Your Overloaded, Sorry, Visit later Text here <else /> Prior Content of STANDARD_ERROR here </if> |
#5
|
||||
|
||||
Excellent, I will give this a try...
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|