Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Hidden Back Links - Let content thieves promote your site Details »»
Hidden Back Links - Let content thieves promote your site
Version: 1.00, by bjhuang bjhuang is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.0 Rating:
Released: 01-15-2009 Last Update: 01-16-2009 Installs: 130
Uses Plugins
Re-useable Code  
No support by the author.

Product: 1
Plugin: 2
Query: 0

What does it do

It inserts some hidden links (back to your forum) into the content of long posts. If someone steals your content, copy & paste a post to other places, there will be at least a link back to the original URL of your site. Good for SEO too.

Since you can't stop content thieves anyway, why not take some advantages?

Install

Step 1: import product-copyright.xml
Step 2: add this to the main css->additional css definition
PHP Code:
.copyright {
displaynone;


Advanced
* for SEO purpose, there is an option to choose links back to a thread or a post.
* the back links will become visiable after copy&paste. if you like them to stay hidden, just open and modify template "copyright"

Find
PHP Code:
<span class="copyright"
Replace
PHP Code:
<span class="copyright" style="display: none;"
i do not recommend to do this cause this may be bad for SEO.

Sounds stupid?

Yes, stupid enough. It is so easy to remove the back links. But from my experience, thieves are busy, blind, or more stupider. Most of them won't remove the links. You can't image how many back links i got this way.

You could modify the phrase "copyright_source" to some unique string. And google for it.


Will it hurt my SEO?

I can't promise that. but I think it does more good than evil. You could give your opinions here.




The most famous travel forum in chinese world - www.bbkz.com

Download Now

File Type: xml product-copyright.xml (5.2 KB, 804 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
3 благодарности(ей) от:
muratcan25, saadessa, shafek

Comments
  #42  
Old 06-03-2009, 11:31 AM
RaceJunkie RaceJunkie is offline
 
Join Date: Jun 2005
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GreasySpoon View Post
This hack will hurt your SEO because Google don't like hidden text/links. You have been warned
That's what I thought and wanted to see if there is a way to do just text.
Reply With Quote
  #43  
Old 06-03-2009, 11:39 AM
RaceJunkie RaceJunkie is offline
 
Join Date: Jun 2005
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like this will work if you only want text which is all I am looking.

Replace the copyright template with

Code:
<br/><span class="copyright">$vbphrase[copyright_source]: $vboptions[bbtitle] <if condition="$vboptions[copyright_linkthread]"></if></span>
I have mine set to link thread in the options and I get the following text when I c/p
Code:
Copyright ? Local Race Chat.com: Local Race Chat
Reply With Quote
  #44  
Old 06-03-2009, 11:48 AM
GreasySpoon GreasySpoon is offline
 
Join Date: Dec 2007
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A good content thieve would filter all the unnecessary stuff out like the copyright. He would create a parser for every site that he scrape to get only the content, that he need.
Reply With Quote
  #45  
Old 06-03-2009, 12:15 PM
RaceJunkie RaceJunkie is offline
 
Join Date: Jun 2005
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GreasySpoon View Post
A good content thieve would filter all the unnecessary stuff out like the copyright. He would create a parser for every site that he scrape to get only the content, that he need.
I have some that are just too lazy
Reply With Quote
  #46  
Old 06-03-2009, 12:53 PM
morrow's Avatar
morrow morrow is offline
 
Join Date: Mar 2002
Location: NJ
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed with no problems. I ran a test and it made me laugh (in a good way). I know there are some people out there who do this.

Here are a few issues that may or may not be good.

First, When you cut and paste into another thread, the entire code is right there in plain site. I'm sure people who are cutting and pasting will not miss this and edit it out immediately, unless they are just that stupid, blind, or cracked up.

Second, for some reason the copyright is being torn up. Example:

原帖地址: North Eastern Forums

Wuz up wit dat.
Reply With Quote
  #47  
Old 06-05-2009, 05:57 PM
bjhuang bjhuang is offline
 
Join Date: Jul 2006
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i've got 600+ stolen posts (which means 600+ backlinks) since i released this mod. and my traffic from google goes up 24%. but of course this can not be a 100% proof to tell if this mod help or hurt your SERP.

i set it only insert copyright into posts with 500+ words. god knows how many more shorter posts get stolen. but i am sure there are a lot of lazy content thieve who can not identify and filter out the copyright text although it's so obvious.
Reply With Quote
  #48  
Old 08-04-2009, 07:00 PM
alsultan88 alsultan88 is offline
 
Join Date: Jan 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnxxxxxx
very good
but the advanced edit is not work
i need to hide the copyright on the other site
thnx
Reply With Quote
  #49  
Old 08-04-2009, 07:20 PM
alsultan88 alsultan88 is offline
 
Join Date: Jan 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i edit the Font size or color that the link and copyright appear in the other site (after copy & paste )
?????????
thnx
Reply With Quote
  #50  
Old 08-05-2009, 12:14 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it would be much better to have a hyperlinked dot show up in the post.
Reply With Quote
  #51  
Old 08-07-2009, 07:39 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There is no rhyme or reason for when this decides to add the copyright line very aggravating !
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:34 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.14263 seconds
  • Memory Usage 2,335KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (3)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete