<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[SoulForums - All Forums]]></title>
		<link>http://forums.soulgamers.net/</link>
		<description><![CDATA[SoulForums - http://forums.soulgamers.net]]></description>
		<pubDate>Wed, 10 Mar 2010 21:56:25 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Backtrack 4 Final persistent storage without repartitioning]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=10</link>
			<pubDate>Tue, 02 Feb 2010 14:51:48 +0100</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=10</guid>
			<description><![CDATA[Since all the guides around would only tell how to make a portable persistent Backtrack live usb by repartitioning your drive to make a persistent partition, I decided it would be easier to make one without the need of a separate partition<br />
<br />
Things required:<br />
A usb thumbdrive (At least 2GB) or a usb harddisk<br />
Backtrack 4 Final ISO<br />
7-zip (or any other compression software you prefer)<br />
<a href="http://sourceforge.net/projects/grub4dos/files/GRUB4DOS/grub4dos%200.4.4/grub4dos-0.4.4.zip/download" target="_blank">Grub4dos</a> (Grub or grub2 will work but in this guide i'll focus on grub4dos)<br />
<a href="http://www.pendrivelinux.com/downloads/Casper-RW-Creator/Casper-RW-Creator-v0.2.exe" target="_blank">Casper-RW Creator v0.2</a><br />
<br />
Lets assume everything is present and the usb drive is empty and we'll begin<br />
<br />
<span style="font-weight: bold;">Installing Grub4dos</span><br />
1. First we need to make the usb bootable, so we run grubinst_gui.exe (apparently it isnt inside the file linked above so download it <a href="http://sourceforge.net/projects/grub4dos/files/grubinst/grubinst%201.0.1/grubinst_1.0.1_bin_win.zip/download" target="_blank">here</a><br />
<br />
2. Under device name select the drive of your usb disk, You can find out the disk number by going to the DiskManagement Console in control panel.<br />
After selecting the correct disk. Please make sure it is the correct one, if it isn't it might result in you not being able to even boot your computer anymore (technically speaking it will boot, but it won't boot any Operating Systems). And last but not least click on 'install'.<br />
<br />
3. After completing the install copy everything inside the grub4dos zip into the usb drive.<br />
<br />
<span style="font-weight: bold;">Putting Backtrack into USB</span><br />
1. Open the ISO you have downloaded earlier using 7-zip<br />
<br />
2. Extract everything into the root directory of the usb drive<br />
<br />
<span style="font-weight: bold;">Making the loopback persistent file for Windows</span><br />
1. Run Casper-RW Creator, accept the license agreement, then select the drive grub4dos been installed to.<br />
<br />
2. Click next and select the size of the loopback file you need. (Note: The maximum file size on a FAT32 is 4GB, The loopback file can be resized i linux)<br />
<br />
3. Now wait while the loopback file is created.<br />
<br />
<span style="font-weight: bold;">Making the loopback persistent file for Linux</span><br />
1. Open up a terminal in the directory you want the loopback file to be located (make sure it is on the root of the drive)<br />
<br />
2. Run <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>dd if=/dev/zero of=casper-rw bs=1M count=1024</code></div></div>
replacing 1024 with the size of the loopback file you want.<br />
<br />
3. Then format the loopback file using <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mkfs.ext3 -F casper-rw</code></div></div>
<br />
<br />
<span style="font-weight: bold;">Configuring Grub</span><br />
Open up the menu.1st with your favorite text editor and add the following entry into it<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>title BT4 Beta - Console - Persistent<br />
find --set-root /boot/initrd800.gz<br />
kernel /boot/vmlinuz boot=casper persistent rw splash<br />
initrd /boot/initrd.gz</code></div></div>
<br />
Save it and test backtrack with persistent storage]]></description>
			<content:encoded><![CDATA[Since all the guides around would only tell how to make a portable persistent Backtrack live usb by repartitioning your drive to make a persistent partition, I decided it would be easier to make one without the need of a separate partition<br />
<br />
Things required:<br />
A usb thumbdrive (At least 2GB) or a usb harddisk<br />
Backtrack 4 Final ISO<br />
7-zip (or any other compression software you prefer)<br />
<a href="http://sourceforge.net/projects/grub4dos/files/GRUB4DOS/grub4dos%200.4.4/grub4dos-0.4.4.zip/download" target="_blank">Grub4dos</a> (Grub or grub2 will work but in this guide i'll focus on grub4dos)<br />
<a href="http://www.pendrivelinux.com/downloads/Casper-RW-Creator/Casper-RW-Creator-v0.2.exe" target="_blank">Casper-RW Creator v0.2</a><br />
<br />
Lets assume everything is present and the usb drive is empty and we'll begin<br />
<br />
<span style="font-weight: bold;">Installing Grub4dos</span><br />
1. First we need to make the usb bootable, so we run grubinst_gui.exe (apparently it isnt inside the file linked above so download it <a href="http://sourceforge.net/projects/grub4dos/files/grubinst/grubinst%201.0.1/grubinst_1.0.1_bin_win.zip/download" target="_blank">here</a><br />
<br />
2. Under device name select the drive of your usb disk, You can find out the disk number by going to the DiskManagement Console in control panel.<br />
After selecting the correct disk. Please make sure it is the correct one, if it isn't it might result in you not being able to even boot your computer anymore (technically speaking it will boot, but it won't boot any Operating Systems). And last but not least click on 'install'.<br />
<br />
3. After completing the install copy everything inside the grub4dos zip into the usb drive.<br />
<br />
<span style="font-weight: bold;">Putting Backtrack into USB</span><br />
1. Open the ISO you have downloaded earlier using 7-zip<br />
<br />
2. Extract everything into the root directory of the usb drive<br />
<br />
<span style="font-weight: bold;">Making the loopback persistent file for Windows</span><br />
1. Run Casper-RW Creator, accept the license agreement, then select the drive grub4dos been installed to.<br />
<br />
2. Click next and select the size of the loopback file you need. (Note: The maximum file size on a FAT32 is 4GB, The loopback file can be resized i linux)<br />
<br />
3. Now wait while the loopback file is created.<br />
<br />
<span style="font-weight: bold;">Making the loopback persistent file for Linux</span><br />
1. Open up a terminal in the directory you want the loopback file to be located (make sure it is on the root of the drive)<br />
<br />
2. Run <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>dd if=/dev/zero of=casper-rw bs=1M count=1024</code></div></div>
replacing 1024 with the size of the loopback file you want.<br />
<br />
3. Then format the loopback file using <br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>mkfs.ext3 -F casper-rw</code></div></div>
<br />
<br />
<span style="font-weight: bold;">Configuring Grub</span><br />
Open up the menu.1st with your favorite text editor and add the following entry into it<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>title BT4 Beta - Console - Persistent<br />
find --set-root /boot/initrd800.gz<br />
kernel /boot/vmlinuz boot=casper persistent rw splash<br />
initrd /boot/initrd.gz</code></div></div>
<br />
Save it and test backtrack with persistent storage]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rose Online]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=9</link>
			<pubDate>Wed, 22 Apr 2009 17:13:53 +0200</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=9</guid>
			<description><![CDATA[I'm Planning on Making &lt;name here&gt; Rose online i need help. and a lot of it.<br />
<br />
List of persons i need:<br />
<br />
Host: &lt;unfilled&gt;<br />
<br />
Developers: &lt;unfilled&gt;<br />
&lt;unfilled&gt;<br />
&lt;unfilled&gt;]]></description>
			<content:encoded><![CDATA[I'm Planning on Making &lt;name here&gt; Rose online i need help. and a lot of it.<br />
<br />
List of persons i need:<br />
<br />
Host: &lt;unfilled&gt;<br />
<br />
Developers: &lt;unfilled&gt;<br />
&lt;unfilled&gt;<br />
&lt;unfilled&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Might as Well introduce myself]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=8</link>
			<pubDate>Wed, 22 Apr 2009 17:01:51 +0200</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=8</guid>
			<description><![CDATA[My name is Awuk i will be the new mod for this forum. i hope everyone will cooperate and accept me as the new crazy guy running around reading everything in the forums naked.. ^^ i don't like being serious... but i do work hard.]]></description>
			<content:encoded><![CDATA[My name is Awuk i will be the new mod for this forum. i hope everyone will cooperate and accept me as the new crazy guy running around reading everything in the forums naked.. ^^ i don't like being serious... but i do work hard.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What happened to Google?]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=7</link>
			<pubDate>Sat, 31 Jan 2009 16:07:45 +0100</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=7</guid>
			<description><![CDATA[Every Site in the world harms your computer even google itself?<br />
<br />
WoW:<br />
<br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp.PNG&#93;" /><br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp%202.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp%202.PNG&#93;" /><br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp%203.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp%203.PNG&#93;" /><br />
<br />
Edit: They seemed to have fixed it<br />
Quote from google's blog<br />
<blockquote><cite>Quote:</cite>If you did a Google search between 6:30 a.m. PST and 7:25 a.m. PST this morning, you likely saw that the message "This site may harm your computer" accompanied each and every search result. This was clearly an error, and we are very sorry for the inconvenience caused to our users.<br />
<br />
What happened? Very simply, human error. Google flags search results with the message "This site may harm your computer" if the site is known to install malicious software in the background or otherwise surreptitiously. We do this to protect our users against visiting sites that could harm their computers. We maintain a list of such sites through both manual and automated methods. We work with a non-profit called StopBadware.org to come up with criteria for maintaining this list, and to provide simple processes for webmasters to remove their site from the list.<br />
<br />
We periodically update that list and released one such update to the site this morning. Unfortunately (and here's the human error), the URL of '/' was mistakenly checked in as a value to the file and '/' expands to all URLs. Fortunately, our on-call site reliability team found the problem quickly and reverted the file. Since we push these updates in a staggered and rolling fashion, the errors began appearing between 6:27 a.m. and 6:40 a.m. and began disappearing between 7:10 and 7:25 a.m., so the duration of the problem for any particular user was approximately 40 minutes.<br />
<br />
Thanks to our team for their quick work in finding this. And again, our apologies to any of you who were inconvenienced this morning, and to site owners whose pages were incorrectly labelled. We will carefully investigate this incident and put more robust file checks in place to prevent it from happening again.<br />
<br />
Thanks for your understanding. </blockquote>
]]></description>
			<content:encoded><![CDATA[Every Site in the world harms your computer even google itself?<br />
<br />
WoW:<br />
<br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp.PNG]" /><br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp%202.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp%202.PNG]" /><br />
<img src="http://www.soulgamers.net/images/google%20may%20harm%20your%20comp%203.PNG" border="0" alt="[Image: google%20may%20harm%20your%20comp%203.PNG]" /><br />
<br />
Edit: They seemed to have fixed it<br />
Quote from google's blog<br />
<blockquote><cite>Quote:</cite>If you did a Google search between 6:30 a.m. PST and 7:25 a.m. PST this morning, you likely saw that the message "This site may harm your computer" accompanied each and every search result. This was clearly an error, and we are very sorry for the inconvenience caused to our users.<br />
<br />
What happened? Very simply, human error. Google flags search results with the message "This site may harm your computer" if the site is known to install malicious software in the background or otherwise surreptitiously. We do this to protect our users against visiting sites that could harm their computers. We maintain a list of such sites through both manual and automated methods. We work with a non-profit called StopBadware.org to come up with criteria for maintaining this list, and to provide simple processes for webmasters to remove their site from the list.<br />
<br />
We periodically update that list and released one such update to the site this morning. Unfortunately (and here's the human error), the URL of '/' was mistakenly checked in as a value to the file and '/' expands to all URLs. Fortunately, our on-call site reliability team found the problem quickly and reverted the file. Since we push these updates in a staggered and rolling fashion, the errors began appearing between 6:27 a.m. and 6:40 a.m. and began disappearing between 7:10 and 7:25 a.m., so the duration of the problem for any particular user was approximately 40 minutes.<br />
<br />
Thanks to our team for their quick work in finding this. And again, our apologies to any of you who were inconvenienced this morning, and to site owners whose pages were incorrectly labelled. We will carefully investigate this incident and put more robust file checks in place to prevent it from happening again.<br />
<br />
Thanks for your understanding. </blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Staff Recuitment]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=6</link>
			<pubDate>Thu, 29 Jan 2009 03:15:54 +0100</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=6</guid>
			<description><![CDATA[As most of you can see, we are a new gaming network which hasn't been fairing well.<br />
<br />
SO as part of our reforms we are recruiting new staff members.<br />
Anyone who is interested may send me a pm on the forum.]]></description>
			<content:encoded><![CDATA[As most of you can see, we are a new gaming network which hasn't been fairing well.<br />
<br />
SO as part of our reforms we are recruiting new staff members.<br />
Anyone who is interested may send me a pm on the forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Happy Chinese New Year]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=5</link>
			<pubDate>Mon, 26 Jan 2009 10:25:44 +0100</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=5</guid>
			<description><![CDATA[thank you for visiting us here at soulgamers. Unfortunately, we do not have any new contents at the moment due to us being understaffed.<br />
<br />
However, do support us and to fellow visitors, We at SoulGamers would like to wish all of you a Happy and Prosperous New Year]]></description>
			<content:encoded><![CDATA[thank you for visiting us here at soulgamers. Unfortunately, we do not have any new contents at the moment due to us being understaffed.<br />
<br />
However, do support us and to fellow visitors, We at SoulGamers would like to wish all of you a Happy and Prosperous New Year]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SoulGamers Reforms]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=4</link>
			<pubDate>Fri, 23 Jan 2009 12:00:40 +0100</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=4</guid>
			<description><![CDATA[We are planning a mass restructuring to rebuild our site.<br />
It seems so empty now.<br />
Instead of focusing on gaming, we will move to more bigger things.<br />
<br />
Stay Tuned!]]></description>
			<content:encoded><![CDATA[We are planning a mass restructuring to rebuild our site.<br />
It seems so empty now.<br />
Instead of focusing on gaming, we will move to more bigger things.<br />
<br />
Stay Tuned!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hi]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=3</link>
			<pubDate>Tue, 09 Sep 2008 16:59:40 +0200</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=3</guid>
			<description><![CDATA[hi hi hi<br />
<img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[hi hi hi<br />
<img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><img src="http://forums.soulgamers.net/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Welcome to SoulGamers]]></title>
			<link>http://forums.soulgamers.net/showthread.php?tid=1</link>
			<pubDate>Tue, 17 Jun 2008 13:51:31 +0200</pubDate>
			<guid isPermaLink="false">http://forums.soulgamers.net/showthread.php?tid=1</guid>
			<description><![CDATA[Welcome to the new home of SoulEvolution Gaming Networks<br />
<br />
We are still in the process of building our site and forum, so please excuse us for our appearance.<br />
<br />
Many things will be coming soon on SoulGamers<br />
<br />
So please stay with us!<br />
Thanks]]></description>
			<content:encoded><![CDATA[Welcome to the new home of SoulEvolution Gaming Networks<br />
<br />
We are still in the process of building our site and forum, so please excuse us for our appearance.<br />
<br />
Many things will be coming soon on SoulGamers<br />
<br />
So please stay with us!<br />
Thanks]]></content:encoded>
		</item>
	</channel>
</rss>