vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How to prevent copying by RSS - my site is being copied (https://vborg.vbsupport.ru/showthread.php?t=223141)

abdobasha2004 09-14-2009 03:50 AM

How to prevent copying by RSS - my site is being copied
 
I activated rss on my website
however other websites are continuing coping all my threads
I mean ALL the thread whatever the description in rss reader is
I know how it is done but I do not know how to stop others using it

jazz_aaf 09-14-2009 06:54 AM

stop rss.
activate xml only if you need to feed others with threads titles and excerpts from threads.

aceofspades 09-14-2009 07:36 AM

Couldnt a .htaccess file be used in the rss directory which works in the same way as htaccess files which prevents image hotlinking.

abdobasha2004 09-14-2009 04:43 PM

thanks for the replies
however I am searching for a solution to allow rss but for descreption only
NOT THE WHOLE THREAD

Lynne 09-14-2009 05:23 PM

I use a plugin on my forum to only send so much.

hook location - external_query:
PHP Code:

unset($vbulletin->GPC['fulldesc']);
$vbulletin->options['threadpreview'] = 150;
$hook_query_fields .= ",LEFT(post.pagetext,300) AS message"

Modify to however you want.

If I recall, you need to wait to see it take effect because of the cache lifespan.

abdobasha2004 09-14-2009 05:47 PM

thank u Lynne
waiting for it to work....

I am really one of your fans here for sure
THANKS A LOT :up::up:

--------------- Added [DATE]1252969077[/DATE] at [TIME]1252969077[/TIME] ---------------

It worked !

--------------- Added [DATE]1252969488[/DATE] at [TIME]1252969488[/TIME] ---------------

is there any way to force a link to the thread to appear ??

Lynne 09-15-2009 02:28 PM

Quote:

Originally Posted by abdobasha2004 (Post 1884721)

is there any way to force a link to the thread to appear ??

You may be able to modify the external.php page to send a link to the thread as the first part of the text message. You'd have to look at the code to see.

abdobasha2004 09-16-2009 03:24 AM

Quote:

You may be able to modify the external.php
is there any way to usa a plugin instead?

Lynne 09-16-2009 03:03 PM

I don't know since I haven't looked into it. You'd have to look at the code and see what needs to be modified and if there is a hook location right there, then you can use it. If not, then you may have to modify the actual code.


All times are GMT. The time now is 07:14 AM.

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.01177 seconds
  • Memory Usage 1,727KB
  • 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_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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