The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Clone / Pishing my site
Hello.
In the last 2 days I view that, 2 other domains/sites are indentical to my vbulletin forum. This sites, are identical and the users can try to log in this websites and the owners can give the details accounts for login, for this, are pishing. But if in my forum I post a new post or thread, appears automatically in this pishing websites. I contact with my server and are search for malware, but don't have any malware (I have a VPH / dedicated server). Thanks and sorry for my english. |
#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. |
#3
|
|||
|
|||
In the first time, thank you Dave for your explanation of the issue and how solve this.
I made the changes in my headinclude template, and now, perfect, the 2 websites that prosify all requests to my server, now, are redirect to google. I think...if in the third line, change google for my url, redirect to my site but...I don't know if its good iddea... Again, thank you very much. |
Благодарность от: | ||
chikuru |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|