<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ZoomCities IT Community Webmaster Forum - All Forums]]></title>
		<link>http://www.zoomcities.com/forum/</link>
		<description><![CDATA[ZoomCities IT Community Webmaster Forum - http://www.zoomcities.com/forum]]></description>
		<pubDate>Fri, 03 Jul 2009 19:11:05 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[adwords $25 coupuns for sale $8 each]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8075</link>
			<pubDate>Tue, 30 Jun 2009 15:50:34 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8075</guid>
			<description><![CDATA[i am selling &#36;25 Google adwords coupons &#36;8 each pm me if anyone is interested]]></description>
			<content:encoded><![CDATA[i am selling &#36;25 Google adwords coupons &#36;8 each pm me if anyone is interested]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Join Arieth MU Online!]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8074</link>
			<pubDate>Tue, 30 Jun 2009 09:47:14 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8074</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - DarkScene-4 - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8072</link>
			<pubDate>Mon, 29 Jun 2009 06:32:01 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8072</guid>
			<description><![CDATA["DarkScene-4" Wordpress Theme<br />
<br />
Stylish 2 column, 3 column dark theme. Adsense ready, ad ready, videos, social bookmarks, feed ready.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["DarkScene-4" Wordpress Theme<br />
<br />
Stylish 2 column, 3 column dark theme. Adsense ready, ad ready, videos, social bookmarks, feed ready.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Detecting the user OS using PHP]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8071</link>
			<pubDate>Mon, 29 Jun 2009 01:10:00 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8071</guid>
			<description><![CDATA[&lt;?php<br />
&#36;OSList = array<br />
(<br />
// Match user agent string with operating systems<br />
'Windows 3.11' => 'Win16',<br />
'Windows 95' => '(Windows 95)|(Win95)|(Windows_95)',<br />
'Windows 98' => '(Windows 98)|(Win98)',<br />
'Windows 2000' => '(Windows NT 5.0)|(Windows 2000)',<br />
'Windows XP' => '(Windows NT 5.1)|(Windows XP)',<br />
'Windows Server 2003' => '(Windows NT 5.2)',<br />
'Windows Vista' => '(Windows NT 6.0)',<br />
'Windows 7' => '(Windows NT 7.0)',<br />
'Windows NT 4.0' => '(Windows NT 4.0)|(WinNT4.0)|(WinNT)|(Windows NT)',<br />
'Windows ME' => 'Windows ME',<br />
'Open BSD' => 'OpenBSD',<br />
'Sun OS' => 'SunOS',<br />
'Linux' => '(Linux)|(X11)',<br />
'Mac OS' => '(Mac_PowerPC)|(Macintosh)',<br />
'QNX' => 'QNX',<br />
'BeOS' => 'BeOS',<br />
'OS/2' => 'OS/2',<br />
'Search Bot'=>'(nuhk)|(Googlebot)|(Yammybot)|(Openbot)|(Slurp)|( MSNBot)|(Ask Jeeves/Teoma)|(ia_archiver)'<br />
);<br />
// Loop through the array of user agents and matching operating systems<br />
foreach(&#36;OSList as &#36;CurrOS=>&#36;Match)<br />
{<br />
// Find a match<br />
if (eregi(&#36;Match, &#36;_SERVER['HTTP_USER_AGENT']))<br />
{<br />
// We found the correct match<br />
break;<br />
}<br />
}<br />
// You are using ...<br />
echo "You are using ".&#36;CurrOS;<br />
?&gt;]]></description>
			<content:encoded><![CDATA[&lt;?php<br />
&#36;OSList = array<br />
(<br />
// Match user agent string with operating systems<br />
'Windows 3.11' => 'Win16',<br />
'Windows 95' => '(Windows 95)|(Win95)|(Windows_95)',<br />
'Windows 98' => '(Windows 98)|(Win98)',<br />
'Windows 2000' => '(Windows NT 5.0)|(Windows 2000)',<br />
'Windows XP' => '(Windows NT 5.1)|(Windows XP)',<br />
'Windows Server 2003' => '(Windows NT 5.2)',<br />
'Windows Vista' => '(Windows NT 6.0)',<br />
'Windows 7' => '(Windows NT 7.0)',<br />
'Windows NT 4.0' => '(Windows NT 4.0)|(WinNT4.0)|(WinNT)|(Windows NT)',<br />
'Windows ME' => 'Windows ME',<br />
'Open BSD' => 'OpenBSD',<br />
'Sun OS' => 'SunOS',<br />
'Linux' => '(Linux)|(X11)',<br />
'Mac OS' => '(Mac_PowerPC)|(Macintosh)',<br />
'QNX' => 'QNX',<br />
'BeOS' => 'BeOS',<br />
'OS/2' => 'OS/2',<br />
'Search Bot'=>'(nuhk)|(Googlebot)|(Yammybot)|(Openbot)|(Slurp)|( MSNBot)|(Ask Jeeves/Teoma)|(ia_archiver)'<br />
);<br />
// Loop through the array of user agents and matching operating systems<br />
foreach(&#36;OSList as &#36;CurrOS=>&#36;Match)<br />
{<br />
// Find a match<br />
if (eregi(&#36;Match, &#36;_SERVER['HTTP_USER_AGENT']))<br />
{<br />
// We found the correct match<br />
break;<br />
}<br />
}<br />
// You are using ...<br />
echo "You are using ".&#36;CurrOS;<br />
?&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AriethMU Season4 Episode2 &quot;Unholy Battles of Purgatory&quot;]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8070</link>
			<pubDate>Sun, 28 Jun 2009 13:06:20 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8070</guid>
			<description><![CDATA[<br />
<br />
<br />
Arieth ANU (high exp)<br />
Version:      Season 4 Episode 2<br />
Exp:            x5000<br />
Drop:          80%<br />
Max Level: 400<br />
<br />
Arieth NEBO (low exp)<br />
Version:      Season 4 Episode 2<br />
Exp:            x7<br />
Drop:         10%<br />
Max Level: 400<br />
No resets<br />
<br />
Friendly GMs<br />
A lot of events<br />
No lags and less bugs<br />
The latest weapons and sets<br />
29 Custom sets<br />
Custom jewels (only in ANU)<br />
Wings level 4 (only in ANU)<br />
Full 3D<br />
Skill Tree<br />
Cheery Blossom Event<br />
Raklion map and Hatchery Event<br />
Kanturu Event<br />
Duel Arena<br />
Santa Village<br />
Vulcan map<br />
Socket system<br />
Castle Siege every week]]></description>
			<content:encoded><![CDATA[<br />
<br />
<br />
Arieth ANU (high exp)<br />
Version:      Season 4 Episode 2<br />
Exp:            x5000<br />
Drop:          80%<br />
Max Level: 400<br />
<br />
Arieth NEBO (low exp)<br />
Version:      Season 4 Episode 2<br />
Exp:            x7<br />
Drop:         10%<br />
Max Level: 400<br />
No resets<br />
<br />
Friendly GMs<br />
A lot of events<br />
No lags and less bugs<br />
The latest weapons and sets<br />
29 Custom sets<br />
Custom jewels (only in ANU)<br />
Wings level 4 (only in ANU)<br />
Full 3D<br />
Skill Tree<br />
Cheery Blossom Event<br />
Raklion map and Hatchery Event<br />
Kanturu Event<br />
Duel Arena<br />
Santa Village<br />
Vulcan map<br />
Socket system<br />
Castle Siege every week]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - BLWATF705 - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8069</link>
			<pubDate>Sat, 27 Jun 2009 13:32:48 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8069</guid>
			<description><![CDATA["BLWATF705" Wordpress Theme<br />
<br />
This is a Adsense ready, blue shades, 3-column, fixed width, valid xhtml, widget ready theme, Ad units, featured video and social bookmark areas.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["BLWATF705" Wordpress Theme<br />
<br />
This is a Adsense ready, blue shades, 3-column, fixed width, valid xhtml, widget ready theme, Ad units, featured video and social bookmark areas.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - RD-ATF6700 - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8068</link>
			<pubDate>Sat, 27 Jun 2009 00:56:41 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8068</guid>
			<description><![CDATA["RD-ATF6700" Wordpress Theme<br />
<br />
This is a three column unique theme. Red, black, white, gray. Offering 125x125 ad block areas as well as video section and social bookmark sites<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["RD-ATF6700" Wordpress Theme<br />
<br />
This is a three column unique theme. Red, black, white, gray. Offering 125x125 ad block areas as well as video section and social bookmark sites<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - BL-ATF699 - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8066</link>
			<pubDate>Wed, 24 Jun 2009 11:40:26 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8066</guid>
			<description><![CDATA["BL-ATF699 " Wordpress Theme<br />
<br />
This is a Adsense ready, blue shades, 3-column, fixed width, valid xhtml, widget ready theme.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["BL-ATF699 " Wordpress Theme<br />
<br />
This is a Adsense ready, blue shades, 3-column, fixed width, valid xhtml, widget ready theme.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - GR-ATF698 - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8065</link>
			<pubDate>Wed, 24 Jun 2009 11:38:54 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8065</guid>
			<description><![CDATA["GR-ATF698" Wordpress Theme<br />
<br />
This is a Adsense ready, 3-column, fixed width, valid xhtml, widget ready theme. Colors of green, gray, white, black.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["GR-ATF698" Wordpress Theme<br />
<br />
This is a Adsense ready, 3-column, fixed width, valid xhtml, widget ready theme. Colors of green, gray, white, black.<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Wordpress Theme - Obscure - Free Download]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8064</link>
			<pubDate>Wed, 24 Jun 2009 11:37:39 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8064</guid>
			<description><![CDATA["Obscure" Wordpress Theme<br />
<br />
a premium dark magazine wordpress theme suitable for any site nitche and best fit for community based site.<br />
<br />
FEATURES<br />
<br />
* Elegant dark design<br />
* Built in theme option to customize the theme<br />
* Built in top earner advertisement block including 125×125 advertisement block on sidebar<br />
* Built in Featured content gallery<br />
* Feedburner RSS Subscription ready<br />
* Twitter integration<br />
* Works fine on latest wordpress version ( v2.8 )<br />
* Tested and works fine on all major browser.<br />
* Auto resize images<br />
* Auto catch images for thumbnails<br />
* widget and gravatar ready<br />
* Pagination ready<br />
* Social Bookmarking Ready<br />
* Easy logo change via theme option<br />
* Drop down menu with a MAXIMUM UP TO 4 LEVEL<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></description>
			<content:encoded><![CDATA["Obscure" Wordpress Theme<br />
<br />
a premium dark magazine wordpress theme suitable for any site nitche and best fit for community based site.<br />
<br />
FEATURES<br />
<br />
* Elegant dark design<br />
* Built in theme option to customize the theme<br />
* Built in top earner advertisement block including 125×125 advertisement block on sidebar<br />
* Built in Featured content gallery<br />
* Feedburner RSS Subscription ready<br />
* Twitter integration<br />
* Works fine on latest wordpress version ( v2.8 )<br />
* Tested and works fine on all major browser.<br />
* Auto resize images<br />
* Auto catch images for thumbnails<br />
* widget and gravatar ready<br />
* Pagination ready<br />
* Social Bookmarking Ready<br />
* Easy logo change via theme option<br />
* Drop down menu with a MAXIMUM UP TO 4 LEVEL<br />
<br />
<br />
<br />
<br />
DEMO DOWNLOAD<br />
<br />
License: Free to use, keep footer link]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Explicit content on Shared Hosting will affect Other Sites?]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8062</link>
			<pubDate>Tue, 23 Jun 2009 01:50:45 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8062</guid>
			<description><![CDATA[Hi all,<br />
Now i am using a shared hosting account and one of the site hosted in the server is having explicit content and punished and banned by google. <br />
<br />
Now my question is the server (ip) is having more than 150 domains in it, If there is any possibility to affect other sites page rank?!.<br />
<br />
bcoz while i tried with Reverse ip lookup tool i got message like this<br />
<br />
<br />
" It appears that the web server located at xxx.xxx.xxx.xxx may be hosting one or more web sites with explicit content. The web sites in question are highlighted in red below. There is a possibility that all of the web sites on this web server may be blocked by web filtering software. Search engine rankings for these web sites may be affected as well."]]></description>
			<content:encoded><![CDATA[Hi all,<br />
Now i am using a shared hosting account and one of the site hosted in the server is having explicit content and punished and banned by google. <br />
<br />
Now my question is the server (ip) is having more than 150 domains in it, If there is any possibility to affect other sites page rank?!.<br />
<br />
bcoz while i tried with Reverse ip lookup tool i got message like this<br />
<br />
<br />
" It appears that the web server located at xxx.xxx.xxx.xxx may be hosting one or more web sites with explicit content. The web sites in question are highlighted in red below. There is a possibility that all of the web sites on this web server may be blocked by web filtering software. Search engine rankings for these web sites may be affected as well."]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Multimeters galore and I can't decide!  Opinions please?]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8061</link>
			<pubDate>Mon, 22 Jun 2009 22:42:15 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8061</guid>
			<description><![CDATA[My old trusty multimeter is starting to show its age and I am in need of a new one.  I have hunted and hunted and hunted and etc...  I cannot find one multimeter with all of the functions I would live to have available.<br />
<br />
Below are 2 options.  the Winmax Win8696 is a high resolution meter with an RS232 connection  and the VICHY VC66 has transistor testing and high scale numbers like I have never seen on other meters.<br />
Unfortunately the VICHY VC99 does not have a computer link.  If it did I would buy it in a heart beat.  As is, I do not know which I should invest in.  Or if there is a better option that one of you can recommend?<br />
<br />
I do not need a 50,000 count meter, or light, humidity, and audio readings,  but I think I want a bar graph, and I definitely need transistor testing, capacitance, and all the general testing ranges.  I would love USB link, but not sure if I would ever need it.<br />
<br />
I have narrowed my choice down to the following, but I am open to suggestions.<br />
<br />
Winmax Win8696<br />
<br />
VICHY VC99]]></description>
			<content:encoded><![CDATA[My old trusty multimeter is starting to show its age and I am in need of a new one.  I have hunted and hunted and hunted and etc...  I cannot find one multimeter with all of the functions I would live to have available.<br />
<br />
Below are 2 options.  the Winmax Win8696 is a high resolution meter with an RS232 connection  and the VICHY VC66 has transistor testing and high scale numbers like I have never seen on other meters.<br />
Unfortunately the VICHY VC99 does not have a computer link.  If it did I would buy it in a heart beat.  As is, I do not know which I should invest in.  Or if there is a better option that one of you can recommend?<br />
<br />
I do not need a 50,000 count meter, or light, humidity, and audio readings,  but I think I want a bar graph, and I definitely need transistor testing, capacitance, and all the general testing ranges.  I would love USB link, but not sure if I would ever need it.<br />
<br />
I have narrowed my choice down to the following, but I am open to suggestions.<br />
<br />
Winmax Win8696<br />
<br />
VICHY VC99]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Which languages do you know ?]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8060</link>
			<pubDate>Mon, 22 Jun 2009 07:30:31 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8060</guid>
			<description><![CDATA[I personally know HTML XML and my favourite PHP :) How bout you ?]]></description>
			<content:encoded><![CDATA[I personally know HTML XML and my favourite PHP :) How bout you ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Happy Birthday MV-Kubba!]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8059</link>
			<pubDate>Sat, 20 Jun 2009 01:36:29 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8059</guid>
			<description><![CDATA[Happy Birthday Mate! <br />
<br />
::rolleyes::hammer::w00t::thumbup1::sorcerer::thum bup::fruits_apple::arms::clap::chef:<br />
<br />
It's your time to shine!.. :D:lol:]]></description>
			<content:encoded><![CDATA[Happy Birthday Mate! <br />
<br />
::rolleyes::hammer::w00t::thumbup1::sorcerer::thum bup::fruits_apple::arms::clap::chef:<br />
<br />
It's your time to shine!.. :D:lol:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wireless problem]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8057</link>
			<pubDate>Fri, 19 Jun 2009 12:05:05 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8057</guid>
			<description><![CDATA[Ok so I have this decent laptop. It's a Toshiba Tecra A2. <br />
<br />
So, long story short, I installed Windows XP Pro on it. No wireless. I didn't think it had wireless, therefore didn't bother with drivers.<br />
<br />
Installed Ubuntu 9.04, wireless magically worked (auto-drivers woo!). Couple weeks after, wireless magically stopped working. Switch still worked, but no LED on the side. This led me to believe something happened. I opened the case, everything seemed fine, attached, etc. The LED doesn't turn on now. <br />
<br />
So then, I installed Windows XP Pro again (last night). I installed the wireless card drivers, but still nothing. Windows detects it and all, but it won't detect any networks, like it's "disabled." <br />
<br />
Any ideas?]]></description>
			<content:encoded><![CDATA[Ok so I have this decent laptop. It's a Toshiba Tecra A2. <br />
<br />
So, long story short, I installed Windows XP Pro on it. No wireless. I didn't think it had wireless, therefore didn't bother with drivers.<br />
<br />
Installed Ubuntu 9.04, wireless magically worked (auto-drivers woo!). Couple weeks after, wireless magically stopped working. Switch still worked, but no LED on the side. This led me to believe something happened. I opened the case, everything seemed fine, attached, etc. The LED doesn't turn on now. <br />
<br />
So then, I installed Windows XP Pro again (last night). I installed the wireless card drivers, but still nothing. Windows detects it and all, but it won't detect any networks, like it's "disabled." <br />
<br />
Any ideas?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[STOP SAYING HI FFS!!!!!!]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8056</link>
			<pubDate>Fri, 19 Jun 2009 11:44:41 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8056</guid>
			<description><![CDATA[Ok, im really sick of new people coming in and filling up the the forum page with a million threads saying hi from so and so<br />
<br />
STOP ITS SOOO ANNOYING<br />
<br />
F.Y.I NO ONE CARES!!!<br />
<br />
:ninja: :devil: :devil2:<br />
comment[/size]]]></description>
			<content:encoded><![CDATA[Ok, im really sick of new people coming in and filling up the the forum page with a million threads saying hi from so and so<br />
<br />
STOP ITS SOOO ANNOYING<br />
<br />
F.Y.I NO ONE CARES!!!<br />
<br />
:ninja: :devil: :devil2:<br />
comment[/size]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hi from Lebanon]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8055</link>
			<pubDate>Thu, 18 Jun 2009 12:04:02 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8055</guid>
			<description><![CDATA[Hello , <br />
<br />
I am theKiller from Lebanon , 18 years old - I joined this forum to get some advices and help (I don't need a free hosting I have a reseller and a VPS). <br />
<br />
but I find many interesting tutorials and very active programming sections.<br />
<br />
Thank you for this Awsome site/forum :smile:]]></description>
			<content:encoded><![CDATA[Hello , <br />
<br />
I am theKiller from Lebanon , 18 years old - I joined this forum to get some advices and help (I don't need a free hosting I have a reseller and a VPS). <br />
<br />
but I find many interesting tutorials and very active programming sections.<br />
<br />
Thank you for this Awsome site/forum :smile:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Opera Unite]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8054</link>
			<pubDate>Wed, 17 Jun 2009 06:21:10 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8054</guid>
			<description><![CDATA[This new concept from Opera is interesting. And it's FREE.<br />
<br />
It's called Opera Unite services where one can use the browser as a webserver. At least if I understand correctly. Check it out.<br />
<br />
http://unite.opera.com/]]></description>
			<content:encoded><![CDATA[This new concept from Opera is interesting. And it's FREE.<br />
<br />
It's called Opera Unite services where one can use the browser as a webserver. At least if I understand correctly. Check it out.<br />
<br />
http://unite.opera.com/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[is there such software/tech available?]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8053</link>
			<pubDate>Mon, 15 Jun 2009 23:25:17 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8053</guid>
			<description><![CDATA[I'm wondering if there's such software & technology whereby USB thumb drive serves a 'key', once I plug into a PC, it launches into a website and auto login.]]></description>
			<content:encoded><![CDATA[I'm wondering if there's such software & technology whereby USB thumb drive serves a 'key', once I plug into a PC, it launches into a website and auto login.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Who wants to share a VPS/Dedi with me? :D]]></title>
			<link>http://www.zoomcities.com/forum/showthread.php?tid=8050</link>
			<pubDate>Wed, 10 Jun 2009 23:49:45 -0400</pubDate>
			<guid isPermaLink="false">http://www.zoomcities.com/forum/showthread.php?tid=8050</guid>
			<description><![CDATA[Hi guys! :)<br />
<br />
I want to buy a VPS or even a Dedicated server from BuzzServers.com but it's too expensive for me since I won't be using the space quite a lot.<br />
<br />
I really wanted to experience handling a server :)<br />
<br />
We can even share root access if you want ^^ or any suggestion is freely accepted.<br />
<br />
VPS plans here >> http://buzzservers.com/vps.html<br />
I'm willing to buy the VPS II plan<br />
&#36;30 a month with cpanel already<br />
<br />
or<br />
<br />
(Correction this is a VPS not a Dedi,, sorry)<br />
Dedi Special offers >> http://buzzservers.com/special.html<br />
I'm willing to have the BZSP1 plan<br />
&#36;27.49 a month with cpanel already<br />
<br />
I need at least 10 persons :) must be willing to stay to the hosting company for at least 6 months ^^<br />
<br />
<br />
<br />
THANKS!!! :)]]></description>
			<content:encoded><![CDATA[Hi guys! :)<br />
<br />
I want to buy a VPS or even a Dedicated server from BuzzServers.com but it's too expensive for me since I won't be using the space quite a lot.<br />
<br />
I really wanted to experience handling a server :)<br />
<br />
We can even share root access if you want ^^ or any suggestion is freely accepted.<br />
<br />
VPS plans here >> http://buzzservers.com/vps.html<br />
I'm willing to buy the VPS II plan<br />
&#36;30 a month with cpanel already<br />
<br />
or<br />
<br />
(Correction this is a VPS not a Dedi,, sorry)<br />
Dedi Special offers >> http://buzzservers.com/special.html<br />
I'm willing to have the BZSP1 plan<br />
&#36;27.49 a month with cpanel already<br />
<br />
I need at least 10 persons :) must be willing to stay to the hosting company for at least 6 months ^^<br />
<br />
<br />
<br />
THANKS!!! :)]]></content:encoded>
		</item>
	</channel>
</rss>