Go Back   vb.org Archive > vBulletin Article Depository > Read An Article > vBulletin Tips & Tricks
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Help to deter people from copying your content!
Oblivion Knight's Avatar
Oblivion Knight
Join Date: May 2002
Posts: 1,757

 

Sheffield, UK
Show Printable Version Email this Page Subscription
Oblivion Knight Oblivion Knight is offline 10-13-2005, 10:00 PM

Tired of people copying your content? Defend your site with a plagiarism warning banner!
I came across this site quite randomly on Google, and thought it was pretty darned clever. Copyscape will scan any given page, and look for copies of it throughout the Internet..

If you wish to add a banner to your vBulletin, save a banner from their banner page and name it as copyscape.gif, upload it to your images/misc directory, edit your footer template and place the following below the copyright stuff:
HTML Code:
	<div class="smallfont" align="center">
	<a href="http://www.copyscape.com" target="_blank" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_misc]/copyscape.gif" border="0" alt="Page copy protected against web site content infringement by Copyscape" title="Do not copy content from this page. Plagiarism will be detected by Copyscape." /></a>
	</div>
Using rel="nofollow" means that you aren't simply increasing their search engine rankings or whatever by using the banner. Unfortunately, I can't find any method of making the link point directly to the page that is displayed on as this would be hugely beneficial - but perhaps this isn't possible.

------------------------------------

Darkwaltz4 has cracked it.!

If you would like to make the banner link point directly to Copyscape searching your forum's URL, use the code posted here instead of the code above.
Reply With Quote
  #2  
Old 10-14-2005, 12:55 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oblivion Knight
Tired of people copying your content? Defend your site with a plagiarism warning banner!
I came across this site quite randomly on Google, and thought it was pretty darned clever. Copyscape will scan any given page, and look for copies of it throughout the Internet..

If you wish to add a banner to your vBulletin, save a banner from their banner page and name it as copyscape.gif, upload it to your images/misc directory, edit your footer template and place the following below the copyright stuff:
HTML Code:
	<div class="smallfont" align="center">
	<a href="http://www.copyscape.com" target="_blank" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_misc]/copyscape.gif" border="0" alt="Page copy protected against web site content infringement by Copyscape" title="Do not copy content from this page. Plagiarism will be detected by Copyscape." /></a>
	</div>
Using rel="nofollow" means that you aren't simply increasing their search engine rankings or whatever by using the banner. Unfortunately, I can't find any method of making the link point directly to the page that is displayed on as this would be hugely beneficial - but perhaps this isn't possible.
very cool. gunna do this.

thanks for the info!!
Reply With Quote
  #3  
Old 10-30-2005, 11:35 AM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

interesting, il give this a try!!
Reply With Quote
  #4  
Old 10-30-2005, 05:12 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hold on a second! i have EXACTLY what you are looking for with this im coding it up so it might take a second~

i might even release it as a minor hack if you think its that good

*edit* okay, try this one on for size! Clicking the image should take you to copyscape with the results of your search Unless I got the $url variable wrong, I wrote this in 5 minutes without access to the 3.5 files to check >.<

First again, add that banner as specified in the first post, then edit the footer template and place this:

HTML Code:
<div class="smallfont" align="center">
		<form name="query" method="post" action="http://www.copyscape.com/" target="_blank">
		<input name="q" type="hidden" value="$vboptions[bburl]/" />
		<input type="image" class="inlineimg" src="$stylevar[imgdir_misc]/copyscape.gif" border="0" alt="Page copy protected against web site content infringement by Copyscape" title="Do not copy content from this page. Plagiarism will be detected by Copyscape." />
		</form>
</div>
enjoy! works extremely well :-p REQUIRING POST VARIABLES WILL NEVER STOP ME! MUAHAHAHA! also, did you know its easy to break the common hack by writing your own forms and submitting information that the system cleaned before spitting into hidden vars, and stupidly doesnt clean it AFTERWARDS? :-p always make sure your safe from stuff like this!

Edit, the variable has been fixed :-p i applied this to my own forum and it worked exactly as expected :-p if you wanna see it, look in my profile for my forum link (please dont try to join my forums yet though). and yes, it uses the variable, not hardcoded :-p
Reply With Quote
  #5  
Old 10-30-2005, 05:43 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hrm.. Doesn't seem to work for me.

Perhaps they've found you out already?
Reply With Quote
  #6  
Old 10-30-2005, 05:46 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope sorry, i was using the wrong variable :-p i applied the correct one to my post RIGHT as you were posting that :-p so recopy whats up there ^^ and it will work :-p

Alternatively, you could use $vboptions[homeurl] instead of the bburl, but keep the trailing slash (the option requires you to ignore it, but i would rather copyscape was happy with the completeness of the url). heck, you could put whatever url you want in there (hardcoded). you could even dynamic it up to search that EXACT page your staring at :-p

Also, i noticed that copyscape more like searches for large matching swaths...so practically every vbulletin matches my vbulletin because its using the basic style. great to see whos stolen your styles or uses your hacks OR WHATEVER
Reply With Quote
  #7  
Old 10-30-2005, 05:53 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome, thanks for contributing!
Reply With Quote
  #8  
Old 10-30-2005, 06:03 PM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also of note, clicking on that sends a bot under the ip address of www.googlealert.com, which the homepage has the same appearance of http://www.copyscape.com/signup.php and says its from the same place in small letters at the bottom. not sure how great this is, or if they alert google that they should check the site themselves to make sure it isnt plagurism. Lots of people sending alerts to google accidentally through this service might get them banned from google i have no clue :-p just some kind of 'should probably investigate this a little further just in case' thing ^_^

Glad to help! i liked the idea very much and i wasnt going to be stopped by stuff like that! i test my own hacks to see if someone can write their own form, and NOT EVEN UPLOAD IT, to exploit stuff in my hacks :-p
Reply With Quote
  #9  
Old 11-01-2005, 08:11 PM
ambumann ambumann is offline
 
Join Date: Jun 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great! Thanks alot!
Reply With Quote
  #10  
Old 11-01-2005, 10:12 PM
amykhar's Avatar
amykhar amykhar is offline
 
Join Date: Oct 2001
Location: PA
Posts: 4,438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Their service isn't that hot from my very limited test. It accused a bunch of sites of plagiarism from my site - and the content isn't there. It picks up the stock vbulletin guest welcome and considers that plagiarism. Not much use for vbulletin owners.
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 07:06 PM.


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.05158 seconds
  • Memory Usage 2,302KB
  • Queries Executed 23 (?)
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
  • (3)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_article
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete