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

<channel>
	<title>Xmop.Org</title>
	<atom:link href="http://xmop.org/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmop.org/wp</link>
	<description>Hating On Haters</description>
	<pubDate>Wed, 15 Oct 2008 03:32:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Unbricking a Linksys WRT160N Router / WHERE HAVE I BEEN?</title>
		<link>http://xmop.org/wp/2008/10/14/unbricking-a-linksys-wrt160n-router-where-have-i-been/</link>
		<comments>http://xmop.org/wp/2008/10/14/unbricking-a-linksys-wrt160n-router-where-have-i-been/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 03:29:19 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[News]]></category>

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

		<guid isPermaLink="false">http://xmop.org/wp/?p=40</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/10/14/unbricking-a-linksys-wrt160n-router-where-have-i-been/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Unbricking a Linksys WRT160N Router / WHERE HAVE I BEEN?';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
So today, a guy on our floor bricked his router. He was attempting to upgrade it to the latest linksys firmware, but it froze partway through, &#8220;bricking&#8221; it. It would show power lights and detect ethernet cords plugged into it, but would not assign IPs, had no internet functionality, and no wireless. So after alot [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/10/14/unbricking-a-linksys-wrt160n-router-where-have-i-been/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Unbricking a Linksys WRT160N Router / WHERE HAVE I BEEN?';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>So today, a guy on our floor bricked his router. He was attempting to upgrade it to the latest linksys firmware, but it froze partway through, &#8220;bricking&#8221; it. It would show power lights and detect ethernet cords plugged into it, but would not assign IPs, had no internet functionality, and no wireless. So after alot of digging and experimentation, we found a way how&#8230; Before you start, you&#8217;ll need a replacement firmware file (Official linksys, dd-wrt, etc), a SMALL screwdriver, a computer with tftp (Standard on Mac/Unix/Linux).</p>
<p>Power down the router. Flip it over, and take out the 4 screws. You can use a helix screwdriver, or a SMALL regular head. After you take those out, put fingers from one hand on the ports, and the other to RIP the top plate off. Barbaric, but its the only way to open it.</p>
<p><img class="aligncenter" title="Internals of the router" src="http://hotlink.xmop.org/wordpress/router-1.jpg" alt="" width="640" height="480" /></p>
<p>Next, hook an ethernet cord to port 1, but DON&#8217;T ATTACH IT TO ANYTHING ELSE. Take a 1 foot length of insulated wire, and strip both ends. This next part is kind of tricky.</p>
<p>1: Unplug the router from the wall.<br />
2: Put the wire in with the plug to the router, so it&#8217;s between the round plug and the socket it goes into on the router.<br />
3: Plug the router into a power strip that you can quickly power on/off.<br />
4: When it&#8217;s powered off, touch the wire to pin 16 of the below chip: (Click for larger)</p>
<p><a href="http://hotlink.xmop.org/wordpress/router-2zoom.jpg"><img class="aligncenter" title="Chip" src="http://hotlink.xmop.org/wordpress/router-2.jpg" alt="" width="640" height="480" /></a></p>
<p>While it&#8217;s still connected, turn on the power, leave it connected for about a minute, then disconnect the wire and leave the router on. The power light, should be blinking, and won&#8217;t stop.</p>
<p>On a computer, do the following: Turn OFF wifi, set your ethernet address to 192.168.1.1, netmask to 255.255.255.0, router/default gateway to 192.168.1.1. Plug the ethernet cable from the router. Open command line, and run&#8230;</p>
<blockquote><p>tftp 192.168.1.1</p></blockquote>
<p>Then, type in the following, hitting enter after each:</p>
<blockquote><p>
binary<br />
trace<br />
rexmt 1<br />
timeout 90</p></blockquote>
<p>And finially,</p>
<blockquote><p>put firmware.bin</p></blockquote>
<p>(Considering that firmware.bin is the firmware image). After a few, it should upload it. Give the router like 5 minutes to install it, then reboot it (Unplug and plug back in). Congrats, your router works again!</p>
<h2>WHERE HAVE I BEEN?!</h2>
<p>As you may know, I&#8217;ve just started college. It&#8217;s been taking up most of my time, not just the work, but between hanging out, doing things with other people from my dorm, issues with people back home, and actual work, I&#8217;ve not had much time to get creative and post something. Sorry this entry is not entertaining, but, we looked so much to find a guide for this, and couldn&#8217;t, but now there is one.</p>
<p>Peace.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/10/14/unbricking-a-linksys-wrt160n-router-where-have-i-been/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rawr college.</title>
		<link>http://xmop.org/wp/2008/09/04/rawr-college/</link>
		<comments>http://xmop.org/wp/2008/09/04/rawr-college/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 20:46:46 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=37</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/09/04/rawr-college/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Rawr college.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
