The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
|||
|
|||
![]()
I've seen this before, they simply proxify all requests to your server and imitate the request as a GoogleBot so it's hard to block it.
Add the following to your headinclude template and make sure to modify the second line. For example if your domain is vbulletin.org, split it in half and change it to "vbull" + "etin.org". This must be done so it's harder for them to replace all instances of your domain with their own. HTML Code:
<script> if(window.location.hostname.indexOf("your" + "site.com") === -1){ window.location = 'https://www.go' + 'ogle.com'; } </script> Essentially this will work against their intentions (injecting ads on the cloned forum) since all users that visit the cloned site of your forum are redirected to Google. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|