vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Hidden Back Links - Let content thieves promote your site (https://vborg.vbsupport.ru/showthread.php?t=201986)

bjhuang 01-15-2009 10:00 PM

Hidden Back Links - Let content thieves promote your site
 
1 Attachment(s)
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

gwerzal 01-16-2009 11:33 AM

hmm sounds good. what does everyone else think about it.

Thanks for sharing.

Think il be using this after i have seen what others have to say about it.

7lanet 01-16-2009 11:38 AM

Quote:

Warning: Division by zero in [path]/includes/class_postbit.php(294) : eval()'d code on line 249

Warning: Division by zero in [path]/includes/class_postbit.php(294) : eval()'d code on line 249
in top forum

bjhuang 01-16-2009 11:46 AM

Quote:

Originally Posted by 7lanet (Post 1714545)
in top forum

sorry, wrong version uploaded. plz download again.

Leo Brazil 01-16-2009 12:03 PM

Sounds good, I'm gonna try it.

Thanks for sharing.

ericgtr 01-16-2009 01:44 PM

If the link is also embedded on your own forum as well then you have two links to that thread on your site and this could potentially hurt your SEO.

SEOvB 01-16-2009 02:35 PM

I'm not sure I'd take the risk from this, hiding links on your own site can dramatically hurt your search engine optimization.

http://www.google.com/support/webmas...n&answer=66353

Use with caution if you feel such a measure is neccassary

bjhuang 01-16-2009 10:13 PM

i've done a lot of suvery before implement this on my own site.

check your own source code, you will find that you already get a lot of hidden links with vbulletin by default. all the popup menu links are.

with this mod, you will get one more hidden link which pointing to the same url of that page. this is obviously without intention to deceive users and i think google is smart enough to tell that.

and if the links were copied to the other sites, they become non-hidden links. of course they do help your seo.

PS. if you were so afraid of hurting your SEO, you could make it visible even in the original post. just not add the css. the back links will be inserted too.

Hornstar 01-16-2009 10:49 PM

This has great potential but right now I think i will test this some before going live since i do not want to get penalized with google.

tansu 01-16-2009 11:15 PM

how will I understand that it is working properly

bjhuang 01-16-2009 11:37 PM

Quote:

Originally Posted by tansu (Post 1715218)
how will I understand that it is working properly

post a new message with length longer than the number you set in "Min Post Length" option. select and copy the content of the post. paste it into notepad or your editor or your blog. you will see a backlink there.

tansu 01-16-2009 11:44 PM

Well I copied an old thread and pasted in a test thread. But the links are not hidden.
There are those links visible, like: "source: name of the forum and link"
edit: Opps, that's how it works, right?

bjhuang 01-16-2009 11:49 PM

Quote:

Originally Posted by tansu (Post 1715242)
Well I copied an old thread and pasted in a test thread. But the links are not hidden.
There are those links visible, like: "source: name of the forum and link"

so it works. it meant to be visible anywhere except in the original post.

tansu 01-16-2009 11:52 PM

Quote:

Originally Posted by bjhuang (Post 1715246)
so it works. it meant to be visible anywhere except in the original post.

I see,
last question: where can I change the "source" word to my language? I searched in templates, phrases and xml file. But couldnt find

bjhuang 01-16-2009 11:55 PM

Quote:

Originally Posted by tansu (Post 1715251)
I see,
last question: where can I change the "source" word to my language? I searched in templates, phrases and xml file. But couldnt find

search for phrase variable named "copyright_source"

tansu 01-17-2009 12:01 AM

Ok, thanks...

Rene Kriest 01-17-2009 12:27 AM

Quote:

Originally Posted by FRDS (Post 1714733)
I'm not sure I'd take the risk from this, hiding links on your own site can dramatically hurt your search engine optimization.

http://www.google.com/support/webmas...n&answer=66353

Use with caution if you feel such a measure is neccassary

Good point.

Here is an in-dept article that exculpates the addon from any black-hat or even grey-hat SEO techniques.

Enjoy! :)

Alfa1 01-17-2009 12:35 AM

I know this is not meant for vb 3.7.4 but I tried it anyway and got this error:
Quote:

Warning: Division by zero in [path]/includes/class_postbit.php(293) : eval()'d code on line 61

bjhuang 01-17-2009 12:39 AM

I've read the articles before i created this mod. I think what Matt said support my idea. You can use hidden text, just not too much. that's why there are options for you to decide in which posts should the links inserted and how many of them.

As i mentioned, this mod act the same way your vbulletin popup menus do. if you think this will do hurt to SEO, maybe you should disable your popup menus either? and i forgot to tell, the back links will not be inserted if the pages are requested by bots. Yes, this is some kind of cloacking, but the vbulletin system itself cloacking the popup menus too by default.

I have implement a lot of so called grey-hat SEO techniques on my own site, and they never hurt my ranking. My attitude toward these techniques is simple: do what is good to users.