So it&#8217;s been awhile since my last post. I know. I&#8217;ve started college, I&#8217;m attending RIT (Rochester institute of technology) for IT. I don&#8217;t have too much free time, but I&#8217;ll still be around here.
Feel free to facebook me -&#62; http://www.facebook.com/profile.php?id=1463541075
Cheers!
]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/09/04/rawr-college/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Rawr college.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>So it&#8217;s been awhile since my last post. I know. I&#8217;ve started college, I&#8217;m attending RIT (Rochester institute of technology) for IT. I don&#8217;t have too much free time, but I&#8217;ll still be around here.</p>
<p>Feel free to facebook me -&gt; http://www.facebook.com/profile.php?id=1463541075</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/09/04/rawr-college/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Theme.</title>
		<link>http://xmop.org/wp/2008/08/17/new-theme/</link>
		<comments>http://xmop.org/wp/2008/08/17/new-theme/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 21:39:00 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=35</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/17/new-theme/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'New Theme.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
Well as you can see, I&#8217;ve put a new theme on the site. It&#8217;s 100% custom by me ^_^.
 
If you experience any problems with it, post them in a comment to this post.
]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/17/new-theme/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'New Theme.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>Well as you can see, I&#8217;ve put a new theme on the site. It&#8217;s 100% custom by me ^_^.</p>
<p> </p>
<p>If you experience any problems with it, post them in a comment to this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/08/17/new-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun With Web Hosts.</title>
		<link>http://xmop.org/wp/2008/08/16/fun-with-vexxhost/</link>
		<comments>http://xmop.org/wp/2008/08/16/fun-with-vexxhost/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 17:43:08 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=32</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/16/fun-with-vexxhost/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Fun With Web Hosts.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
