Go Back   Webmaster Malaysia Forum » Web Blogging & Community » Blogging Discussion

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-05-2007, 07:09 PM
New kid on the block
 
Join Date: Apr 2007
Location: home
Posts: 9
Rep Power: 0
takatoo is on a distinguished road
Blog content thief

A few weeks ago someone copied my blog content and post it in his blog. I noticed that he copied 100% same as mine. I wonder if he had done it using bot or something.

Could someone tell me how it's done?
Bot or traditional copy and paste?

BTW I already told him to removed the content from his site.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-05-2007, 07:49 PM
genzy's Avatar
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 56
genzy is on a distinguished road
Can the person be sued if the contents are not removed?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-05-2007, 06:45 AM
New kid on the block
 
Join Date: Apr 2007
Location: home
Posts: 9
Rep Power: 0
takatoo is on a distinguished road
I guess can.But it will involve lawyer and all those stuffs.Of course it will consume time and money.I think that the best way is to contact the web host and report the prob.

Back to my question.
If that guy used bot to copy my content, I'm thinking of an idea how to counter it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-05-2007, 07:02 AM
robot's Avatar
Senior Webmaster
 
Join Date: Jul 2006
Location: My
Posts: 969
Rep Power: 45
robot will become famous soon enough
you can report to the webhost, adsense, etc etc to get the site banned if he refuse to remove your content. usually, that site must have been copying many others content elsewhere.

I think it is done manually as it doesn't take a lots of effort to copy a site content.

its not worth sueing him unless you content makes thousands of dollar a day or so.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-05-2007, 08:57 AM
Senior Webmaster
 
Join Date: Apr 2007
Location: Penang
Posts: 468
Rep Power: 27
yonghs is on a distinguished road
These things do happen. Did he give a link back to the source (your blog)? Anyway, even if he gives back a link, it's still copyright infringement.

I have posted somewhere on this forum abt a person who posted over a hundred articles a month... and it seems all the articles are from other sources... but at least he states his sources and links back to them..... but it's still risky unless explicit persmission was granted by the original copyright holder.

Are you providing full RSS feeds? It might be easier for a person to accumulate content from many other blogs thru RSS reader

PS:
Google search engine is able to detect duplicate contents... and mass copying may be penalized .... so whoever plans to go the easy way to get contents, think twice.

And some tips for beginners, you can't copy en bloc (sentences/paragraphs)..... but you can reuse facts and ideas. Basically, FACTS and IDEAS are NOT copyrighted.... it's the way of presenting the facts/ideas, the complete text/sentences ARE copyrighted. So we need to explain the facts and ideas in OUR OWN WORDS ... even better to add some original ideas and opinions

Last edited by yonghs; 04-05-2007 at 08:59 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-05-2007, 06:26 PM
New kid on the block
 
Join Date: May 2007
Location: Kedah
Posts: 5
Rep Power: 0
LazySoul is on a distinguished road
Actually, if he(maybe she) who isn't a real "thief", want to share your blog contents with his visitors, he can use the track url(do your blog have?) and then let the visitors linked to your blog and read that post in *your* blog. In this way, it's legal. You should talk to him about doing like this if you think he isn't a thief. If he really a thief, i guess you have to report to the hosting company/website before you bring this to court.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-05-2007, 08:26 PM
New kid on the block
 
Join Date: Apr 2007
Location: home
Posts: 9
Rep Power: 0
takatoo is on a distinguished road
thanks for the reply.
I'm thinking of a way to avoid RSS content stealing by writing this piece of Javascript code:

Script.js
Code:
if (document.domain=="blogeeknet")
{
document.write('powered by blogeeknet')
}
else
{
document.write('<style><!-- @import url(pwn.css); --></style>'
+ '<div class="pwn"><p align=center><br><b>OMG!<br>You stole my content!</p></div>');
}
pwn.css
Code:
div.pwn{
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 300%;
background-color: black;
color: white;
}
All I've to do is to include this snippet in every post.

Code:
<script src= "blogeeknet/script.js"></script>

But this works only if the thief use BOT to copy the whole content.If not,the thief might remove the <script src> part

I wonder if this can be done in real life. :-/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-05-2007, 10:42 PM
genzy's Avatar
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 56
genzy is on a distinguished road
Quote:
Originally Posted by takatoo View Post
thanks for the reply.
I'm thinking of a way to avoid RSS content stealing by writing this piece of Javascript code:

