vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Block Feedreader.com on vbulletin 4. (https://vborg.vbsupport.ru/showthread.php?t=300966)

synseal 08-08-2013 07:06 PM

Block Feedreader.com on vbulletin 4.
 
My site's content is duplicated by FeedReader and indexed at Google. This forms some sort of content duplication to me, and I believe it does harm to my forum. I have had instances where we was at position 1 on google to find feedreader taken its place and my index gone!

Does anyone know how to block feedreader.com from iframing my site or is their a modification that will block this type of thing.

For instance

Code:

http://browse.feedreader.com/c/TechKings/417464980
http://browse.feedreader.com/c/TechKings/411661658
http://browse.feedreader.com/c/TechKings/505121322

I have so far tried blocking their ip addresses to no avail.

deny from 67.210.247.197
deny from 67.210.247.247
deny from 67.210.247.193
deny from 67.210.247.196


I also tried this in my httpd.conf but it hasn't worked.

Code:

RewriteBase /
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} bo.lt/ua [OR]
RewriteCond %{HTTP_USER_AGENT} feedreader.com
RewriteRule . - [F,L]

Any help greatly appreciated.

synseal 08-10-2013 01:23 AM

1 Attachment(s)
Anything please, isn't this a problem for anyone else? so much of my forum content is copied under their address and this will have a horrid effect on anyone's forum?

This thread via them out ranks my original on google now!

I have asked feedreader to remove our content and stop any other content copying several times but we after 2 months are still awaiting a response...:erm:

synseal 08-15-2013 02:09 AM

Anyone?

Zachery 08-15-2013 02:17 AM

<a href="http://browse.feedreader.com/abuse" target="_blank">http://browse.feedreader.com/abuse</a>

synseal 10-25-2013 05:15 PM

1 Attachment(s)
Quote:

Originally Posted by Zachery (Post 2438961)

Since you posted that I have put in 4 requests for them to stop and they still continue.

Awstats snippet, this is only a few.

How do I go about enforcing this issue with them as they are clearly ignoring me.

synseal 10-25-2013 05:36 PM

Ok this fix throws the site outside the iframe and loads your own page.

Can someone have a look at this code and tell me if it will hurt my forum?

Added this to forumdisplay / showthread templates above </head>

Code:

<!--  iframe redirect starts -->
<script language="javascript" type="text/javascript">
if (window!= top) top.location.href = location.href;
</script>
<!--  iframe redirect stops -->

Here is their links which now redirect to my own site.

http://browse.feedreader.com/c/TechKings/654429907

http://browse.feedreader.com/c/TechKings/590841676

http://browse.feedreader.com/c/TechKings/437455071

Source - http://oscarmini.com/2013/01/how-to-...y-content.html


All times are GMT. The time now is 04:02 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.01081 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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