ARG! DOWNTIME!
So yeah we were down for the last couple days. One of the domains I host, Runescapez.com, got DDoSed, so Vexxhost locked my account. They insisted that they will not host DDoSed sites, (Which, I had never heard this policy before, they had it nowhere in their Terms of Service or Acceptable Usage Policy), [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/16/fun-with-vexxhost/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Fun With Web Hosts.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<h2>ARG! DOWNTIME!</h2>
<p>So yeah we were down for the last couple days. One of the domains I host, Runescapez.com, got DDoSed, so Vexxhost locked my account. They insisted that they will not host DDoSed sites, (Which, I had never heard this policy before, they had it nowhere in their Terms of Service or Acceptable Usage Policy), and wanted me to move all my sites off their host. So of course, that is bullshit, I contacted them, and over the long amount of time it takes to get anything done via their support desk, we came to an agreement that I could continue to host my other sites, if I removed Runescapez.com.</p>
<p>So yeah, now we&#8217;re here. Sorry for the downtime.</p>
<blockquote><p>TIPS For convincing a web host to do what you want, aside from simple support desk tickets.<br />
 • Call them on the phone and either act extremely angry or apologetic (Or pull a bipolar thing to really freak them out).<br />
 • Post on a Web Hosting Forum about how terrible they are - I suggest <a href="http://www.webhostingtalk.com/" target="_blank">Webhostingtalk.com</a> - they usually keep an eye out for stuff like this, and they&#8217;ll do anything within reason to make a customer happy and keep down bad talk on them.</p></blockquote>
<p> </p>
<p>Well, that all sucked. I still support <a href="http://vexxhost.com/" target="_blank">Vexxhost</a>, and as long as your site doesn&#8217;t get DDoSed, I still recommend them.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/08/16/fun-with-vexxhost/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PoserChat II. Its coming.</title>
		<link>http://xmop.org/wp/2008/08/07/poserchat-ii-its-coming/</link>
		<comments>http://xmop.org/wp/2008/08/07/poserchat-ii-its-coming/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 06:09:34 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://xmop.org/wp/?p=31</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/07/poserchat-ii-its-coming/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'PoserChat II. Its coming.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
So I know many of you are familiar with PoserChat (http://sigchat.xmop.org/), and you may have noticed I&#8217;ve been hinting at Poserchat 2 now and then&#8230; But hey here&#8217;s the official announcement, screenshots, and feature list&#8230;
Screenshot: One page of the new admin panel&#8230;

(Click for larger)
So, heres a few features I can list right now&#8230;
• Uploadedable Backgrounds in [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/07/poserchat-ii-its-coming/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'PoserChat II. Its coming.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>So I know many of you are familiar with PoserChat (<a href="http://sigchat.xmop.org/">http://sigchat.xmop.org/</a>), and you may have noticed I&#8217;ve been hinting at Poserchat 2 now and then&#8230; But hey here&#8217;s the official announcement, screenshots, and feature list&#8230;</p>
<p>Screenshot: One page of the new admin panel&#8230;</p>
<p><center><a href="http://hotlink.xmop.org/wordpress/settings-lg.jpg"><img src="http://hotlink.xmop.org/wordpress/settings-sm.jpg" alt="Settings" /></p>
<p style="text-align: center;">(Click for larger)</a></center></p>
<p>So, heres a few features I can list right now&#8230;</p>
<blockquote><p>• Uploadedable Backgrounds in Jpeg, Gif, Png.</p>
<p>• Sizable 50&#215;50 to 800&#215;600</p>
<p>• Font alignment adjustment, (3 axis)</p>
<p>• Number of messages and font size changeable.</p>
<p>• MORE Fonts!</p></blockquote>
<p> </p>
<p>What I still need to do, and what&#8217;s done&#8230;</p>
<blockquote><p>DONE:</p>
<p>Main GUI</p>
<p>Registering</p>
<p>Logging in</p>
<p>Admin Hime</p>
<p> </p>
<p>WHATS NOT DONE:</p>
<p>All of image settings (~70%)</p>
<p>Message Management (Includes banning, censored words, filters, protected names, etc.</p>
<p>Posting messages!</p></blockquote>
<p> </p>
<p>Important: All Poserchat 1 accounts will be transferred to Poserchat II. No data will be lost!</p>
<p>Got any suggestions for features? Feel free to run them by me, here or on the forums!</p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/08/07/poserchat-ii-its-coming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>StarCraft 2 / Epic FrontFlip Fail</title>
		<link>http://xmop.org/wp/2008/08/03/starcraft-2-epic-frontflip-fail/</link>
		<comments>http://xmop.org/wp/2008/08/03/starcraft-2-epic-frontflip-fail/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 19:18:40 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=30</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/03/starcraft-2-epic-frontflip-fail/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'StarCraft 2 / Epic FrontFlip Fail';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
StarCraft 2&#8230; Those of you who don&#8217;t know what StarCraft is&#8230; LIVE UNDER A ROCK. Here&#8217;s a summary of starcraft for you&#8230; It&#8217;s one of the first raise-a-civilization-and-conquer-the-area games, with thousands of maps, and of course, multiplayer. The story line is, in general, as follows: The humans (Terran) have been getting attacked by alien creatures [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/08/03/starcraft-2-epic-frontflip-fail/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'StarCraft 2 / Epic FrontFlip Fail';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>StarCraft 2&#8230; Those of you who don&#8217;t know what StarCraft is&#8230; LIVE UNDER A ROCK. Here&#8217;s a summary of starcraft for you&#8230; It&#8217;s one of the first raise-a-civilization-and-conquer-the-area games, with thousands of maps, and of course, multiplayer. The story line is, in general, as follows: The humans (Terran) have been getting attacked by alien creatures (Zerg) and aliens (Protoss). Eventually, the Terran &amp; Protoss join forces, can they defeat the onslaught of the zerg? <span id='spoil1' style='text-decoration:underline'>- <a href='javascript:(function(){spoil=document.getElementById("spoil1");spoil.innerHTML="They Do.";spoil.style.textDecoration="none";})()'>Spoilier: Click To Reveal</a> -</span></p>
<p> </p>
<p><img class="aligncenter" src="http://hotlink.xmop.org/wordpress/starcraft.png" alt="StarCraft" /></p>
<p>That is Starcraft. It was released in the late 90s, but still remains extremely popular today. In Korea, its one of the most popular.</p>
<p><img class="aligncenter" src="http://hotlink.xmop.org/wordpress/starcraft.jpg" alt="StarCraft 2" width="640" height="480" /></p>
<p>That is Starcraft 2. A major improvement, no? <br />
Official StarCraft 2 Site: <a href="http://www.starcraft2.com/">http://StarCraft2.com/</a>  You should check it out!!</p>
<p>&#8212;&#8212;&#8211;</p>
<p>Epic FrontFlip Fail: (Video - 4:56 - 1.7mb).</p>
<div id="flvplayer"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<p><script src="http://hotlink.xmop.org/mediaplayer/swfobject.js" type="text/javascript"></script> <script type="text/javascript"><!--
		var s1 = new SWFObject("http://hotlink.xmop.org/mediaplayer/player.swf","ply","500","400","9","#FFFFFF");
		s1.addParam("allowfullscreen","true");
		s1.addParam("allowscriptaccess","always");
		s1.addParam("flashvars","file=http://hotlink.xmop.org/mediaplayer/frontflip.flv");
		s1.write("flvplayer");
// --></script></p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/08/03/starcraft-2-epic-frontflip-fail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forums Updated.</title>
		<link>http://xmop.org/wp/2008/07/29/forums-updated/</link>
		<comments>http://xmop.org/wp/2008/07/29/forums-updated/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 04:34:57 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=28</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/29/forums-updated/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Forums Updated.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
*Sigh*
Well&#8230; I changed the forum from BBPress to PhpBB3. BBPress is so nice and light, but its a bit hard to use, and lacks some features. Modding it is a bit difficult.. So I decided it wasn&#8217;t too far along to scrap and start anew. 
Let&#8217;s hope the new Phpbb forum will withstand the test of [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/29/forums-updated/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Forums Updated.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>*Sigh*</p>
<p>Well&#8230; I changed the forum from BBPress to PhpBB3. BBPress is so nice and light, but its a bit hard to use, and lacks some features. Modding it is a bit difficult.. So I decided it wasn&#8217;t too far along to scrap and start anew. <br />
Let&#8217;s hope the new Phpbb forum will withstand the test of time, it will definitely serve us well&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/07/29/forums-updated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forum Launched.</title>
		<link>http://xmop.org/wp/2008/07/28/forum-launched/</link>
		<comments>http://xmop.org/wp/2008/07/28/forum-launched/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 05:51:08 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=25</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/28/forum-launched/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Forum Launched.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
Hey all,
I&#8217;ve decided to launch a forum attached to the Wordpress site. It runs BBPress and has quite the odd theme.. So you will find it very different then other forums&#8230;
Well, I&#8217;d appreciate it if everyone would make it a success, and I&#8217;m sure we could all have some fun on the forums!
You can access [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/28/forum-launched/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Forum Launched.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p>Hey all,</p>
<p>I&#8217;ve decided to launch a forum attached to the Wordpress site. It runs BBPress and has quite the odd theme.. So you will find it very different then other forums&#8230;<br />
Well, I&#8217;d appreciate it if everyone would make it a success, and I&#8217;m sure we could all have some fun on the forums!</p>
<p>You can access them by clicking <a title="Forums" href="/bb/">here</a> or the forum link at the top of the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/07/28/forum-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Reviews: The Dark Knight &#038; iPhoneOS 2.0</title>
		<link>http://xmop.org/wp/2008/07/20/reviews-the-dark-knight-iphoneos-20/</link>
		<comments>http://xmop.org/wp/2008/07/20/reviews-the-dark-knight-iphoneos-20/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 01:43:24 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=22</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/20/reviews-the-dark-knight-iphoneos-20/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Reviews: The Dark Knight &#038; iPhoneOS 2.0';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
So the other night I saw The Dark Knight at the midnight showing at my local theater, or as they should of called it, the Batman movie. In short, it was good, and I highly recommend you go see it. Two things that kind of annoyed me:
 • His Voice. When he is just Bruce, his voice is [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/20/reviews-the-dark-knight-iphoneos-20/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'Reviews: The Dark Knight &#038; iPhoneOS 2.0';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<p><img class="alignright" src="http://hotlink.xmop.org/wordpress/batman.jpg" alt="Batman" />So the other night I saw The Dark Knight at the midnight showing at my local theater, or as they should of called it, the Batman movie. In short, it was good, and I highly recommend you go <a title="see" href="http://thepiratebay.org/tor/4305148/The_Dark_Knight_2008_Camera" target="_blank">see</a> it. Two things that kind of annoyed me:</p>
<p> • His Voice. When he is just Bruce, his voice is completely normal. However, when he is Batman, they made his voice INSANELY deep, and added SO much bass to it, to the point were it was hardly understandable. Just lowering it would of been sufficient.</p>
<p> • Surprise ending? When <span id='spoil4' style='text-decoration:underline'>- <a href='javascript:(function(){spoil=document.getElementById("spoil4");spoil.innerHTML="the building exploded, and he saved Dent (the guy that became 2-Face), and let Rachel die,";spoil.style.textDecoration="none";})()'>Spoilier: Click To Reveal</a> -</span> I seriously thought that was going to be the ending. It would of been a nice sad ending, but that was only halfway through the movie. After reading Wikipedia about some of the names I couldn&#8217;t remember, I noticed that <span id='spoil5' style='text-decoration:underline'>- <a href='javascript:(function(){spoil=document.getElementById("spoil5");spoil.innerHTML=" The Joker had switched Dent &amp; Rachel&#8217;s locations, ";spoil.style.textDecoration="none";})()'>Spoilier: Click To Reveal</a> -</span> a detail that I missed in the theatre.</p>
<p>Other then those small issues I had with the movie, it was great! I still recommend you see it!</p>
<p> </p>
<p>iPhoneOS 2.0 - <br />
Now that the new iPhone/iTouch operating system <a href="http://www.modmyifone.com/forums/news/243961-pwnage-2-0-released-3g-2-0-jailbroke.html" target="_blank">has been jailbroken</a>, I&#8217;ve bought it and installed it, and taken a good look at it. Yes, bought - if you&#8217;re on an iPod Touch, it costs 9.95$ to upgrade to. For the original and 3G iphone, it is free. The App Store is incredible - there&#8217;s so much, and many of them are free, too! The infamous &#8220;Installer&#8221; (What jailbroken iPods used to get stuff) hasn&#8217;t been ported it, but there is Cydia, which is a GUI for apt-get. However, there aren&#8217;t many apps out yet for 2.0 - Of the GUI apps I had on my older system, NES.app is the only ported so far - keep in mind I&#8217;ve installed this a day after the Jailbreak for it was released, so many more are expected. From the App Store, I&#8217;ve tried out AOL Messenger, AOL Radio, Remote, Tap-Tap Revenge, and VNC. Here&#8217;s my opinions - </p>
<p> • AOL - Definitely much better then existing IM programs for the ipod. I couldn&#8217;t figure out how to log out, though. :( Recommended.<br />
 •  AOL Radio - They have a WIDE variety of channels, at impressive audio quality, and it&#8217;s a fairly solid stream, too. Also recommended. <br />
 • Remote - This is a controller for iTunes (Control iTunes from your iPod). This is pretty cool too, and was extremely easy to set up.<br />
 • Tap-Tap Revenge - This is like Guitar Hero, but you tab dots that come down lines&#8230; Kinda fun.<br />
 • VNC -  This app is good too, but TouchPad is better. TouchPad is only for &lt;= 1.1.4, though.</p>
<p>Screenshots! In order - Home Screen, Google Maps, AOL Radio, Remote, Remote, App Store, App Store, AOL Messenger. You can click them for a full-size image.</p>
<p><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0001.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0001_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0002.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0002_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0003.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0003_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0004.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0004_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0005.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0005_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0006.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0006_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0007.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0007_thumb.jpg" alt="iPod ScreenShot" /></a><a title="click" href="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0008.jpg" target="_blank"><img src="http://hotlink.xmop.org/wordpress/iPod2.0/IMG_0008_thumb.jpg" alt="iPod ScreenShot" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/07/20/reviews-the-dark-knight-iphoneos-20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>America Kicks Ass.</title>
		<link>http://xmop.org/wp/2008/07/17/america-kicks-ass/</link>
		<comments>http://xmop.org/wp/2008/07/17/america-kicks-ass/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:19:17 +0000</pubDate>
		<dc:creator>Mop</dc:creator>
		
		<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://xmop.org/wp/?p=21</guid>
		<description><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/17/america-kicks-ass/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'America Kicks Ass.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
And don&#8217;t you forget it!
What?!?? How could one of the most hated countries in the world kick so much ass?
 
1: Our President is an Idiot. But, you know what that means? He can do what HE WANTS. The crazier he is, the more feared we are. Right now, any terrorist sons of bitches are QUAKING [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;"><script type="text/javascript">
<!--
digg_url = 'http://xmop.org/wp/2008/07/17/america-kicks-ass/';
digg_bgcolor = '#313537';
digg_skin = 'icon';
digg_window = '';
digg_title = 'America Kicks Ass.';
digg_bodytext = '';
digg_media = 'news';
digg_topic = '';
//-->
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
</div>
<h3>And don&#8217;t you forget it!</h3>
<p>What?!?? How could one of the most hated countries in the world kick so much ass?</p>
<p> </p>
<p><img class="alignleft" src="http://hotlink.xmop.org/wordpress/bushrocks.jpg" alt="Bush Rocks!" />1: <strong>Our President is an Idiot. </strong>But, you know what that means? He can do what HE WANTS. The crazier he is, the more feared we are. Right now, any terrorist sons of bitches are QUAKING in their shoes, because Bush&#8217;s term is almost over. He can do anything he wants and not deal with the consequences! The next guy will! Crazy people are scary! </p>
<p>2: <strong>Our President is Badass. </strong>Know what he did at the end of the G8 summit meeting? He said, <em>Goodbye from the world&#8217;s biggest polluter</em>, and then, &#8220;<em>punched the air while grinning widely</em>&#8220;. This, at the end of a serious meeting? He is either an idiot, or bad-ass! But we know its both.</p>
<p>3: <strong>We Saved The World&#8217;s Ass. (Twice!). </strong>Any european who doesn&#8217;t also love America can SUCK IT. If it weren&#8217;t for us you all would be speaking german right now, or dead, and living under a dictator. Most of the european nations were getting their asses handed to them by the Nazi war machine until AMERICA came in the war and saved the day. In World War II, the Germans were literally at their doorstep, bombing them every day! America became involved, and over several years, pushed them, thousands of miles, all the way back to Germany and ended the war. Be grateful. </p>
<p>4: <strong>We Are Stopping Terrorists All Over The World. </strong>What? You think WWII is old history? Guess what, we&#8217;re still fighting to make this a better place, every day. If it wasn&#8217;t for us, terrorists would have SO much more funding to carry out attacks on YOU. WE took out Afghanistan and Iraq, two major funders and safehouses for terrorist activity. </p>
<p>What does America want? We&#8217;re bailing everyone out from trouble they don&#8217;t have the resources or balls to deal with. We don&#8217;t have the resources to keep doing this forever, and the least we demand is a little respect.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmop.org/wp/2008/07/17/america-kicks-ass/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