bjhuang 01-17-2009 12:43 AM

Quote:

Originally Posted by Alfa1 (Post 1715274)
I know this is not meant for vb 3.7.4 but I tried it anyway and got this error:

proably you have downloaded the previous uploaded file. plz try to download it again. it works for the version 3.6.8 afterward.

or open the plugin "Insert Copyright - Insert Text"

Replace All
PHP Code:

$vbulletin->options 

With
PHP Code:

$this->registry->options 


mark370 01-17-2009 11:13 AM

Not 100% sure abt this mod but going to give it a try anyways as i have hidden links in my sites footer to specific threads on my site and it hasent hurt our SEO yet :)

Some thoughts:
Add options to turn this on/off on a Catogary/ Room basis ?
Add options to turn this on/off on a user group basis ?

Alfa1 01-17-2009 08:30 PM

I have installed the new version and will let you know if this solves it.

glennybee 01-18-2009 12:41 PM

Will it add links to posts already in the database or only to new posts after installing the mod?

bjhuang 01-18-2009 12:47 PM

Quote:

Originally Posted by glennybee (Post 1716775)
How long do the posts need to be before it will add a link?

Will it add links to posts already in the database or only to new posts after installing the mod?


you could decide that in the options.

it add the links on the fly for new and old posts, and will not modify anything into database.

glennybee 01-18-2009 01:24 PM

Is there a way to add just one link to the end of the post instead of after x amount of characters?

For example:
Code:

<a href="http://link of post">Source...</a>
So that the link looks genuine when it's copied and pasted somewhere else, instad of being stuck somewhere in the middle of the post and not looking right?

Or the anchor text could automatically become the title of the thread?

Maybe a possible option for future releases?

Thanks for the mod, useful but I think needs improved.

bjhuang 01-19-2009 12:03 AM

it reason why i don't put it at the end of posts is that the link is hidden in the original post, so there is a big probability it won't be selected for copying if it is the last few byte. and when it becomes visiable after pasted, the link is more likely be recognized and removed.

as for the second suggestion, the anchor text should be the link itself because most of the time the content will be copied as plain text intstead of html source code. if the anchor is the thread title, there will not be a back link after pasted.

but of course this is easy if you insist. open template "copyright" and find these two line
PHP Code:

$vboptions[bburl]/showthread.php?t=$thread[threadid]</a>
$vboptions[bburl]/showthread.php?p=$post[postid]</a

replace each with
PHP Code:

$thread[title]</a

try to simulate the action of copy&paste. you will see the tricks here.

Quote:

Originally Posted by glennybee (Post 1716806)
Is there a way to add just one link to the end of the post instead of after x amount of characters?

For example:
Code:

<a href="http://link of post">Source...</a>
So that the link looks genuine when it's copied and pasted somewhere else, instad of being stuck somewhere in the middle of the post and not looking right?

Or the anchor text could automatically become the title of the thread?

Maybe a possible option for future releases?

Thanks for the mod, useful but I think needs improved.


kud0gfx 01-22-2009 01:04 AM

uhm, interesting, but will wait to see what happens with this mod

realmr 01-22-2009 07:03 AM

any screenshots ?

myown 01-22-2009 02:01 PM

i will wait for some time from other users experience..............

gtrts 01-23-2009 05:59 AM

老黄,干得不错哦

Fire112 02-01-2009 12:25 AM

Demo?

TheInsaneManiac 02-01-2009 12:39 AM

When someone steals content, they usually read what they are stealing. So even if they don't see the link when they copy it, they will proof read it and see it when they paste it.

TFEX 02-01-2009 01:28 AM

EDIT: all better

[high]* TFEX actually reads the first post....[/high]

Zer0Fact0r 02-01-2009 11:15 PM

I dont get how this works

Da22Da 02-02-2009 05:28 AM

Hey thanks for the GREAT MOD!!!
So for its working great on vb374 and vb381/380 vbseo installed as well!!!
indexing going normal no harm so far
backlinks WOW so far 3 by alexa 2 by google 7 by yahoo so let those theft as they like hehe
thanks again

isatice 05-10-2009 04:28 AM

WOOOOOW , super hack , super easy installation , easy to modify for vbseo and zoint seo and ... , MOTM , my choice

Black Dove 05-17-2009 10:18 AM

the link is not hidden in my own site
i inserted the code in the css but its still visible
i use vb 3.8.2

Black Dove 05-19-2009 07:31 PM

any help there ?

RaceJunkie 06-03-2009 11:06 AM

Is it possible to just remove the links all together and have it do Copyright © Local Race Chat instead?

Thanks

GreasySpoon 06-03-2009 11:14 AM

This hack will hurt your SEO because Google don't like hidden text/links. You have been warned ;)


All times are GMT. The time now is 02:46 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.02403 seconds
  • Memory Usage 1,836KB
  • 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
  • (2)bbcode_code_printable
  • (7)bbcode_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete