The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
ok - went a little further...
![]() to stop someone from a specific IP flooding your board with requests, you can use the rewrite rules of the apache! (the request therefore doesn't reach the board and its engine) Code:
RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{REMOTE_HOST} ^123.456.789.123 [OR] RewriteCond %{REMOTE_HOST} ^456.789.123.456 RewriteRule ^.*$ stopflooding.html [L] a) detecting a flood (requesting many threads in a short period of time) b) altering the .htaccess file by adding the IP can someone please help? ![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|