<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by pcb</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 27 Jun 2026 18:55:15 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>LCD monitor connect to astro decoder</title>
            <link>http://forum.lowyat.net/topic/1163534</link>
            <description>Hai all..&lt;br /&gt;Is there anyway how can i connect my LCD monitor directly to the astro decoder. Do i need to buy any converter in order to connected it? my LCD monitor does not support the yellow red and white socket. I already google it. they all says that i need to buy a S-video cord which is need to connect with my pc graphic card. So there is a way?&lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Technical Support</category>
            <pubDate>Mon, 14 Sep 2009 20:25:55 +0800</pubDate>
        </item>
        <item>
            <title>printer EPSON c59</title>
            <link>http://forum.lowyat.net/topic/651604</link>
            <description>Printing using epson c59 needs all 4 cartridges with ink inside it? can i print using only black cartridge? because, my cyan and magenta out of ink, then i just bought a new black cartridge, but when i want to print, the printer give me msg to replace the cartridge, when i explore the printer, there an option box which black only which is i try it, to buy all cartridge cost me about RM80 which is expensive enough to me as a student. anyone help me.&lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Technical Support</category>
            <pubDate>Fri, 14 Mar 2008 11:09:39 +0800</pubDate>
        </item>
        <item>
            <title>3g celcom broad problem</title>
            <link>http://forum.lowyat.net/topic/634826</link>
            <description>&lt;u&gt;Broadband provider&lt;/u&gt;&lt;br /&gt;ISP/package: Celcom 384kbps&lt;br /&gt;Location: Jln Sanpeng Kuala Lumpur&lt;br /&gt;Have you called your ISP&amp;#39;s helpline?: No&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Personal equipment&lt;/u&gt;&lt;br /&gt;Modem: 3g option vodafone&lt;br /&gt;Router: no&lt;br /&gt;Firewall used: windows firewall&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Problem details&lt;/u&gt;&lt;br /&gt;First occurence of problem: cannot connect to the internet because in the 3g connection properties said that modem removed, unavailable device&lt;br /&gt;Problem frequency: &lt;br /&gt;Problem description: i&amp;#39;m using option vodafone as a modem to connect to 3gcelcom broadband, i&amp;#39;m just finish up formatting my pc cause of virus, then i install my vodafone mobile connect software, after finish create profile etc, then the modem detect 3g connection available, so i connect it, but error return was error 797, when i check in the 3g network connection properties, its show me that the modem was removed, unavailable device, supposely, the network connection will attach with the vodafone 3g modem. how i want to solve this matters? help me. thank u very very much, for your information, i rapidly install, uninstall, install, uninstall, but still cannot works. &lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Networks and Broadband</category>
            <pubDate>Tue, 19 Feb 2008 22:21:21 +0800</pubDate>
        </item>
        <item>
            <title>celcom 3g</title>
            <link>http://forum.lowyat.net/topic/626904</link>
            <description>first of all, im not sure is it the right section i post this. so i apologize.&lt;br /&gt;i want to ask a question which is about the celcom 3g, actually is about more on networking, im using vodafone data card which is plug in the laptop, can i share the internet connection using LAN with other pc? and did any conflict occur because i&amp;#39;m using windows XP and other pc using windows vista ultimate?&lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Mobile Computing</category>
            <pubDate>Tue, 05 Feb 2008 23:49:44 +0800</pubDate>
        </item>
        <item>
            <title>login problem</title>
            <link>http://forum.lowyat.net/topic/459782</link>
            <description>check out my code:&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;function doLogin&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;	// if we found an error save the error message in this variable&lt;br /&gt;	&amp;#036;errorMessage = &amp;#39;&amp;#39;;&lt;br /&gt;	&lt;br /&gt;	&amp;#036;userName = &amp;#036;_POST&amp;#91;&amp;#39;txtUserName&amp;#39;&amp;#93;;&lt;br /&gt;	&amp;#036;password = &amp;#036;_POST&amp;#91;&amp;#39;txtPassword&amp;#39;&amp;#93;;&lt;br /&gt;	&lt;br /&gt;	// first, make sure the username &amp;amp; password are not empty&lt;br /&gt;	if &amp;#40;&amp;#036;userName == &amp;#39;&amp;#39;&amp;#41; {&lt;br /&gt; &amp;nbsp;&amp;#036;errorMessage = &amp;#39;You must enter your username&amp;#39;;&lt;br /&gt;	} else if &amp;#40;&amp;#036;password == &amp;#39;&amp;#39;&amp;#41; {&lt;br /&gt; &amp;nbsp;&amp;#036;errorMessage = &amp;#39;You must enter the password&amp;#39;;&lt;br /&gt;	} else {&lt;br /&gt; &amp;nbsp;// check the database and see if the username and password combo do match&lt;br /&gt; &amp;nbsp;&amp;#036;sql = &amp;#34;SELECT user_id&lt;br /&gt; &amp;nbsp;FROM tbl_user&lt;br /&gt; &amp;nbsp;WHERE user_name = &amp;#39;&amp;#036;userName&amp;#39;&lt;br /&gt; &amp;nbsp;AND user_password = &amp;#39;&amp;#036;password&amp;#39;&amp;#34;;&lt;br /&gt;&lt;br /&gt; &amp;nbsp;&amp;#036;result = dbQuery&amp;#40;&amp;#036;sql&amp;#41;;&lt;br /&gt;	&lt;br /&gt; &amp;nbsp;if &amp;#40;dbNumRows&amp;#40;&amp;#036;result&amp;#41; == 1&amp;#41; {&lt;br /&gt; &amp;nbsp;	&amp;#036;row = dbFetchAssoc&amp;#40;&amp;#036;result&amp;#41;;&lt;br /&gt; &amp;nbsp;	&amp;#036;_SESSION&amp;#91;&amp;#39;plaincart_user_id&amp;#39;&amp;#93; = &amp;#036;row&amp;#91;&amp;#39;user_id&amp;#39;&amp;#93;;&lt;br /&gt; &amp;nbsp;	&lt;br /&gt; &amp;nbsp;	// log the time when the user last login&lt;br /&gt; &amp;nbsp;	&amp;#036;sql = &amp;#34;UPDATE tbl_user &lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SET user_last_login = NOW&amp;#40;&amp;#41; &lt;br /&gt; &amp;nbsp; &amp;nbsp;	WHERE user_id = &amp;#39;{&amp;#036;row&amp;#91;&amp;#39;user_id&amp;#39;&amp;#93;}&amp;#39;&amp;#34;;&lt;br /&gt; &amp;nbsp;	dbQuery&amp;#40;&amp;#036;sql&amp;#41;;&lt;br /&gt;&lt;br /&gt; &amp;nbsp;	// now that the user is verified we move on to the next page&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// if the user had been in the admin pages before we move to&lt;br /&gt; &amp;nbsp;	// the last page visited&lt;br /&gt; &amp;nbsp;	if &amp;#40;isset&amp;#40;&amp;#036;_SESSION&amp;#91;&amp;#39;login_return_url&amp;#39;&amp;#93;&amp;#41;&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp;header&amp;#40;&amp;#39;Location&amp;#58; &amp;#39; . &amp;#036;_SESSION&amp;#91;&amp;#39;login_return_url&amp;#39;&amp;#93;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;exit;&lt;br /&gt; &amp;nbsp;	} else {&lt;br /&gt; &amp;nbsp; &amp;nbsp;header&amp;#40;&amp;#39;Location&amp;#58; index.php&amp;#39;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;exit;&lt;br /&gt; &amp;nbsp;	}&lt;br /&gt; &amp;nbsp;} else {&lt;br /&gt; &amp;nbsp;	&amp;#036;errorMessage = &amp;#39;Wrong username or password&amp;#39;;&lt;br /&gt; &amp;nbsp;} &amp;nbsp;&lt;br /&gt; &amp;nbsp;	&lt;br /&gt;	}&lt;br /&gt;	&lt;br /&gt;	return &amp;#036;errorMessage;&lt;br /&gt;}&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;before this i&amp;#39;m using foxserv, the login function run fines. after i install php, apache and mysql in separate way, the function above mulfunction. the username is admin and password also admin, but it show me your username or password is incorrect, i dont know why. anyone have any idea?</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Sun, 20 May 2007 14:52:42 +0800</pubDate>
        </item>
        <item>
            <title>PHP: upload image</title>
            <link>http://forum.lowyat.net/topic/450983</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;?php&lt;br /&gt;if &amp;#40;&amp;#33;defined&amp;#40;&amp;#39;WEB_ROOT&amp;#39;&amp;#41;&amp;#41; {&lt;br /&gt;	exit;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&amp;#036;catId = &amp;#40;isset&amp;#40;&amp;#036;_GET&amp;#91;&amp;#39;catId&amp;#39;&amp;#93;&amp;#41; &amp;amp;&amp;amp; &amp;#036;_GET&amp;#91;&amp;#39;catId&amp;#39;&amp;#93; &amp;#62; 0&amp;#41; ? &amp;#036;_GET&amp;#91;&amp;#39;catId&amp;#39;&amp;#93; &amp;#58; 0;&lt;br /&gt;&lt;br /&gt;&amp;#036;categoryList = buildCategoryOptions&amp;#40;&amp;#036;catId&amp;#41;;&lt;br /&gt;?&amp;#62; &lt;br /&gt;&amp;#60;p&amp;#62;&amp;amp;nbsp;&amp;#60;/p&amp;#62;&lt;br /&gt;&amp;#60;form action=&amp;#34;processProduct.php?action=addProduct&amp;#34; method=&amp;#34;post&amp;#34; enctype=&amp;#34;multipart/form-data&amp;#34; name=&amp;#34;frmAddProduct&amp;#34; id=&amp;#34;frmAddProduct&amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;table width=&amp;#34;100%&amp;#34; border=&amp;#34;0&amp;#34; align=&amp;#34;center&amp;#34; cellpadding=&amp;#34;5&amp;#34; cellspacing=&amp;#34;1&amp;#34; class=&amp;#34;entryTable&amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62;&amp;#60;td colspan=&amp;#34;2&amp;#34; id=&amp;#34;entryTableHeader&amp;#34;&amp;#62;Add Product&amp;#60;/td&amp;#62;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Category&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62; &amp;#60;select name=&amp;#34;cboCategory&amp;#34; id=&amp;#34;cboCategory&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;#60;option value=&amp;#34;&amp;#34; selected&amp;#62;-- Choose Category --&amp;#60;/option&amp;#62;&lt;br /&gt;&amp;#60;?php&lt;br /&gt;	echo &amp;#036;categoryList;&lt;br /&gt;?&amp;#62; &amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#60;/select&amp;#62;&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Product Name&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62; &amp;#60;input name=&amp;#34;txtName&amp;#34; type=&amp;#34;text&amp;#34; class=&amp;#34;box&amp;#34; id=&amp;#34;txtName&amp;#34; size=&amp;#34;50&amp;#34; maxlength=&amp;#34;100&amp;#34;&amp;#62;&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Description&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62; &amp;#60;textarea name=&amp;#34;mtxDescription&amp;#34; cols=&amp;#34;70&amp;#34; rows=&amp;#34;10&amp;#34; class=&amp;#34;box&amp;#34; id=&amp;#34;mtxDescription&amp;#34;&amp;#62;&amp;#60;/textarea&amp;#62;&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Price&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62;&amp;#60;input name=&amp;#34;txtPrice&amp;#34; type=&amp;#34;text&amp;#34; id=&amp;#34;txtPrice&amp;#34; size=&amp;#34;10&amp;#34; maxlength=&amp;#34;7&amp;#34; class=&amp;#34;box&amp;#34; onKeyUp=&amp;#34;checkNumber&amp;#40;this&amp;#41;;&amp;#34;&amp;#62; &amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Qty In Stock&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62;&amp;#60;input name=&amp;#34;txtQty&amp;#34; type=&amp;#34;text&amp;#34; id=&amp;#34;txtQty&amp;#34; size=&amp;#34;10&amp;#34; maxlength=&amp;#34;10&amp;#34; class=&amp;#34;box&amp;#34; onKeyUp=&amp;#34;checkNumber&amp;#40;this&amp;#41;;&amp;#34;&amp;#62; &amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;tr&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;#60;td width=&amp;#34;150&amp;#34; class=&amp;#34;label&amp;#34;&amp;#62;Image&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp; &amp;#60;td class=&amp;#34;content&amp;#34;&amp;#62; &amp;#60;input name=&amp;#34;fleImage&amp;#34; type=&amp;#34;file&amp;#34; id=&amp;#34;fleImage&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62; &lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#60;/td&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;#60;/tr&amp;#62;&lt;br /&gt; &amp;#60;/table&amp;#62;&lt;br /&gt; &amp;#60;p align=&amp;#34;center&amp;#34;&amp;#62; &lt;br /&gt; &amp;nbsp;&amp;#60;input name=&amp;#34;btnAddProduct&amp;#34; type=&amp;#34;button&amp;#34; id=&amp;#34;btnAddProduct&amp;#34; value=&amp;#34;Add Product&amp;#34; onClick=&amp;#34;checkAddProductForm&amp;#40;&amp;#41;;&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62;&lt;br /&gt; &amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;#60;input name=&amp;#34;btnCancel&amp;#34; type=&amp;#34;button&amp;#34; id=&amp;#34;btnCancel&amp;#34; value=&amp;#34;Cancel&amp;#34; onClick=&amp;#34;window.location.href=&amp;#39;index.php&amp;#39;;&amp;#34; class=&amp;#34;box&amp;#34;&amp;#62; &amp;nbsp;&lt;br /&gt; &amp;#60;/p&amp;#62;&lt;br /&gt;&amp;#60;/form&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;function addProduct&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#036;catId &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;#036;_POST&amp;#91;&amp;#39;cboCategory&amp;#39;&amp;#93;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#036;name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;= &amp;#036;_POST&amp;#91;&amp;#39;txtName&amp;#39;&amp;#93;;&lt;br /&gt;	&amp;#036;description = &amp;#036;_POST&amp;#91;&amp;#39;mtxDescription&amp;#39;&amp;#93;;&lt;br /&gt;	&amp;#036;price &amp;nbsp; &amp;nbsp; &amp;nbsp; = str_replace&amp;#40;&amp;#39;,&amp;#39;, &amp;#39;&amp;#39;, &amp;#40;double&amp;#41;&amp;#036;_POST&amp;#91;&amp;#39;txtPrice&amp;#39;&amp;#93;&amp;#41;;&lt;br /&gt;	&amp;#036;qty &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;#40;int&amp;#41;&amp;#036;_POST&amp;#91;&amp;#39;txtQty&amp;#39;&amp;#93;;&lt;br /&gt;	&amp;#036;images &amp;nbsp; &amp;nbsp; &amp;nbsp; = &amp;#036;_FILES&amp;#91;&amp;#39;fleImage&amp;#39;&amp;#93;;&lt;br /&gt;	&lt;br /&gt;	&amp;#036;images = uploadProductImage&amp;#40;&amp;#39;fleImage&amp;#39;, SRV_ROOT . &amp;#39;images/product/&amp;#39;&amp;#41;;&lt;br /&gt;&lt;br /&gt;	&amp;#036;mainImage = &amp;#036;images&amp;#91;&amp;#39;image&amp;#39;&amp;#93;;&lt;br /&gt;	&amp;#036;thumbnail = &amp;#036;images&amp;#91;&amp;#39;thumbnail&amp;#39;&amp;#93;;&lt;br /&gt;	&lt;br /&gt;	&amp;#036;sql &amp;nbsp; = &amp;#34;INSERT INTO tbl_product &amp;#40;cat_id, pd_name, pd_description, pd_price, pd_qty, pd_image, pd_thumbnail, pd_date&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; VALUES &amp;#40;&amp;#39;&amp;#036;catId&amp;#39;, &amp;#39;&amp;#036;name&amp;#39;, &amp;#39;&amp;#036;description&amp;#39;, &amp;#036;price, &amp;#036;qty, &amp;#39;&amp;#036;mainImage&amp;#39;, &amp;#39;&amp;#036;thumbnail&amp;#39;, NOW&amp;#40;&amp;#41;&amp;#41;&amp;#34;;&lt;br /&gt;&lt;br /&gt;	&amp;#036;result = dbQuery&amp;#40;&amp;#036;sql&amp;#41;;&lt;br /&gt;	&lt;br /&gt;	header&amp;#40;&amp;#34;Location&amp;#58; index.php?catId=&amp;#036;catId&amp;#34;&amp;#41;;	&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;	Upload an image and return the uploaded image name &lt;br /&gt;*/&lt;br /&gt;function uploadProductImage&amp;#40;&amp;#036;inputName, &amp;#036;uploadDir&amp;#41;&lt;br /&gt;{&lt;br /&gt;	&amp;#036;image &amp;nbsp; &amp;nbsp; = &amp;#036;_FILES&amp;#91;&amp;#036;inputName&amp;#93;;&lt;br /&gt;	&amp;#036;imagePath = &amp;#39;&amp;#39;;&lt;br /&gt;	&amp;#036;thumbnailPath = &amp;#39;&amp;#39;;&lt;br /&gt;	&lt;br /&gt;	// if a file is given&lt;br /&gt;	if &amp;#40;trim&amp;#40;&amp;#036;image&amp;#91;&amp;#39;tmp_name&amp;#39;&amp;#93;&amp;#41; &amp;#33;= &amp;#39;&amp;#39;&amp;#41; {&lt;br /&gt; &amp;nbsp;&amp;#036;ext = substr&amp;#40;strrchr&amp;#40;&amp;#036;image&amp;#91;&amp;#39;name&amp;#39;&amp;#93;, &amp;#34;.&amp;#34;&amp;#41;, 1&amp;#41;; //&amp;#036;extensions&amp;#91;&amp;#036;image&amp;#91;&amp;#39;type&amp;#39;&amp;#93;&amp;#93;;&lt;br /&gt;&lt;br /&gt; &amp;nbsp;// generate a random new file name to avoid name conflict&lt;br /&gt; &amp;nbsp;&amp;#036;imagePath = md5&amp;#40;rand&amp;#40;&amp;#41; * time&amp;#40;&amp;#41;&amp;#41; . &amp;#34;.&amp;#036;ext&amp;#34;;&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;list&amp;#40;&amp;#036;width, &amp;#036;height, &amp;#036;type, &amp;#036;attr&amp;#41; = getimagesize&amp;#40;&amp;#036;image&amp;#91;&amp;#39;tmp_name&amp;#39;&amp;#93;&amp;#41;; &lt;br /&gt;&lt;br /&gt; &amp;nbsp;// make sure the image width does not exceed the&lt;br /&gt; &amp;nbsp;// maximum allowed width&lt;br /&gt; &amp;nbsp;if &amp;#40;LIMIT_PRODUCT_WIDTH &amp;amp;&amp;amp; &amp;#036;width &amp;#62; MAX_PRODUCT_IMAGE_WIDTH&amp;#41; {&lt;br /&gt; &amp;nbsp;	&amp;#036;result &amp;nbsp; &amp;nbsp;= createThumbnail&amp;#40;&amp;#036;image&amp;#91;&amp;#39;tmp_name&amp;#39;&amp;#93;, &amp;#036;uploadDir . &amp;#036;imagePath, MAX_PRODUCT_IMAGE_WIDTH&amp;#41;;&lt;br /&gt; &amp;nbsp;	&amp;#036;imagePath = &amp;#036;result;&lt;br /&gt; &amp;nbsp;} else {&lt;br /&gt; &amp;nbsp;	&amp;#036;result = move_uploaded_file&amp;#40;&amp;#036;image&amp;#91;&amp;#39;tmp_name&amp;#39;&amp;#93;, &amp;#036;uploadDir . &amp;#036;imagePath&amp;#41;;&lt;br /&gt; &amp;nbsp;}	&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;if &amp;#40;&amp;#036;result&amp;#41; {&lt;br /&gt; &amp;nbsp;	// create thumbnail&lt;br /&gt; &amp;nbsp;	&amp;#036;thumbnailPath = &amp;nbsp;md5&amp;#40;rand&amp;#40;&amp;#41; * time&amp;#40;&amp;#41;&amp;#41; . &amp;#34;.&amp;#036;ext&amp;#34;;&lt;br /&gt; &amp;nbsp;	&amp;#036;result = createThumbnail&amp;#40;&amp;#036;uploadDir . &amp;#036;imagePath, &amp;#036;uploadDir . &amp;#036;thumbnailPath, THUMBNAIL_WIDTH&amp;#41;;&lt;br /&gt; &amp;nbsp;	&lt;br /&gt; &amp;nbsp;	// create thumbnail failed, delete the image&lt;br /&gt; &amp;nbsp;	if &amp;#40;&amp;#33;&amp;#036;result&amp;#41; {&lt;br /&gt; &amp;nbsp; &amp;nbsp;unlink&amp;#40;&amp;#036;uploadDir . &amp;#036;imagePath&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#036;imagePath = &amp;#036;thumbnailPath = &amp;#39;&amp;#39;;&lt;br /&gt; &amp;nbsp;	} else {&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#036;thumbnailPath = &amp;#036;result;&lt;br /&gt; &amp;nbsp;	}	&lt;br /&gt; &amp;nbsp;} else {&lt;br /&gt; &amp;nbsp;	// the product cannot be upload / resized&lt;br /&gt; &amp;nbsp;	&amp;#036;imagePath = &amp;#036;thumbnailPath = &amp;#39;&amp;#39;;&lt;br /&gt; &amp;nbsp;}&lt;br /&gt; &amp;nbsp;&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;	//return &amp;#036;imagePath;&lt;br /&gt;	return array&amp;#40;&amp;#39;image&amp;#39; =&amp;#62; &amp;#036;imagePath, &amp;#39;thumbnail&amp;#39; =&amp;#62; &amp;#036;thumbnailPath&amp;#41;;&lt;br /&gt;}&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;the code above run fines, the creation of thumbnail also ok, the storing part is not ok, i dont know why, hundreds time i check the codes and cannot find why. anyone have an idea.&lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Wed, 02 May 2007 20:40:35 +0800</pubDate>
        </item>
        <item>
            <title>Java Programming</title>
            <link>http://forum.lowyat.net/topic/429560</link>
            <description>My lecturer give me an assignment, the question is:&lt;br /&gt;&lt;br /&gt;A quantity known as the body mass index (BMI) is used to calculate the risk of the weight-related health problems. BMI is computed by the formula&lt;br /&gt;&lt;br /&gt;BMI = w/(h/100.0) power of two&lt;br /&gt;&lt;br /&gt;where w is height in kilograms and h is height in centimeters. A BMI of about 20 to 25 is considered &amp;quot;normal&amp;quot;. Write an application that accepts weight and height (both integers) and outputs the BMI. use System.in for input and System.out for output.&lt;br /&gt;&lt;br /&gt;the question is simple, but my lecturer want the program have a three element, correctness, robustness and flexibility.&lt;br /&gt;&lt;br /&gt;i have no problems with correctness and flexibility, but i have a problem with robustness, which is i don&amp;#39;t know how to validate user input. refer to the question above, w and h need to be input in integer data type, how about user input string or double data type? how to validate it? how the codes? &lt;br /&gt;&lt;br /&gt;really2 appreciate for your reply&lt;br /&gt;&lt;br /&gt;thanks in advance</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Tue, 20 Mar 2007 14:55:27 +0800</pubDate>
        </item>
        <item>
            <title>External Protable Hard Disk Broken</title>
            <link>http://forum.lowyat.net/topic/423623</link>
            <description>i just slip out my external protable hard disk from my hand and hit the floor, when i connect it to the computer, the computer cannot detect it, and i think, my hdd already broken, but there are more important data inside it, is there anyway to get back my data? can i repair my external protable hard disk? &lt;br /&gt;&lt;br /&gt;[thanks in advance]</description>
            <author>pcb</author>
            <category>Technical Support</category>
            <pubDate>Thu, 08 Mar 2007 15:55:19 +0800</pubDate>
        </item>
        <item>
            <title>Pentium 3 Personal Computer Problem</title>
            <link>http://forum.lowyat.net/topic/423095</link>
            <description>As mention above, either my monitor port have a problem or motherboard. i have check the power supply and its ok, and monitor also ok, so either monitor port or motherboard. can i repair the monitor port or need to buy a new p3 motherboard? i&amp;#39;m using internal graphic. and if i have to buy a new p3 motherboard, what should you prefer? give a suggestions. and how about the price nowadays?&lt;br /&gt;&lt;br /&gt;thanks in advance.</description>
            <author>pcb</author>
            <category>Technical Support</category>
            <pubDate>Wed, 07 Mar 2007 15:18:43 +0800</pubDate>
        </item>
        <item>
            <title>DoTA v.138b AI Problem</title>
            <link>http://forum.lowyat.net/topic/402614</link>
            <description>I have a problem with this map, when i play in alone, there is no problem occured, but when i play LAN with my friends, when one of my friends get kill, they will disconnect. i dont know why. help me to solve this problem. thanks in advance</description>
            <author>pcb</author>
            <category>DOTA 2</category>
            <pubDate>Tue, 23 Jan 2007 13:02:17 +0800</pubDate>
        </item>
        <item>
            <title>Warcraft 3: Problem With Lan Game</title>
            <link>http://forum.lowyat.net/topic/387109</link>
            <description>i have a problem with my lan game only for warcraft 3, when i create game or my friends create a game, the game is not showed in my laptop, i dont know why, either with my OS the game itself. im using windows XP home edition, and my friends use windows XP professional edition. i have no idea what is goin on. but when we play counter strike or others using lan game, no problem appears. so can u help me to solve this problem? thanks in advace</description>
            <author>pcb</author>
            <category>Gamers Hideout</category>
            <pubDate>Sun, 24 Dec 2006 23:32:00 +0800</pubDate>
        </item>
        <item>
            <title>Laptop Model Prestigio Casing</title>
            <link>http://forum.lowyat.net/topic/351800</link>
            <description>Need Help Here.. I have a laptop model prestigio.. i have bought it 4 years ago.. i love my laptop very much.. help me a lot... but.. now.. my laptop condition is critical.. the casing is crack... so is there in lowyat plaza have a services of changing laptop prestigio casing? .. and how much it cost? &lt;br /&gt;&lt;br /&gt;Reply Me..&lt;br /&gt;Thanks In Advance</description>
            <author>pcb</author>
            <category>Mobile Computing</category>
            <pubDate>Tue, 10 Oct 2006 12:23:20 +0800</pubDate>
        </item>
        <item>
            <title>PHP Simple Codes&amp;#33; Help&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/350045</link>
            <description>&amp;lt;?php&lt;br /&gt;&amp;#036;username = &amp;#036;_POST[&amp;quot;username&amp;quot;];&lt;br /&gt;&amp;#036;password = &amp;#036;_POST[&amp;quot;password&amp;quot;];&lt;br /&gt;&amp;#036;login  = &amp;#036;_POST[&amp;quot;login&amp;quot;];&lt;br /&gt;&amp;#036;cancel = &amp;#036;_POST[&amp;quot;cancel&amp;quot;];&lt;br /&gt;if(&amp;#036;login == &amp;quot;Login&amp;quot;)&lt;br /&gt;{&lt;br /&gt;	if((&amp;#036;username == &amp;quot;admin&amp;quot;) &amp;amp;&amp;amp; (&amp;#036;password == &amp;quot;biodiversity&amp;quot;))&lt;br /&gt;	{&lt;br /&gt;		?&amp;gt;&amp;lt;form action=&amp;quot;LoginAdmin.php&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;?&lt;br /&gt;	}&lt;br /&gt;	else&lt;br /&gt;	print (&amp;quot;&amp;lt;strong&amp;gt; Incorrect Password or username&amp;lt;/strong&amp;gt;&amp;quot;);&lt;br /&gt;}&lt;br /&gt;else if(&amp;#036;cancel == &amp;quot;cancel&amp;quot;)&lt;br /&gt;	echo &amp;#39;&amp;lt;a href=&amp;quot;BioDInfo_Mainframe.htm&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;#39;;&lt;br /&gt;?&amp;gt;	&lt;br /&gt;&lt;br /&gt;the above codes is for admin to login... but not connect to any database.. the username and password is already define.. but... how to direct to the next form? above.. i&amp;#39;m using form action.. but cannot.. and echo one also cannot.. can anyone help me.. show me the syntax pls..</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Fri, 06 Oct 2006 10:39:42 +0800</pubDate>
        </item>
        <item>
            <title>MySql Edit &amp;#33;</title>
            <link>http://forum.lowyat.net/topic/349491</link>
            <description>how to add column in a table and set the primary key? the table is already exists and a lot of data have entered... can i add the column?? Help Me.. Im Stuck here...</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Thu, 05 Oct 2006 10:23:17 +0800</pubDate>
        </item>
        <item>
            <title>Newbie need help</title>
            <link>http://forum.lowyat.net/topic/348609</link>
            <description>table species:&lt;br /&gt;id_species = 001001001 (primary key)&lt;br /&gt;species_name = cat&lt;br /&gt;&lt;br /&gt;table nickname:&lt;br /&gt;nick_id(primary key) = 1, id_species(foreign key) = 001001001, nickname= black&lt;br /&gt;nick_id(primary key) = 2, id_species(foreign key) = 001001001, nickname= white&lt;br /&gt;nick_id(primary key) = 3, id_species(foreign key) = 001001001, nickname= yellow&lt;br /&gt;nick_id(primary key) = 4, id_species(foreign key) = 001001001, nickname= cute&lt;br /&gt;&lt;br /&gt;did my database is correct?? .. to have a foreign key.. did any specific command need to use? (mysql/php)&lt;br /&gt;&lt;br /&gt;Help Me please... &lt;br /&gt;Thanks in advance</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Tue, 03 Oct 2006 11:42:28 +0800</pubDate>
        </item>
        <item>
            <title>How To Hack The Intranet</title>
            <link>http://forum.lowyat.net/topic/345249</link>
            <description>Hai everybody.. i know my question is illegal.. but this is my first question from lecturer.. my subject is networking.. we learn how to prevent hackers.. but before we learn how to prevent.. we have to know how the working.. so my lectures question is she giving a situation like this... You are in one organization.. in that organization.. they have one server with ip 10.21.0.0, in that server.. there is a folder called HackThisFolder .. so from my computer.. with ip 10.21.0.1 access that server and Copy the HackThisFolder folder to your computer... herm.. my lecturer need me to search the way.. anyone can help me.. if it illegal... can u give me the link that can help me... thanks in advance</description>
            <author>pcb</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 25 Sep 2006 14:20:28 +0800</pubDate>
        </item>
        <item>
            <title>Foxserv and localhost&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/345214</link>
            <description>Why my browser cannot display an image... i&amp;#39;m using dreamweaver.. so i insert a pictures.. but when i preview it in my browser.. internet explorer.. the pictures cannot be  displayed.. same as mozilla firefox.. is it because of my browser or Foxserv i&amp;#39;m using??.. help me ... thanks in advance</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Mon, 25 Sep 2006 13:06:38 +0800</pubDate>
        </item>
        <item>
            <title>wireless and cable networking</title>
            <link>http://forum.lowyat.net/topic/339071</link>
            <description>Hii All.. help me please...&lt;br /&gt;my problem is.. i&amp;#39;m in my office.. there is 3 pcs and 3 laptops.. and 3 hubs for 3 pcs.. so.. my laptop just use a wireless.. the 3pcs has a workgroup named bangivalley .. i want to access the 3 pcs from my laptop.. but cannot see the 3 pcs... did wireless network can access the cable network?... help me.. how to setup so that i can access the 3pcs using wireless in my laptop... thanks in advance&lt;br /&gt;&lt;br /&gt;anyone&amp;#33;&amp;#33; please reply me... i need help here</description>
            <author>pcb</author>
            <category>Networks and Broadband</category>
            <pubDate>Mon, 11 Sep 2006 15:03:14 +0800</pubDate>
        </item>
        <item>
            <title>PHP/MYSQL master needed&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/337758</link>
            <description>help me.. i still got a same problem since last week.. huhu.. help me.. the problem is look simple.. but still not works&lt;br /&gt;&lt;br /&gt;&amp;#036;result = mysql_query(&amp;quot;SELECT *  FROM `BIODIVERSITY`.`common_name` WHERE `ID_Species` = &amp;#39;&amp;#036;id_species&amp;#39; &amp;quot;);	&lt;br /&gt;				while(&amp;#036;getData=mysql_fetch_array(&amp;#036;result))&lt;br /&gt;					{&lt;br /&gt;					&amp;#036;common = &amp;#036;getData[&amp;quot;Common&amp;quot;];&lt;br /&gt;					&lt;br /&gt;					?&amp;gt;&lt;br /&gt;        &amp;lt;? echo &amp;#39;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;NewCommon[&amp;#39;.i.&amp;#39;]&amp;quot; size=&amp;quot;30&amp;quot; /&amp;gt;&amp;#39;;&lt;br /&gt;		&amp;#036;i++;&lt;br /&gt;						}&lt;br /&gt;&lt;br /&gt;the codes show above is the code that provide user a textbox that are equal to the number of existing data.. if have 2 data.. then. 2 textbox will appear.. is it NewCommon[&amp;#39;.i.&amp;#39;] is the correct way to store data in an array? then.. after i click button.. the data will be post to the CommonProcess.php and the codes is:&lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;&amp;#036;ArrCommon = &amp;#036;_POST[&amp;quot;NewCommon&amp;quot;];&lt;br /&gt;&amp;#036;id_species = &amp;#036;_POST[&amp;quot;ID_Species&amp;quot;];&lt;br /&gt;&lt;br /&gt;print &amp;#036;id_species;&lt;br /&gt;foreach (&amp;#036;ArrCommon as &amp;#036;value)&lt;br /&gt;{&lt;br /&gt;&amp;#036;query = &amp;quot;UPDATE `BIODIVERSITY`.`common_name` SET `Common` = &amp;#39;&amp;#036;value&amp;#39; WHERE `ID_Species` = &amp;#39;&amp;#036;id_species&amp;#39;&amp;quot;;&lt;br /&gt;mysql_query(&amp;#036;query);&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;so.. this file is the file to process all the new data to update.. the problem accoure.. the output is wrong.. for the example if i entered 2 input.. first amir... second acai.. when update.. the data stored just store the last input ive entered.. which is acai..why is that? help me please...thanks in advance</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Fri, 08 Sep 2006 10:53:03 +0800</pubDate>
        </item>
        <item>
            <title>PHP/Mysql .. Array and looping .. help me please&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/337315</link>
            <description>Help me... i have a problem in POST an array... the code is : &lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;function updatecommon(&amp;#036;id_species)&lt;br /&gt;  {&lt;br /&gt;  ?&amp;gt;&lt;br /&gt;&amp;lt;form action=&amp;quot;CommonProcess.php&amp;quot; method=&amp;quot;post&amp;quot;&amp;gt;&lt;br /&gt;      &amp;lt;td&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;style1&amp;quot;&amp;gt;BELOW ARE/IS THE EXISTING DATA &lt;br /&gt;        &amp;lt;?&lt;br /&gt; 			 &amp;#036;result1 = mysql_query(&amp;quot;SELECT *  FROM `BIODIVERSITY`.`common_name` WHERE `ID_Species` = &amp;#39;&amp;#036;id_species&amp;#39; &amp;quot;);	&lt;br /&gt;				while(&amp;#036;getData=mysql_fetch_array(&amp;#036;result1))&lt;br /&gt;					{&lt;br /&gt;					&amp;#036;common = &amp;#036;getData[&amp;quot;Common&amp;quot;];&lt;br /&gt;					print (&amp;quot;  &amp;#036;common, &amp;#092;n&amp;quot;);&lt;br /&gt;						}&lt;br /&gt;						print(&amp;quot;&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt; 			?&amp;gt;&lt;br /&gt;      &amp;lt;td height=&amp;quot;71&amp;quot;&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot; class=&amp;quot;style1&amp;quot;&amp;gt;PLEASE ENTER THE NEW DATA IN THE SPACE BELOW &amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;?&lt;br /&gt;      &amp;#036;i = 0;&lt;br /&gt; 			 &amp;#036;result2 = mysql_query(&amp;quot;SELECT *  FROM `BIODIVERSITY`.`common_name` WHERE `ID_Species` = &amp;#39;&amp;#036;id_species&amp;#39; &amp;quot;);	&lt;br /&gt;				while(&amp;#036;getData=mysql_fetch_array(&amp;#036;result2))&lt;br /&gt;					{&lt;br /&gt;					&amp;#036;common = &amp;#036;getData[&amp;quot;Common&amp;quot;];&lt;br /&gt;					&lt;br /&gt;					?&amp;gt;&lt;br /&gt;        &amp;lt;? echo &amp;#39;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;NewCommon[&amp;#39;.i.&amp;#39;]&amp;quot; size=&amp;quot;30&amp;quot; /&amp;gt;&amp;#39;;&lt;br /&gt;		&amp;#036;i++;&lt;br /&gt;						}&lt;br /&gt;						print(&amp;quot;&amp;lt;BR&amp;gt;&amp;quot;);&lt;br /&gt;&lt;br /&gt; 			?&amp;gt;&lt;br /&gt;      &amp;lt;td height=&amp;quot;99&amp;quot;&amp;gt;&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;	  &amp;lt;input type = &amp;quot;hidden&amp;quot; name = &amp;quot;ID_Species&amp;quot; value=&amp;quot;&amp;lt;? echo &amp;#036;id_species ?&amp;gt;&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;updateCommon&amp;quot; value=&amp;quot;Update Common&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;?&lt;br /&gt;	}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#036;result1 is to retrieve data.. to show existing data.. result2 is to provide a textbox equal to the number of existing data.. so.. in the result2 the syntax ::  echo &amp;#39;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;NewCommon[&amp;#39;.i.&amp;#39;]&amp;quot; size=&amp;quot;30&amp;quot; /&amp;gt;&amp;#39;;&lt;br /&gt;		&amp;#036;i++; :: is it true NewCommon[&amp;#39;.i.&amp;#39;] is a syntax of array... then.. after user click updateCommon button .. all the data will post to the CommonProcess.php&lt;br /&gt;&lt;br /&gt;CommonProcess.php the code is ::&lt;br /&gt;&lt;br /&gt;&amp;lt;?php&lt;br /&gt;&amp;#036;ArrCommon[] = &amp;#036;_POST[&amp;quot;NewCommon&amp;quot;];&lt;br /&gt;&amp;#036;id_species = &amp;#036;HTTP_POST_VARS[&amp;quot;ID_Species&amp;quot;];&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;foreach (&amp;#036;ArrCommon as &amp;#036;value)&lt;br /&gt;{&lt;br /&gt;&amp;#036;query = &amp;quot;UPDATE `BIODIVERSITY`.`common_name` SET `Common` = &amp;#39;&amp;#036;value&amp;#39; WHERE `ID_Species` = &amp;#39;&amp;#036;id_species&amp;#39;&amp;quot;;&lt;br /&gt;mysql_query(&amp;#036;query);&lt;br /&gt;}&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;so.. i dont know how to declare an array is true &amp;#036;ArrCommon[] = &amp;#036;_POST[&amp;quot;NewCommon&amp;quot;]; is the syntax?? help me please.. &lt;br /&gt;&lt;br /&gt;thanks for advance  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:help:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/icon_question.gif' border='0' style='vertical-align:middle' alt='icon_question.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt; &lt;br /&gt;</description>
            <author>pcb</author>
            <category>Codemasters</category>
            <pubDate>Thu, 07 Sep 2006 12:58:36 +0800</pubDate>
        </item>
    </channel>
</rss>
