The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
[Request] Timelimit for reloading a vB-Page
I just searched the whole board, but couldn't find...
so - why this hack? - stop flooding the server by just hitting "reload" in browser or doing this by tool - only for reloading the same page maybe realize through "bblastvisit" - I don't know. If someone has a idea, please post it here! maybe there is a solution through .htaccess? THX! scotty |
#2
|
||||
|
||||
well since there is a tool bar that has a reload button and the right click.. it might be very hard to do that without some javascript and frame editing.
|
#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 | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|