<?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>ZemHost Forums</title>
		<link>http://www.zemhost.com/forums/</link>
		<description>ZemHost - Post 2 Host (P2H) Web Hosting - FREE cPanel Web Hosting, Awesome Servers and Uptime!  FREE HOSING.  Start Today!</description>
		<language>en</language>
		<lastBuildDate>Thu, 09 Sep 2010 20:43:26 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.zemhost.com/forums/images/misc/rss.png</url>
			<title>ZemHost Forums</title>
			<link>http://www.zemhost.com/forums/</link>
		</image>
		<item>
			<title>My designs</title>
			<link>http://www.zemhost.com/forums/threads/4059-My-designs?goto=newpost</link>
			<pubDate>Thu, 09 Sep 2010 09:42:07 GMT</pubDate>
			<description><![CDATA[http://photobucket.com/ordinance 
 
 
Yes im back  
 
Im 14 now and I hope ive improved >.< 
 
If anyone wants graphics.. contact mme.:cool:]]></description>
			<content:encoded><![CDATA[<div><a href="http://photobucket.com/ordinance" target="_blank" rel="nofollow">http://photobucket.com/ordinance</a><br />
<br />
<br />
Yes im back <br />
<br />
Im 14 now and I hope ive improved &gt;.&lt;<br />
<br />
If anyone wants graphics.. contact mme.:cool:</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/22-Graphics">Graphics</category>
			<dc:creator>xenon</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4059-My-designs</guid>
		</item>
		<item>
			<title>Skateboarding combined with Parkour</title>
			<link>http://www.zemhost.com/forums/threads/4058-Skateboarding-combined-with-Parkour?goto=newpost</link>
			<pubDate>Wed, 08 Sep 2010 17:05:48 GMT</pubDate>
			<description>Pretty cool guy: 
http://www.youtube.com/watch?v=BT_45XGhE1o 
 
Thats my favourite with some good Drum n Bass:...</description>
			<content:encoded><![CDATA[<div>Pretty cool guy:<br />

<object type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/BT_45XGhE1o">
	<param name="movie" value="http://www.youtube.com/v/BT_45XGhE1o" />
	<param name="wmode" value="transparent" />
</object>
 <br />
<br />
Thats my favourite with some good Drum n Bass:<br />

<object type="application/x-shockwave-flash" width="640" height="385" data="http://www.youtube.com/v/iJ5vXk77XyM">
	<param name="movie" value="http://www.youtube.com/v/iJ5vXk77XyM" />
	<param name="wmode" value="transparent" />
</object>
 </div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/30-Youtube">Youtube</category>
			<dc:creator>Serial Thrilla</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4058-Skateboarding-combined-with-Parkour</guid>
		</item>
		<item>
			<title><![CDATA[[PHP]recursive_files]]></title>
			<link>http://www.zemhost.com/forums/threads/4055-PHP-recursive_files?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 13:40:25 GMT</pubDate>
			<description><![CDATA[PHP: 
--------- 
<?php 
/** 
 * Loops through every folder from the specified path and lists the files with full path to. 
 *  
 * @author	Dan 
 *...]]></description>
			<content:encoded><![CDATA[<div><div class="bbcode_container">
	<div class="bbcode_description">PHP Code:</div>
	<hr /><code class="bbcode_code"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br /></span><span style="color: #FF8000">/**<br />&nbsp;*&nbsp;Loops&nbsp;through&nbsp;every&nbsp;folder&nbsp;from&nbsp;the&nbsp;specified&nbsp;path&nbsp;and&nbsp;lists&nbsp;the&nbsp;files&nbsp;with&nbsp;full&nbsp;path&nbsp;to.<br />&nbsp;*&nbsp;<br />&nbsp;*&nbsp;@author&nbsp;&nbsp;&nbsp;&nbsp;Dan<br />&nbsp;*&nbsp;@param&nbsp;&nbsp;&nbsp;&nbsp;String&nbsp;&nbsp;&nbsp;&nbsp;$path&nbsp;&nbsp;&nbsp;&nbsp;path&nbsp;to&nbsp;scanned&nbsp;folder<br />&nbsp;*&nbsp;@return&nbsp;&nbsp;&nbsp;&nbsp;array&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;path&nbsp;to&nbsp;each&nbsp;file<br />&nbsp;*/<br /></span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">recursive_files</span><span style="color: #007700">(</span><span style="color: #0000BB">$path</span><span style="color: #007700">)&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$path&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">str_ireplace</span><span style="color: #007700">(</span><span style="color: #DD0000">'//'</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">'/'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">$path</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;(</span><span style="color: #0000BB">is_dir</span><span style="color: #007700">(</span><span style="color: #0000BB">$path</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$files&nbsp;</span><span style="color: #007700">=&nbsp;array();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$dirHandle&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">opendir</span><span style="color: #007700">(</span><span style="color: #0000BB">$path</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;while&nbsp;(</span><span style="color: #0000BB">$file&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">readdir</span><span style="color: #007700">(</span><span style="color: #0000BB">$dirHandle</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;((</span><span style="color: #0000BB">$file&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #DD0000">'.'</span><span style="color: #007700">)&nbsp;&amp;&amp;&nbsp;(</span><span style="color: #0000BB">$file&nbsp;</span><span style="color: #007700">!=&nbsp;</span><span style="color: #DD0000">'..'</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$file&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">$path&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #DD0000">'/'&nbsp;</span><span style="color: #007700">.&nbsp;</span><span style="color: #0000BB">$file</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$files&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">array_merge</span><span style="color: #007700">(</span><span style="color: #0000BB">$files</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">recursive_files</span><span style="color: #007700">(</span><span style="color: #0000BB">$file</span><span style="color: #007700">));<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;</span><span style="color: #0000BB">$files</span><span style="color: #007700">;<br />&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;if&nbsp;(</span><span style="color: #0000BB">is_file</span><span style="color: #007700">(</span><span style="color: #0000BB">$path</span><span style="color: #007700">))&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;array(</span><span style="color: #0000BB">$path</span><span style="color: #007700">);<br />&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;array();<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></code><hr />
</div> *<b>Dan</b> is my real name, that's why it's author is &quot;Dan&quot;. I'm not ripping any PHP snippets, I like to do anything from scratch.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/11-Useful-Scripts">Useful Scripts</category>
			<dc:creator>DunnKz</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4055-PHP-recursive_files</guid>
		</item>
		<item>
			<title>What are yout thoughts about HTML5 ?</title>
			<link>http://www.zemhost.com/forums/threads/4054-What-are-yout-thoughts-about-HTML5?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 11:17:34 GMT</pubDate>
			<description>Hi Devs, 
 
We all are noticing great activity with HTML5 development and new effects/solutions that it provide, also new web browsers like Firefox...</description>
			<content:encoded><![CDATA[<div>Hi Devs,<br />
<br />
We all are noticing great activity with HTML5 development and new effects/solutions that it provide, also new web browsers like Firefox 4, Chrome 4, IE 9 and opera are Supporting it.<br />
<br />
So After the language/platform's final release what are your thoughts about what will change ? Do you also think that flash will be dead ?<br />
<br />
Thanks for reading this.<br />
Regards</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/10-Coding-Discussion">Coding Discussion</category>
			<dc:creator>aatkco</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4054-What-are-yout-thoughts-about-HTML5</guid>
		</item>
		<item>
			<title>FPS Show</title>
			<link>http://www.zemhost.com/forums/threads/4053-FPS-Show?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 01:31:53 GMT</pubDate>
			<description>The best FPSs and frags: 
*Team Fortress 2 (http://store.steampowered.com/app/440/)*: http://www.youtube.com/watch?v=-Paqic5sow0 
*Warsow 0.5...</description>
			<content:encoded><![CDATA[<div>The best FPSs and frags:<br />
<b><a href="http://store.steampowered.com/app/440/" target="_blank" rel="nofollow">Team Fortress 2</a></b>: <a href="http://www.youtube.com/watch?v=-Paqic5sow0" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=-Paqic5sow0</a><br />
<b><a href="http://www.warsow.net" target="_blank" rel="nofollow">Warsow 0.5</a></b>: <a href="http://www.youtube.com/watch?v=WkEXUEHV1ag" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=WkEXUEHV1ag</a><br />
<b><a href="http://store.steampowered.com/app/10/" target="_blank" rel="nofollow">Counter-Strike 1.6</a></b>: <a href="http://www.youtube.com/watch?v=egZ1VklBAbQ" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=egZ1VklBAbQ</a><br />
<b><a href="http://store.steampowered.com/app/2200/" target="_blank" rel="nofollow">Quake 3 Arena</a></b>: <a href="http://www.youtube.com/watch?v=iPfaQJuWGvU" target="_blank" rel="nofollow">http://www.youtube.com/watch?v=iPfaQJuWGvU</a></div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/30-Youtube">Youtube</category>
			<dc:creator>thiagokalleb</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4053-FPS-Show</guid>
		</item>
		<item>
			<title>Achmed - The dead terrorist</title>
			<link>http://www.zemhost.com/forums/threads/4052-Achmed-The-dead-terrorist?goto=newpost</link>
			<pubDate>Tue, 07 Sep 2010 00:12:34 GMT</pubDate>
			<description><![CDATA[You're gonna laught a lot with this "guy"! 
The playlist: http://www.youtube.com/view_play_list?p=1A9781CCED4A28C7&playnext=1&v=o28GQT7qvAI 
Details:...]]></description>
			<content:encoded><![CDATA[<div>You're gonna laught a lot with this &quot;guy&quot;!<br />
The playlist: <a href="http://www.youtube.com/view_play_list?p=1A9781CCED4A28C7&amp;playnext=1&amp;v=o28GQT7qvAI" target="_blank" rel="nofollow">http://www.youtube.com/view_play_lis...&amp;v=o28GQT7qvAI</a><br />
Details: Puppet presentation, comedy.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/30-Youtube">Youtube</category>
			<dc:creator>thiagokalleb</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4052-Achmed-The-dead-terrorist</guid>
		</item>
		<item>
			<title>Free and paid great themes for Wordpress</title>
			<link>http://www.zemhost.com/forums/threads/4051-Free-and-paid-great-themes-for-Wordpress?goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 22:17:38 GMT</pubDate>
			<description><![CDATA[I don't got money to spend in themes online, but I believe there's a lot of people who do this. So if you're one of them, check out this site Woo...]]></description>
			<content:encoded><![CDATA[<div>I don't got money to spend in themes online, but I believe there's a lot of people who do this. So if you're one of them, check out this site <a href="http://www.woothemes.com/amember/go.php?r=34614&amp;i=l4" target="_blank" rel="nofollow">Woo Themes</a>.<br />
<br />
<b>Types of themes:</b><br />
Business<br />
Magazine/News<br />
Personnal Blog<br />
Portfolio<br />
Free<br />
Multimedia<br />
Enterprise<br />
<br />
Themes avaliable for <b><a href="http://drupal.org/" target="_blank" rel="nofollow">Drupal</a></b> and <b><a href="http://expressionengine.com/" target="_blank" rel="nofollow">ExpressionEngine</a></b> too.<br />
<br />
Please post your opinion about the site. It's going to be helpfull for the other interesteds.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/21-Website-and-CMS-Templates">Website and CMS Templates</category>
			<dc:creator>thiagokalleb</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4051-Free-and-paid-great-themes-for-Wordpress</guid>
		</item>
		<item>
			<title>Show Your Boot Time</title>
			<link>http://www.zemhost.com/forums/threads/4049-Show-Your-Boot-Time?goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 12:45:51 GMT</pubDate>
			<description>Hmm, yeah, yet another boring poll thread I post... :) 
This time I would like to know how much time your system takes to boot. This can be measured...</description>
			<content:encoded><![CDATA[<div>Hmm, yeah, yet another boring poll thread I post... :)<br />
This time I would like to know how much time your system takes to boot. This can be measured with a little clock in your hand (old &amp; reliable), <a href="http://www.bootchart.org/" target="_blank" rel="nofollow">Bootchart</a> (Linux-only), or <a href="http://www.winvistaclub.com/t212.html" target="_blank" rel="nofollow">BootTimer</a> (Windows). (Well, a rootkit should be most effective in measuring boot time. :D )<br />
<br />
My boot time is 17 seconds, not including GRUB loading time, on Gentoo Linux amd64, OpenRC 0.6.4 with parallel RC enabled. (OpenRC is fast, indeed) I also use <a href="http://en.wikipedia.org/wiki/Prelink" target="_blank" rel="nofollow">prelink</a> to accelerate binary executions.<br />
(Keep in mind I'm using a old traditional HDD, not SSD. If I have a SSD, the time can be shortened to 10 seconds, I guess. And I don't let X start when boot.)<br />
<img src="http://i56.tinypic.com/50f6f8.jpg" border="0" alt="" /><br />
<a href="http://www.freedesktop.org/wiki/Software/systemd" target="_blank" rel="nofollow">systemd</a> and readahead-list may be very helpful for further improvements of boot speed. However, systemd is too heavily experimental, while readahead-list has not been updated since 2006.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/29-Software-Apps"><![CDATA[Software & Apps]]></category>
			<dc:creator>RichardGv</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4049-Show-Your-Boot-Time</guid>
		</item>
		<item>
			<title>Zemhost Feedback</title>
			<link>http://www.zemhost.com/forums/threads/4048-Zemhost-Feedback?goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 23:53:13 GMT</pubDate>
			<description>Hey, 
Its been ages since ive been here, I saw the announcement about the five posts per month and kinda ran off ;) It was very scary at the time...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
Its been ages since ive been here, I saw the announcement about the five posts per month and kinda ran off ;) It was very scary at the time because it was one of the features of zemhost that I liked (No min post per month). And of course being human I didn't like the change.<br />
<br />
Now I have realised that not one of the 15 free hosts I have tried match up to the quality of zemhost and I will have to accept the changes. When you think about it, it is paid hosting quality for the cost of 5 posts per month (cant be bad at all!!!)<br />
<br />
So I have to say thank you to every one involved in making zemhost great, because it truly is the best free host on the planet and I will be returning to my regular posting and hosting ;)<br />
<br />
Regards,<br />
Grant</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/8-Lobby">Lobby</category>
			<dc:creator>ukgrant</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4048-Zemhost-Feedback</guid>
		</item>
		<item>
			<title>Newbie problems!</title>
			<link>http://www.zemhost.com/forums/threads/4043-Newbie-problems%21?goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 16:30:23 GMT</pubDate>
			<description><![CDATA[I've make an account on freedns.afraid.org and ive registered a us.to subdomain then i get your hosting account info message with the servers and...]]></description>
			<content:encoded><![CDATA[<div>I've make an account on freedns.afraid.org and ive registered a us.to subdomain then i get your hosting account info message with the servers and cpanel and subdomain name which i've specified to you when i made the application. When i enter the website <a href="http://authwob.us.to" target="_blank" rel="nofollow">http://authwob.us.to</a> or acces the Cpanel <a href="http://authwob.us.to/cpanel" target="_blank" rel="nofollow">http://authwob.us.to/cpanel</a> all i can see it's a blank white page.<br />
Check image my freedns page here <a href="http://j.imagehost.org/download/0018/problem" target="_blank" rel="nofollow">http://j.imagehost.org/download/0018/problem</a><br />
<br />
Where should i put the server names or can someone guide me?:P</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/70-General-Talk">General Talk</category>
			<dc:creator>authwob</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4043-Newbie-problems%21</guid>
		</item>
		<item>
			<title>Flash Websites?</title>
			<link>http://www.zemhost.com/forums/threads/4042-Flash-Websites?goto=newpost</link>
			<pubDate>Sun, 05 Sep 2010 07:03:11 GMT</pubDate>
			<description>Does anybody know a good Flash Website Builder? I find some flash builders but was kinda simple for newbie does anyone know one for amateur or medium...</description>
			<content:encoded><![CDATA[<div>Does anybody know a good Flash Website Builder? I find some flash builders but was kinda simple for newbie does anyone know one for amateur or medium users?</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/21-Website-and-CMS-Templates">Website and CMS Templates</category>
			<dc:creator>authwob</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4042-Flash-Websites</guid>
		</item>
		<item>
			<title>About 5-post rule</title>
			<link>http://www.zemhost.com/forums/threads/4041-About-5-post-rule?goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 14:46:05 GMT</pubDate>
			<description><![CDATA[Hello! 
 
Even if the 5-post rule is active since July 11th, no one ever asked about when it's this check done? I'm posting in every month about 5-10...]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
Even if the 5-post rule is active since July 11th, no one ever asked about when it's this check done? I'm posting in every month about 5-10 posts, but I want to know for sure when it's this check done. Also I have another question about the post count. I had somewhere near 250 posts, but some of my posts were deleted or something like this and my post count decreased to 190 posts(now is up to 200+, I'm a really good spammer :cool:). I would like to know the reason and what would had happen if I wouldn't increased my post count back to 200+.<br />
<br />
In my opinion, this is not an important topic, that's why I didn't open a ticket.<br />
<br />
~Thank you, very much.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/7-Comments-and-Suggestions">Comments and Suggestions</category>
			<dc:creator>DunnKz</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4041-About-5-post-rule</guid>
		</item>
		<item>
			<title>Off-shore</title>
			<link>http://www.zemhost.com/forums/threads/4040-Off-shore?goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 14:08:08 GMT</pubDate>
			<description><![CDATA[Hello! 
 
I've got a simple question: Have you ever thought to switch to off-shore? That would bring a lot of peoples here.]]></description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
I've got a simple question: Have you ever thought to switch to off-shore? That would bring a lot of peoples here.</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/7-Comments-and-Suggestions">Comments and Suggestions</category>
			<dc:creator>DunnKz</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4040-Off-shore</guid>
		</item>
		<item>
			<title>Upload limit?</title>
			<link>http://www.zemhost.com/forums/threads/4037-Upload-limit?goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 09:46:44 GMT</pubDate>
			<description>I was wondering if your hosting plans have some one time upload limit? I mean can we upload large size files? like 1 file 200mb ? or is a upload...</description>
			<content:encoded><![CDATA[<div>I was wondering if your hosting plans have some one time upload limit? I mean can we upload large size files? like 1 file 200mb ? or is a upload limit?</div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/7-Comments-and-Suggestions">Comments and Suggestions</category>
			<dc:creator>authwob</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4037-Upload-limit</guid>
		</item>
		<item>
			<title><![CDATA[[PHP] Gradient function]]></title>
			<link>http://www.zemhost.com/forums/threads/4036-PHP-Gradient-function?goto=newpost</link>
			<pubDate>Sat, 04 Sep 2010 08:11:46 GMT</pubDate>
			<description><![CDATA[Hello! I'm really bored so I decided to do something nice. I just thought on doing a gradient generator. Here it is: 
 
Code: 
--------- 
<?php 
/**...]]></description>
			<content:encoded><![CDATA[<div>Hello! I'm really bored so I decided to do something nice. I just thought on doing a gradient generator. Here it is:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">&lt;?php<br />
/**<br />
&nbsp;* Generates a gradient with &lt;code&gt;$stages&lt;/code&gt;, using colors &lt;code&gt;$from&lt;/code&gt; and &lt;code&gt;$to&lt;/code&gt;.<br />
&nbsp;*<br />
&nbsp;* @param&nbsp; &nbsp; &nbsp; &nbsp; String&nbsp; &nbsp; &nbsp; &nbsp; $from&nbsp; &nbsp; &nbsp; &nbsp; begin<br />
&nbsp;* @param&nbsp; &nbsp; &nbsp; &nbsp; String&nbsp; &nbsp; &nbsp; &nbsp; $to&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp;* @param&nbsp; &nbsp; &nbsp; &nbsp; int&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $stages&nbsp; &nbsp; &nbsp; &nbsp; number of stages<br />
&nbsp;* @todo&nbsp; &nbsp; &nbsp; &nbsp; test and bug-fix(if any)<br />
&nbsp;*<br />
&nbsp;* @author&nbsp; &nbsp; &nbsp; &nbsp; Dan &lt;DunnKz, from ZemHost community&gt;<br />
&nbsp;*/<br />
function gradient($from, $to, $stages) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; $hexdec_color = function($color) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color = str_ireplace('#', '', $color);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color = str_split($color, 2);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_color['r'] = hexdec($color[0]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_color['g'] = hexdec($color[1]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_color['b'] = hexdec($color[2]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return $_color;<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; $dechex_color = function ($color) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['r'] = dechex($color['r']);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['g'] = dechex($color['g']);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['b'] = dechex($color['b']);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (strlen($color['r']) &lt; 2) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['r'] = '0' . $color['r'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (strlen($color['g']) &lt; 2) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['g'] = '0' . $color['g'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (strlen($color['b']) &lt; 2) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $color['b'] = '0' . $color['b'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return '#' . $color['r'] . $color['g'] . $color['b'];<br />
&nbsp; &nbsp; &nbsp; &nbsp; };<br />
&nbsp; &nbsp; &nbsp; &nbsp; $from = $hexdec_color($from);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $to = $hexdec_color($to);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $R_stage = floor(($from['r'] - $to['r']) / $stages);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $G_stage = floor(($from['g'] - $to['g']) / $stages);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $B_stage = floor(($from['b'] - $to['b']) / $stages);<br />
&nbsp; &nbsp; &nbsp; &nbsp; $_gradient[0] = $from;<br />
&nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$stages - 1] = $to;<br />
&nbsp; &nbsp; &nbsp; &nbsp; for ($i = 1; $i &lt; $stages - 1; $i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['r'] = $_gradient[$i - 1]['r'] - $R_stage;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['g'] = $_gradient[$i - 1]['g'] - $G_stage;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['b'] = $_gradient[$i - 1]['b'] - $B_stage;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['r'] &lt; 0) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['r'] = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['r'] &gt; 255) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['r'] = 255;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['g'] &lt; 0) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['g'] = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['g'] &gt; 255) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['g'] = 255;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['b'] &lt; 0) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['b'] = 0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if ($_gradient[$i]['b'] &gt; 255) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $_gradient[$i]['b'] = 255;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; for ($i = 0; $i &lt; $stages; $i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $gradient[$i] = $dechex_color($_gradient[$i]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; return $gradient;<br />
}<br />
/*<br />
&nbsp;* Example 1<br />
&nbsp;*/<br />
$gradient = gradient('#0000ff', '#ff0000', 50);&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Nice blue -&gt; red gradient using 50 stages.<br />
foreach ($gradient as $color) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; echo '&lt;div style=&quot;background-color: ' . $color .'; width: 50px; height: 10px; display: block;&quot;&gt;&lt;/div&gt;';<br />
}<br />
/*<br />
&nbsp;* Example 2<br />
&nbsp;*/<br />
$stringArray = str_split('ZemHost');<br />
$len = count($stringArray);<br />
$gradient = gradient('#0000ff', '#ff0000', $len);<br />
for ($i = 0; $i &lt; $len; $i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; echo '[COLOR=&quot;'. $gradient[$i] .'&quot;]' . $stringArray[$i] . '[/COLOR]';<br />
}<br />
?&gt;</code><hr />
</div> Example 2: <font color="#0000ff">Z</font><font color="#2500db">e</font><font color="#4a00b7">m</font><font color="#6f0093">H</font><font color="#94006f">o</font><font color="#b9004b">s</font><font color="#ff0000">t</font></div>

 ]]></content:encoded>
			<category domain="http://www.zemhost.com/forums/forums/11-Useful-Scripts">Useful Scripts</category>
			<dc:creator>DunnKz</dc:creator>
			<guid isPermaLink="true">http://www.zemhost.com/forums/threads/4036-PHP-Gradient-function</guid>
		</item>
	</channel>
</rss>
