The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]()
try to block ar web server level.
Apache- SetEnvIfNoCase ^User-Agent$ .*Opera Mini.* bad_bot <Directory "/home/*/public_html"> Order Allow,Deny Allow from all Deny from env=bad_bot </Directory> Nginx- if ($http_user_agent ~* (opera m(ob|in)i)) { return 403; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|