Script.js
Code:
if (document.domain=="blogeeknet")
{
document.write('powered by blogeeknet')
}
else
{
document.write('<style><!-- @import url(pwn.css); --></style>'
+ '<div class="pwn"><p align=center><br><b>OMG!<br>You stole my content!</p></div>');
}
pwn.css
Code:
div.pwn{
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 300%;
background-color: black;
color: white;
}
All I've to do is to include this snippet in every post.

Code:
<script src= "blogeeknet/script.js"></script>

But this works only if the thief use BOT to copy the whole content.If not,the thief might remove the <script src> part

I wonder if this can be done in real life. :-/
Perhaps, It works only when it is directly linked.

If the whole contents (the rendered HTML) are saved as another script owned by others, the defense is easily hacked.

If the whole contents are copied/pasted (for text values) and saved as another script owned by others, javascript is certainly not working as it is not copied over.

The client-side security is hardly working 100%.

Last edited by genzy; 04-05-2007 at 10:50 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-05-2007, 10:59 AM
Senior Webmaster
 
Join Date: Apr 2007
Location: Penang
Posts: 468
Rep Power: 27
yonghs is on a distinguished road
I just saw another Malaysian site ... full of info and many pages ... but all the contents are lifted from other sites .... pretty depressing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 05-05-2007, 11:53 AM
New kid on the block
 
Join Date: Apr 2007
Location: home
Posts: 9
Rep Power: 0
takatoo is on a distinguished road
genzy>I guess that you're totally right.
Avoiding content thief is not that easy.

yonghs>I agree that reusing ideas and facts is not wrong.But it's kind of funny to find out that many Malaysian top bloggers [no offense] are recycling ideas from other bloggers.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 05-05-2007, 12:15 PM
Senior Webmaster
 
Join Date: Apr 2007
Location: Penang
Posts: 468
Rep Power: 27
yonghs is on a distinguished road
I was merely trying to point out that 'facts & ideas' are not copyright protected... well, that's the law.

Anyhow, they have to explain and write the facts/ideas in their OWN words/sentences. I'm always against en bloc copying of contents ... it's unethical and unlawful.

Yea, just within the last week I've seen 2 sites(blogs) with ALL contents copied from other sites.... I'm not sure if they are even aware of the copyright law...anyhow, they are putting themselves in risk.

Last edited by yonghs; 05-05-2007 at 12:30 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 05-05-2007, 03:37 PM
New kid on the block
 
Join Date: Apr 2007
Location: home
Posts: 9
Rep Power: 0
takatoo is on a distinguished road
Somehow I feel like blogs are just like homeworks.

If you finish first,your friend will copy yours.
If your friend finish first,you'll copy your friend's.
You can copy your friend's as long as you use your own words.
You can copy your friend's as long as you don't get caught.
Sometimes your friend copies your homeworks without permission and sometimes your friend copies yours but teacher gives higher mark to your friend.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 05-05-2007, 03:55 PM
genzy's Avatar
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 56
genzy is on a distinguished road
Quote:
Originally Posted by takatoo View Post
sometimes your friend copies yours but teacher gives higher mark to your friend.
Experienced before during studying. A group of students copied mine (programming course project) built from sketch by my hands throughout days and nights and the teacher gave higher mark to that group. Hiyo...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-05-2007, 09:18 AM
Senior Webmaster
 
Join Date: Apr 2007
Location: Penang
Posts: 468
Rep Power: 27
yonghs is on a distinguished road
takatoo,

You may want to look at this, it can scan the web for unathorised use of your content..... and also can put their banner "Page Protected by CopySpace. Do Not Copy" on your site for free

Copyscape - Website Plagiarism Search - Web Site Content Copyright Protection

Not 100% foolproof of course but something worth looking at
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 06-05-2007, 11:04 AM
genzy's Avatar
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 56
genzy is on a distinguished road
Quote:
Originally Posted by yonghs View Post
takatoo,

You may want to look at this, it can scan the web for unathorised use of your content..... and also can put their banner "Page Protected by CopySpace. Do Not Copy" on your site for free

Copyscape - Website Plagiarism Search - Web Site Content Copyright Protection

Not 100% foolproof of course but something worth looking at
Cool. Thanks for sharing.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free blog content and header every month sourcez Blogging Discussion 0 14-12-2006 04:21 PM
Blog indicted over content.And I am only in secondary school! sunrunnerx Member Introductions 3 29-09-2006 02:54 PM
is copy and paste content blog legal.. hentai Blogging Discussion 11 08-03-2006 04:15 PM
Web Content Management ? eyeball Website Programming 8 19-09-2005 12:00 PM
Someone copied my website content... Zamri Nanyan E-Commerce 6 21-08-2005 06:48 PM



All times are GMT +8. The time now is 02:37 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.