<?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/"
	>

<channel>
	<title>this site has been h0cked</title>
	<atom:link href="http://jiangbian.info/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiangbian.info/wordpress</link>
	<description>http://jiangbian.info/wordpress</description>
	<pubDate>Wed, 18 Mar 2009 02:52:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rapidshare Points Collector</title>
		<link>http://jiangbian.info/wordpress/2009/03/17/rapidshare-points-collector/</link>
		<comments>http://jiangbian.info/wordpress/2009/03/17/rapidshare-points-collector/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 02:30:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<category><![CDATA[projects]]></category>

		<category><![CDATA[rapidshare]]></category>

		<guid isPermaLink="false">http://jiangbian.info/wordpress/?p=14</guid>
		<description><![CDATA[I have tried Rapidshare GetPoints v2.3.3, but I have never got it work, so I wrote this myself&#8230;
I have seen a lot apps claim that they can &#8220;hack&#8221;/&#8221;trick&#8221; rapidshare to give you 1000 points per hour or something like that&#8230; totally bullshit&#8230; the best case I have got is the app doesn&#8217;t work, and most [...]]]></description>
			<content:encoded><![CDATA[<p>I have tried Rapidshare GetPoints v2.3.3, but I have never got it work, so I wrote this myself&#8230;</p>
<p>I have seen a lot apps claim that they can &#8220;hack&#8221;/&#8221;trick&#8221; rapidshare to give you 1000 points per hour or something like that&#8230; totally bullshit&#8230; the best case I have got is the app doesn&#8217;t work, and most of the time, it&#8217;s just another virus that steals your rapidshare account&#8230;</p>
<p><strong>REMEBER: YOU DON&#8217;T NEED TO GIVE YOUR ACCOUNT NAME AND PASSWORD TO COLLECT POINTS!!!!!</strong></p>
<p>As stated on Rapidshare website: &#8220;Each time a Free Users downloads your files, you gain points. You get a RapidPoint for each download, provided that the file is bigger than 5 megabyte and the user has not generated more than 3 RapidPoints in the last hour. Premium users can generate for you up to 255 points per day. Your files have to be stored in the Collector&#8217;s Zone or the Premium Zone so that we can assign the download to your account. RapidPoints can be exchanged for a Premium Account, or to extend your Premium membership. For this, you can go to the menu option &#8220;Redeem RapidPoints&#8221; in the Free Zone or Premium Zone.&#8221;</p>
<p>The appplicate is simple. You upload a file larger than 5MB into your premium or collector account. Copy the link into the application, and click start. The application will keep download that file as a free user, which generates 1 point every download.</p>
<p>The problem is one IP can only generate 90 points every day. Therefore, you need to run this application on at least 3 different machines (IPs) to get the maximum points (255) Rapidshare allows to generate everyday.</p>
<p><div id="attachment_18" class="wp-caption alignnone" style="width: 310px"><a href="http://jiangbian.info/wordpress/wp-content/uploads/2009/03/screen1.png" target="_blank"><img class="size-full wp-image-18" title="RSPointCollector" src="http://jiangbian.info/wordpress/wp-content/uploads/2009/03/screen1.png" alt="RSPointCollector" width="300" height="135" /></a><p class="wp-caption-text">RSPointCollector</p></div></p>
<p>The solution I come up is to get a few free PHP web sites, like the one I am using www.ueuo.com. And use PHP to download the file through that web server. I do have a set of scripts that can successfully download files from Rapidsahre.com as free user. But I am too lazy to clean it up, and put it here. I will see whether people will use this or not first. Don&#8217;t wanna put a lot efforts and just get wasted&#8230;</p>
<p>The PHP one includes two parts. One is the PHP scripts that used to download files from Rapidshare.com as a free user. The second part is a JAVA app, that periodically call the PHP scripts. PHP cannot be run as a daemon, so you need a app to triger the PHP script periodically.</p>
<p>Download at: <a href="http://rapidshare.com/files/209662316/RSPointCollector.zip" target="_blank">RSPointCollector.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jiangbian.info/wordpress/2009/03/17/rapidshare-points-collector/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Randomize the sectors to create a secure file system</title>
		<link>http://jiangbian.info/wordpress/2008/10/16/randomize-the-sectors-to-create-a-secure-file-system/</link>
		<comments>http://jiangbian.info/wordpress/2008/10/16/randomize-the-sectors-to-create-a-secure-file-system/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:52:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[file system security]]></category>

		<category><![CDATA[secure file system]]></category>

		<guid isPermaLink="false">http://jiangbian.info/wordpress/?p=5</guid>
		<description><![CDATA[This is a idea I have talked with Remzi just a couple days ago. The basic idea is trying to divide an important documents into several small pieces and hide them on different computers with in a cluster. It&#8217;s kind like the P2P software, bittorrent. His idea is that if the pieces on different computers [...]]]></description>
			<content:encoded><![CDATA[<p>This is a idea I have talked with Remzi just a couple days ago. The basic idea is trying to divide an important documents into several small pieces and hide them on different computers with in a cluster. It&#8217;s kind like the P2P software, bittorrent. His idea is that if the pieces on different computers can move around within the grid, it will increase the security. But my argument is how novel this idea is? It doesn&#8217;t sound to be a great Ph.D. topic, maybe a paper through. Anyway, trying to do some research on this&#8230;</p>
<p>Here are some references I am looking at:</p>
<p><strong>theFastSecureFileSystem:</strong><br />
http://fsfs.sourceforge.net/</p>
<p><strong>Secure FileSystem (SFS) for DOS/Windows</strong>:<br />
http://www.cs.auckland.ac.nz/~pgut001/sfs/<br />
http://www.occamslab.com/petricek/papers/sfs/</p>
<p><strong>Tahoe: A Secure Distributed Filesystem</strong>:<br />
http://allmydata.org/~warner/pycon-tahoe.html</p>
]]></content:encoded>
			<wfw:commentRss>http://jiangbian.info/wordpress/2008/10/16/randomize-the-sectors-to-create-a-secure-file-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>a place to archive my various ideas</title>
		<link>http://jiangbian.info/wordpress/2008/10/16/a-place-to-archive-my-various-ideas/</link>
		<comments>http://jiangbian.info/wordpress/2008/10/16/a-place-to-archive-my-various-ideas/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 20:43:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiangbian.info/wordpress/?p=3</guid>
		<description><![CDATA[Well, I have started the Ph.D. quite a long time ago, but till now I still haven&#8217;t found a good and novel idea. It&#8217;s not that I have no idea at all, but just keep losing interest on things. And moreover, it&#8217;s probably because of the lacking of the background researches. So I am trying [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I have started the Ph.D. quite a long time ago, but till now I still haven&#8217;t found a good and novel idea. It&#8217;s not that I have no idea at all, but just keep losing interest on things. And moreover, it&#8217;s probably because of the lacking of the background researches. So I am trying to use this blog to keep tracking all the ideas I had as well as a place to manage the references.</p>
<p>Hope this will work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://jiangbian.info/wordpress/2008/10/16/a-place-to-archive-my-various-ideas/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
