vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Competing Site: Need Help (https://vborg.vbsupport.ru/showthread.php?t=213113)

timmway 05-07-2009 08:34 PM

Competing Site: Need Help
 
I have users from another site coming on and raising hell. We are both clubs in the DFW area with the same interests.

Besides adding them to a miserable account, is there a way to find out if they are visiting our site after visiting theirs and redirecting them? I would really like to be able to block them from their own site.

Our club is family oriented and has not started any of this. Theirs is full of hooligans trying to start crap. It is in my best interest to disrupt their online experience.

EWGF 05-07-2009 08:54 PM

Put something like this in your .htaccess file:

Code:

RewriteEngine on
# Options +FollowSymlinks

RewriteCond %{HTTP_REFERER} ^http://ANOTHERSITE\.com [NC]
RewriteRule .* - http://www.GOOGLE.com [R=301,L]

Links from ANOTHERSITE.com to your site will be redirected to GOOGLE.com. This HTTP_REFERER could be faked with proxys and stuff, so it's not waterproof though.

Davros 05-07-2009 08:57 PM

I think that trying to block people from visiting sites that you do not own would be considered as hacking, if it is not illegal it is certainly immoral.

I have had similar problems with rival forums.

The best way to go is to install Multiple Login and Detection Prevention. Once you ban a user, rather than add them as a miserable user, go to VB Options>User Banning Options & Ban their IP & Email Address.

From that point on Multiple Login and Detection Prevention will automatically ban anybody that tries to register another account, by detecting cookies and other variables, Multiple Login and Detection Prevention usually spots people who are trying to register using Proxies. Of course this is not fool proof but it certainly helps from an Admins point of view providing you configure it correctly.

Gamelobby 05-07-2009 11:59 PM

Quote:

Originally Posted by timmway (Post 1806577)
I have users from another site coming on and raising hell. We are both clubs in the DFW area with the same interests.

Besides adding them to a miserable account, is there a way to find out if they are visiting our site after visiting theirs and redirecting them? I would really like to be able to block them from their own site.

Our club is family oriented and has not started any of this. Theirs is full of hooligans trying to start crap. It is in my best interest to disrupt their online experience.

No there is no way to block them from their own site. lol

But banning them is all you need to do, as posted above. :cool:


All times are GMT. The time now is 10:00 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01365 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete