<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Plagiarism Todayimage hosting | Plagiarism Today</title>
	<atom:link href="http://www.plagiarismtoday.com/tag/image-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plagiarismtoday.com</link>
	<description>Content Theft, Plagiarism, Copyright Infringement</description>
	<lastBuildDate>Mon, 13 Feb 2012 17:55:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Image/File Hosting Problem</title>
		<link>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/</link>
		<comments>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 18:53:20 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[DMCA]]></category>
		<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[Copyright-Law]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[domain tools]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[Plagiarism]]></category>
		<category><![CDATA[who is hosting this]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=3087</guid>
		<description><![CDATA[There are times where content that appears to be on one server is really elsewhere. Here's how to overcome that problem. ]]></description>
			<content:encoded><![CDATA[<p><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  src="http://files.plagiarismtoday.com/wp-content/uploads/2009/03/amazon-s3-logo.png" alt="amazon-s3-logo" title="amazon-s3-logo" width="185" height="88" class="alignleft size-full wp-image-3088" /></p>
<p>In 2007 I wrote an article entitled &#8220;<a href="http://www.plagiarismtoday.com/2007/12/20/why-i-embed-my-images/">Why I Embed My Images</a>&#8221; that discussed how embedding images and other can provide greater security when you feel there is a risk someone might file a takedown notice. By separating your images from your server, should someone file a takedown notice over an image, your site will remain active and, with good backups, you can get your site back up more quickly.</p>
<p>It is a way to guard against misuse of the DMCA or fair use disputes.</p>
<p>However, since then I have backed away from that stance. Once I moved to my new VPS, I stopped hosting images remotely as I have a good relationship with my host and have no reasons to worry. That being said, in an effort to improve the efficiency of the site, I&#8217;ve also started toying with <a href="http://aws.amazon.com/s3/">Amazon S3</a> to see if it can help improve the site&#8217;s speed (the images in this post will be hosted on S3 as part of the test).</p>
<p>It was at this point that I realized a problem. If I were malicious in my use of S3, or any similar service, it could be used as a method not to prevent complete site failure, but to avoid a DMCA altogether. It is possible, using these services, to trick users into filing complaints with the wrong hosts, delaying or even preventing anything from being done.</p>
<p>I immediately, using my own site as a test subject, began to seek a way around it and, fortunately, found a way to ensure that, no matter where a file is hosted, you&#8217;ll always be able to track down the host with reasonable accuracy.<span id="more-3087"></span></p>
<h4>The Nature of the Problem</h4>
<p>If you right click on the images in this post and view their URL, you&#8217;ll see that they are hosted on a subdomain of Plagiarism Today named &#8220;files.plagiarismtoday.com&#8221;. This makes it appear, including to many automated tools, that the content is hosted on the same server as the rest of the site. The problem is that they are hosted on Amazon S3, clear across the country.</p>
<p>This trick is fairly trivial to do and <a href="http://www.labnol.org/internet/host-images-files-on-amazon-s3-storage/4923/">only involves a minor tweak to DNS</a>. There are many legitimate reasons for doing it, for example, hosting images on your domain while using a content delivery network to increase speed.</p>
<p>However, if a copyright holder decided one of these images were infringing, filing a DMCA notice would be difficult. The reason is that since the files are on a subdomain of plagiarismtoday.com most will assume it&#8217;s located on my server and act accordingly. This is due to a fluke in both the way we read URLs, where we routinely ignore subdomains, and the way networking tools routinely discard subdomain information.</p>
<p>Some copyright holders, especially those less familiar with DNS and networking, might not consider this and could inadvertently file a DMCA notice or other abuse complaint with the wrong host. This can result in a delay in getting a complaint resolved, in it being outright ignored or even causing it to be handled in a questionable way.</p>
<p>The good news is that there is a simple way around it and, as long as you are careful about how you gather your information, there is no need to make this mistake.</p>
<h4>Dealing with Linked Files</h4>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  src="http://files.plagiarismtoday.com/wp-content/uploads/2009/03/wiht-logo-1-300x65.png" alt="wiht-logo-1" title="wiht-logo-1" width="300" height="65" class="alignright size-medium wp-image-3092" /></p>
<p>When you&#8217;re dealing with an image file or any content that is linked into a Web page (not part of the actual HTML) it is important to make sure that you get the correct information about where that particular file is hosted, not just the page that it is on.</p>
<p>The solution is pretty simple:</p>
<ol>
<li><strong>Get the URL of the File:</strong> Rather than copying the URL of the page, right click the image or the link and copy the URL. Check and see if it is on the same site, a subdomain or another domain altogether.</li>
<li><strong>Use Who Is Hosting This:</strong> Once you have the URL, delete the &#8220;http://&#8221; as well as everything including and after the first remaining &#8220;/&#8221; and process it through <a href="http://www.whoishostingthis.com">Who is Hosting This</a>. Who Is Hosting This handles subdomains correctly, unlike Domain Tools, which strips out subdomain information in my testing.</li>
<li><strong>Confirm the Results:</strong> You can then confirm the results by copying the IP address (you&#8217;ll have to actually copy the numbers on the site, not using the link) and then running it through <a href="http://domaintools.com">Domain Tools</a>. Once you&#8217;ve done that, you can then go forward and begin the work of finding the DMCA or abuse agent and contacting them.</li>
</ol>
<p>Though this adds a few extra steps to the process, it is worth doing to ensure that you contact the correct party as doing so is the only way to guarantee the quickest and most reliable resolution.</p>
<h4>Why This is Important</h4>
<p>The reason that this is critical is because sending a DMCA notice to the wrong host, at the very least, will greatly slow down the process as the host has to research and figure out what is going on and then decide if they going to A) Disable the page anyway B) Forward the notice on or C) Do nothing.</p>
<p>Since the company that hosts the Web site does not host the image, their role under the DMCA is much less clear. <a href="http://www.copyright.gov/title17/92chap5.html#512">Section 512(c)</a>, which usually deals with Web hosts and takedowns, only pertains to &#8220;the storage at the direction of a user of material that resides on a system or network controlled or operated by or for the service provider&#8221;. Since there is no storage, a regular DMCA notice doesn&#8217;t apply.</p>
<p><a href="http://www.copyright.gov/title17/92chap5.html#512">Section 512(d)</a> does pertain to &#8220;information location tools&#8221; but in that case, it would be the site owner, not the host that is party for the notice. This section deals with sites, such as Google, that are &#8220;referring or linking users to an online location containing infringing material or infringing activity&#8221;. Since the host isn&#8217;t the one linking to the file, it is the user, the application of 512(d) doesn&#8217;t make as much sense.</p>
<p>This isn&#8217;t to say that hosts won&#8217;t deactivate sites or remove pages if the content is embedded or hyperlinked, especially if the site is spammy in nature or has other abuse issues, but the fastest way to secure removal of images or other media files is to go to the source. </p>
<p>It can be a bit tedious to do, but it is well worth the time.</p>
<h4>Bottom Line</h4>
<p>The simple truth is that the days of all of the content on a site being hosted on the same server have long since passed. Content embedding from photo sharing sites, video sites and elsewhere have made it much more difficult easily track down where a particular item is hosted.</p>
<p>Though sometimes, as with YouTube clips, where the content is hosted is obvious, other times, as with image hosts, it is much less clear. </p>
<p>Unless you are dealing with textual works, which are almost never embedded (unless you use a service such as <a href="http://www.thenewsroom.com/">Voxant Newsroom</a> that embeds text via Flash and JavaScript), this is something you have to constantly watch out for.</p>
<p>Dealing with content theft issues is not difficult, but it does require a bit of detective work. However, knowing the challenges you face and the tools that can help you overcome them can keep the sleuthing required to a minimum. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2009/03/25/the-imagefile-hosting-problem/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Facebook, Flickr Strip Copyright Data from Images</title>
		<link>http://www.plagiarismtoday.com/2008/11/05/facebook-flickr-strip-copyright-data-from-images/</link>
		<comments>http://www.plagiarismtoday.com/2008/11/05/facebook-flickr-strip-copyright-data-from-images/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 19:01:35 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[imageshack]]></category>
		<category><![CDATA[photobucket]]></category>
		<category><![CDATA[Plagiarism]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/?p=2048</guid>
		<description><![CDATA[Facebook and Flickr are two of the most popular image hosts among artists and photographers. However, they both strip critical copyright information from the images they host, leaving them vulnerable to becoming orphans. ]]></description>
			<content:encoded><![CDATA[<p><strong>Update 4/20/2010:</strong> Flickr appears to have rectified this problem and is now showing EXIF data on both original and reduced sized versions of the images uploaded through the service. A follow-up article is pending.</p>
<p><strong>Update 4/21/2010:</strong> Sadly it appears I spoke too soon. Flickr is still stripping EXIF data on resized images. Update coming.</p>
<p>Though the orphan works bill has been <a href="http://www.publicknowledge.org/node/1783">defeated for this year</a>, there is still a tremendous amount of interest among visual artists about ensuring that their works carry their names and information with them. It is largely assumed that the bill will be reintroduced next year and that, at some point in the near future, that there will be a risk of their works becoming orphaned.</p>
<p>However, in the age of the Internet, photographers have also become more reliant on photo sharing services for hosting their work and their online portfolios. It has been an easy way to get their works online and find an audience.</p>
<p>Unfortunately, at least some of those services seem to be working against artists in keeping their works clearly marked. Though many routinely insert EXIF metadata into their images, at least two of the most popular image hosts, Flickr and Facebook, are routinely stripping that information out before posting the information online.</p>
<p>This could, should the orphan works bill passed, cause many photographers, including those that used due diligence in marking their work, to have their works become orphaned and used legally without their permission. </p>
<p>The worst part is that it is a simple fix on the host&#8217;s part, but also one that Flickr has been aware of for at least six months. <span id="more-2048"></span></p>
<h4>Background</h4>
<p>Back in April, photographer <a href="http://duncandavidson.com">James Duncan Davidson</a> <a href="http://duncandavidson.com/2008/04/flickr-strips-copyright-metada.html">posted a blog entry detailing an error with Flickr</a> that caused copyright and other metadata to be stripped from uploaded and resized images. He also posted his observations to <a href="http://flickr.com/groups/flickrideas/discuss/72157600133760332/">Flickr&#8217;s feature request forums</a>, where it became a popular suggestion.</p>
<p>However, even after over six months of activity, the post has not gotten a single response from the Flickr admins nor has the feature been implemented. So, I decided to conduct an experiment to see if Flickr had quietly instituted the fix and also see if a few other popular image hosts had similar problems.</p>
<p>The results were very surprising.</p>
<h4>An Experiment</h4>
<p>To conduct an experiment, I took<a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/tnewcastle129.jpg"> one of my snapshots from my trip to Newcastle, UK</a> and added some very basic copyright metadata to it. To do this, I used the <a href="http://albumshaper.sourceforge.net/">open source application Reveal</a> for the Mac.</p>
<p>After I added the metadata, this is what was shown in the photo information.</p>
<p><a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/flickr-meta-1.png"><img src="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/flickr-meta-1-179x300.png" alt="" title="flickr-meta-1" width="179" height="300" class="alignnone size-medium wp-image-2050" /></a></p>
<p>I then uploaded the image to some of the popular photo sharing sites and re-downloaded the image to see if the metadata remained intact. <a href="http://flickr.com/photos/21374257@N02/3005760542/">I started with Flickr</a>.</p>
<p>After uploading and re-downloading the displayed copy of the image, I noticed that the file size was significantly bigger but, once I opened up the metadata in Reveal, this is what I saw.</p>
<p><a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/flickr-meta-2.png"><img src="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/flickr-meta-2-179x300.png" alt="" title="flickr-meta-2" width="179" height="300" class="alignnone size-medium wp-image-2052" /></a></p>
<p>The new photo had completely stripped out the pertinent copyright information, along with all of the other metadata that I could see.</p>
<p>After that, I decided to <a href="http://www.facebook.com/album.php?aid=75212&#038;id=741460930&#038;ref=mf">try Facebook</a>. With over <a href="http://www.datacenterknowledge.com/archives/2008/10/15/facebook-hosts-10-billion-photos/">10 billion photos hosted</a>, Facebook is the largest image host in the world currently. I did the same process with Facebook and, when I re-opened the metadata in Reveal, I saw that, again the information had been stripped out.</p>
<p><a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/facebook-meta-2.png"><img src="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/facebook-meta-2-179x300.png" alt="" title="facebook-meta-2" width="179" height="300" class="alignnone size-medium wp-image-2054" /></a></p>
<p>It was immediately clear that both sites strip out all image metadata. Though Flickr does make a point of reading and parsing much of it, especially information pertaining to the camera, before posting it, none of it is displayed on the versions that are public-facing.</p>
<h4>Two that Preserve it</h4>
<p>After being disappointed with Flickr and Facebook, I decided to try two other image hosts to see how they handled the metatadata. First, I tried a host that I have used in the past on this site, <a href="http://img170.imageshack.us/img170/2998/tnewcastle129ko2.jpg">Imageshack</a>.</p>
<p>With Imageshack, I did two checks, first I uploaded the image without resizing and then with a reduction to a &#8220;Web-friendly&#8221; size. I downloaded both versions. In both cases, the metadata was preserved.</p>
<p><a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/imageshack-meta-2.png"><img src="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/imageshack-meta-2-179x300.png" alt="" title="imageshack-meta-2" width="179" height="300" class="alignnone size-medium wp-image-2056" /></a></p>
<p>I then decided to <a href="http://s60.photobucket.com/albums/h30/plagiarismtoday/?action=view&#038;current=newcastle129.jpg">try Photobucket</a>, an image sharing service <a href="http://www.plagiarismtoday.com/2008/01/15/artists-express-concern-over-photobucket/">I continue to have many sharp disagreements with</a>, taking a similar set of steps that I did with Imageshack. However, once again, both the raw and the version resized with their online software preserved the metadata perfectly.</p>
<p><a href="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/photobucket-meta-2.png"><img src="http://www.plagiarismtoday.com/wp-content/uploads/2008/11/photobucket-meta-2-179x300.png" alt="" title="photobucket-meta-2" width="179" height="300" class="alignnone size-medium wp-image-2057" /></a></p>
<p>While I have many other copyright-related concerns regarding Photobucket, it is nice to see that their system does handle this one issue correctly. </p>
<p>Still, for photographers, these results leave a lot of uneasy questions to be answered.</p>
<h4>What Can Be Done</h4>
<p>The problem with the results above is that neither Photobucket nor Imageshack are widely used by professional or even amateur artists. They are much more common as image hosts for blogs or social networking sites and host a lot of personal photos as well as more than a decent amount of copyrighted work.</p>
<p>However, there are a lot of photographers and artists putting their work on Flickr to share it or using Facebook as something of a personal resume. In those cases though, any metadata that they are adding is being stripped out before at least most of the images go online.</p>
<p>The onus, right now, is on these services to fix this problem but there seems to be very little push to do so. As such, the only way to ensure that your copyright information is carried with the works you submit through these services is to make it part of the image itself, most likely through some form of visual watermarking.</p>
<p>Until these issues are fixed, artists have to assume that any image posted on Flickr or Facebook will be passed around the Web with no identifying information, greatly increasing the probability that they could become orphan works should the bill pass.</p>
<h4>Conclusions</h4>
<p>Sadly, these aren&#8217;t the types of issues most image hosts think about when designing their product. They worry about providing a good user experience, giving enough space, having enough features and building a good business plan. Whether the metadata is preserved, is not a major issue from their standpoint.</p>
<p>However, to me, these are the types of small details that can have a big impact on artists and separate the great image hosts from the good.</p>
<p>Though Flickr has made a great reputation as a place for artists and photographers, it has shown a lot of disregard for their rights. From <a href="http://www.plagiarismtoday.com/2008/07/10/is-flickr-letting-down-its-users/">snafus with the API</a> to <a href="http://www.plagiarismtoday.com/2008/07/11/why-flickr-licensing-fails/">confusing licensing terms</a>, Flickr has been anything but an oasis for artists concerned about how their work is being used.</p>
<p>If the orphan works bill passes, these issues will go from being minor inconveniences to major concerns and all image services are going to have to address these problems, one way or another.</p>
<p>However, the time to start thinking about these things is now, before the law passes and a potential crisis is at hand. Waiting until the law does pass could be too late.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2008/11/05/facebook-flickr-strip-copyright-data-from-images/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Update: PhotoBucket Petition Takes Off</title>
		<link>http://www.plagiarismtoday.com/2008/01/16/update-photobucket-petition-takes-off/</link>
		<comments>http://www.plagiarismtoday.com/2008/01/16/update-photobucket-petition-takes-off/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 15:29:21 +0000</pubDate>
		<dc:creator>Jonathan Bailey</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Prevention]]></category>
		<category><![CDATA[artwork]]></category>
		<category><![CDATA[Content-Theft]]></category>
		<category><![CDATA[Copyright-Infringement]]></category>
		<category><![CDATA[deviantart]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[image sharting]]></category>
		<category><![CDATA[photobucket]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Plagairism]]></category>

		<guid isPermaLink="false">http://www.plagiarismtoday.com/2008/01/16/update-photobucket-petition-takes-off/</guid>
		<description><![CDATA[The petition against PhotoBucket has been growing at a rapid pace. Here's a discussion as to what is happening and what the immediate future plans are. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://img.skitch.com/20080116-1rwptfcgmfdhe2111n91bqxtm9.png" alt="deviantART logo" class="picleft"/>I wanted to provide a very brief update on the <a href="http://www.plagiarismtoday.com/2008/01/15/artists-express-concern-over-photobucket/">article regarding PhotoBucket</a> that went online yesterday. </p>
<p>As of right now, <a href="http://www.petitiononline.com/pbarts/petition.html">the petition has gartered nearly 900 signatures</a> and is growing at a very rapid pace. This is due almost exclusively to a huge push from the art community itself, specifically the efforts by several well-known deviantART member including <a href="http://lone-momo.deviantart.com/">lone-mono</a>, <a href="http://budgie.deviantart.com/journal/16419491/">budgie</a> and dozens of others. </p>
<p>I have to say that I have been thoroughly overwhelmed by the response and I want to thank everyone that has posted the petition and the original article on their site. Without your help in getting the work out, this would not have been possible.</p>
<p>Right now my plan is to allow the petition to collect more signatures. Once it reaches over a thousand signatories, I plan to present it formally to the PhotoBucket staff. I will resubmit every time the petition crosses another 500 signatures until we receive a response.</p>
<p>I want to stress that there is a need for both unity and civility at this point. Though emotions understandably run high with this issue, cooler heads prevail in these types of disputes. I want to encourage everyone to give PhotoBucket a chance to address these issues and to not take any unilateral action that could hurt the cause. The next steps are being being planned already and everyone will be involved.</p>
<p><a href="http://rippedarttaskforce.deviantart.com/"><img src="http://img.skitch.com/20080116-kxwd9yg9rarpeq8qqfmqntry9w.png" alt="RATF logo" class="picright"/></a>Finally, to all of the deviantART members who are new to this site, I would encourage you to take a look at the <a href="http://rippedarttaskforce.deviantart.com/">Ripped Art Task Force</a>. They are a great deviantART group that deals with the issue of art infringement in a strong, professional manner. </p>
<p>They are a highly recommended resource for deviantART members. </p>
<p>Again, thank you all for your support and please, continue to help get the word out there. As the saying goes, this battle has just begun!</p>
<p><strong>Update 1 PM CT:</strong> We are now one of the top ten most active petitions on PetitionOnline.com. See Image Below:</p>
<p><img src="http://img.skitch.com/20080116-b7yynj9qcpfupnsgk9s1399hd2.png" alt="www.PetitionOnline.com - Free Online Petition Hosting - Mozilla Firefox 3 Beta 2 (Build 2007121014)"/></p>
<p><strong>Update 4 PM CT:</strong> Rather than send the petition end at the tail end of a work day, I will send it in first thin the morning. I will post updates here and to the other entry after it has been sent off. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.plagiarismtoday.com/2008/01/16/update-photobucket-petition-takes-off/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.plagiarismtoday.com @ 2012-02-13 13:44:57 -->
