<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>IPB Xtrato Designs</title>
	<description></description>
	<link>http://www.xtrato.com/forums/index.php</link>
	<pubDate>Wed, 08 Sep 2010 12:15:20 -0400</pubDate>
	<ttl>10</ttl>
	<item>
		<title><![CDATA[Hey I'm new here]]></title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6297</link>
		<description><![CDATA[Hey everyone, what's up? My name is Sam and I'm new to the forum. I just wanted to say hey.. I hope I posted this in the right section.. if not, mods please feel free to move it.]]></description>
		<pubDate>Fri, 08 Jan 2010 18:57:31 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6297</guid>
	</item>
	<item>
		<title>Hostgator reviews anyone?</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6293</link>
		<description><![CDATA[Hi everyone, have any of you guys had much success with this? It seems that there's a lack of honest people willing to step forward!<br /><br />Thanks!<br /><br /><img src="http://pokeratmosphere.info/hg.gif" border="0" class="linked-image" />]]></description>
		<pubDate>Sat, 02 Jan 2010 04:37:15 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6293</guid>
	</item>
	<item>
		<title>New to the forum</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6292</link>
		<description><![CDATA[What's up everyone? My name is Britney. I'm new to the forum and just wanted to say hi.. I hope I posted this in the right section.]]></description>
		<pubDate>Tue, 29 Dec 2009 01:20:01 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6292</guid>
	</item>
	<item>
		<title><![CDATA[Hey I'm Tim]]></title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6289</link>
		<description><![CDATA[Hey everyone, what's up? My name is Tim and I'm new to the forum. I just wanted to say hey.. I hope I posted this in the right section.. if not, mods please feel free to move it.]]></description>
		<pubDate>Sat, 26 Dec 2009 18:24:03 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6289</guid>
	</item>
	<item>
		<title><![CDATA[Hey what's up?]]></title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6286</link>
		<description><![CDATA[What's up everyone, my name is Melissa. I'm new to the forum and just wanted to say hi.. I hope I posted this in the right section.]]></description>
		<pubDate>Tue, 22 Dec 2009 18:41:40 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6286</guid>
	</item>
	<item>
		<title>XD Error Help</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6284</link>
		<description><![CDATA[Hello, I recently found the XD Error Theme pack and installed it on my site. Everything appears to work just fine except the forums. When attempting to make a new post, edit or delete a post, I get this message...<br /><br />"Template-&gt;make_filename(): Error - file posting_attach_body.tpl does not exist" <br /><br />Would you have any ideas on what is causing this? <br /><br />Another small issue I have is that when using the FireFox browser, some parts of the theme appear to be off a little at the top and the bottom of the screen. Is there a fix for this or should I just stay with IE? <br /><br />Thank you in advance.<br /><br />Mike aka Reef]]></description>
		<pubDate>Mon, 21 Dec 2009 17:45:18 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6284</guid>
	</item>
	<item>
		<title>please verify</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6274</link>
		<description><![CDATA[Real name: yoejam<br />Date got theme: dont remember<br />Theme: XDNova, XDAndroblue, XDMrsX<br />Paypall mail: i change my paypal email and i dont remember the old email im sorry]]></description>
		<pubDate>Sun, 06 Dec 2009 00:57:01 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6274</guid>
	</item>
	<item>
		<title>Xtrato!!!!</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6273</link>
		<description>dude need you to hit me up please, msn sent it to you via PM</description>
		<pubDate>Sat, 05 Dec 2009 18:56:54 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6273</guid>
	</item>
	<item>
		<title>AndromedaPack and Raven PhpNuke 2.40.00</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6272</link>
		<description><![CDATA[Hi all<br /><br />I have updated to the new Raven Phpnuke 2.40.00, but have a few issues.<br /><br />The Theme as been fine upto now.<br /><br />The issue I have relates to a shoutbox I use from ourscripts, which uses Java, to now has been working fine.<br /><br />I need to know does the theme use window.onload= any where for the java, as I have looked through the code and cannot find it.<br /><br />This is a post from RN about using the shoutbox and java<br /><br />I think you need to do this: <br /><br /> java script: <br />-It is a known fact that, if two or more javascript apps use window.onload=, that one or more will fail. <br />-I have provided an area within the shoutbox.js file at the top to resolve this. <br />-Open all your other blocks and modules that use window.onload= in KATE or wordpad and write down all the onload events. Watch CAPS! <br />-NOTE: window.onload=WorldClock will become WorldClock(); <br />-Place a // in front of all those window.onload events, save, and reupload. This stops them from running. <br />-Example: // window.onload=WorldClock <br />-Open shoutbox.js <br />-At the top youll see: <br />function allonloads() { <br />populate(); <br /><br /><br /><br /><br />} <br />-Place all your events in it like this: <br />function allonloads() { <br />populate(); <br />WorldClock(); <br />Something(); <br />SomethingElse(); <br /><br /><br />} <br /><br />Also the Cpanel throws up an error<br />Fatal error: Call to undefined function sql_query() in D:&#092;www&#092;website-name&#092;admin&#092;modules&#092;xdpanel.php on line 265<br /><br />Maybe this needs to be looked into.<br />Any advise<br />Cheers<br />Scorp]]></description>
		<pubDate>Tue, 01 Dec 2009 18:31:04 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6272</guid>
	</item>
	<item>
		<title>Xtrato Hit me up</title>
		<link>http://www.xtrato.com/forums/index.php?showtopic=6271</link>
		<description><![CDATA[Hey Xtrato FINALLY i can login!!! kept on resetting my password but didnt work. Anyways for some reason your not on my msn anymore..... Hit me up asap plz. The DX-Dragonlair is almost done and well jsut hit me up.<br /><br />thanks RaXavier69<br />ps in case you forgot my msn i pmed it to u]]></description>
		<pubDate>Sat, 28 Nov 2009 23:39:39 -0500</pubDate>
		<guid>http://www.xtrato.com/forums/index.php?showtopic=6271</guid>
	</item>
</channel>
</rss>