<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by tpk1031</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 12 Jun 2026 09:06:41 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>mipad unable to open Google app store</title>
            <link>http://forum.lowyat.net/topic/3743825</link>
            <description>Just bought Mipad, appreciate Someone can guide how open Google app store. It keeps crash when I open it. Thanks in advance</description>
            <author>tpk1031</author>
            <category>Software</category>
            <pubDate>Wed, 14 Oct 2015 19:13:35 +0800</pubDate>
        </item>
        <item>
            <title>Prepaid SIM + 3G</title>
            <link>http://forum.lowyat.net/topic/2629886</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;i have been using my maxis prepaid with the same number for 12 years. but recently, i was in outstation and overlooked the expiry date of my prepaid sim card (Maxis) and now end up its expired, RM 90 burnt.&lt;br /&gt;&lt;br /&gt;so, i went to maxis service centre, the staff told me that a request will be posted to HQ for approval of using back the same number. if approved, must go back Maxis Centre to register as post paid (minimum plan : RM20) for compulsory 6 months (total RM120), then after that only able to convert back to prepaid.&lt;br /&gt;&lt;br /&gt;i&amp;#39;m shocked and extremely disappointed with such an solution. it&amp;#39;s leading me to go for any other providers and give up my &amp;quot;long service&amp;quot; number&lt;br /&gt;&lt;br /&gt;any advice on the best and valuable provider so far?? i&amp;#39;m always travel around penang,KL and based in singapore. &lt;br /&gt;&lt;br /&gt; thanks in advance for any advice..  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>tpk1031</author>
            <category>Networks and Broadband</category>
            <pubDate>Sun, 16 Dec 2012 10:26:51 +0800</pubDate>
        </item>
        <item>
            <title>Sony Vegas Pro 11 x64</title>
            <link>http://forum.lowyat.net/topic/2629876</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;any expert can advise me how to improve the rendering time?? currently, i spent 5 hours just for 30 minutes video on a HD720 wmv&lt;br /&gt;&lt;br /&gt;my spec is i7 2.28ghz, 8gb ram 100GB HDD space  2gb ATI&lt;br /&gt;&lt;br /&gt;i googled and found that about FileIOSurrogate x86, using CFF explorer to improve the speed. but it&amp;#39;s already allow 2gb above. but when i check the task manager service, the sony vegas will crash when hit 2gb+. is there anyway to imrpove this??..&lt;br /&gt;&lt;br /&gt;even i&amp;#39;m running vegas in x64... but i dont feel the speed..as the fileIOSurrogate still in x86&lt;br /&gt;&lt;br /&gt;thanks in advance for any advice..  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>tpk1031</author>
            <category>Multimedia</category>
            <pubDate>Sun, 16 Dec 2012 10:15:04 +0800</pubDate>
        </item>
        <item>
            <title>unable to install nvidia driver</title>
            <link>http://forum.lowyat.net/topic/2259792</link>
            <description>i&amp;#39;m using fujitsu L1010 with nvidia 9300m GS. i haven trying so hard to install the latest NVIDIA driver 295.73 but to no vail, can any master please assist?&lt;br /&gt;&lt;br /&gt;i cant install the driver thru the NVIDIA official download site&lt;br /&gt;&lt;br /&gt;i have went to &lt;a href='http://blog.komeil.com/2010/04/nvidia-driver-windows-7-notebook-laptop.html' target='_blank'&gt;Nforce download page&lt;/a&gt; to download the modded inf but still failed. only able to update up to 260.99 thru this site. those version after this all failed...&lt;br /&gt;&lt;br /&gt;i will be much appreciate for any guidance and assistance. thank you&lt;br /&gt;</description>
            <author>tpk1031</author>
            <category>Software</category>
            <pubDate>Sat, 10 Mar 2012 08:35:13 +0800</pubDate>
        </item>
        <item>
            <title>[PHP] stored procedure</title>
            <link>http://forum.lowyat.net/topic/1353046</link>
            <description>Hi experts,&lt;br /&gt;&lt;br /&gt;i have created my stored procedure in MySQL&lt;br /&gt;&lt;br /&gt;DELIMITER //&lt;br /&gt;CREATE PROCEDURE test2.GetOption(IN optType Varchar(40), OUT value varchar(40), OUT description varchar(40))&lt;br /&gt;BEGIN &lt;br /&gt;  SELECT value, description FROM options WHERE type=opttype ORDER BY OrderNo ;&lt;br /&gt;END&lt;br /&gt;&lt;br /&gt;// &lt;br /&gt;DELIMITER ;&lt;br /&gt;&lt;br /&gt;when i executed it in PHP&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;error : Commands out of sync; you can&amp;#39;t run this command now&lt;br /&gt;error : mysql_fetch_row() expects parameter 1 to be resource, boolean given in &amp;lt;..... error line number&amp;gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;my connection :&lt;br /&gt;&lt;br /&gt; &amp;lt;?php&lt;br /&gt;&amp;#036;hostname = &amp;quot;localhost&amp;quot;;&lt;br /&gt;&amp;#036;database = &amp;quot;test2&amp;quot;;&lt;br /&gt;&amp;#036;username = &amp;quot;root&amp;quot;;&lt;br /&gt;&amp;#036;password = &amp;quot;&amp;quot;;&lt;br /&gt;//65536&lt;br /&gt;&amp;#036;eleave = mysql_connect(&amp;#036;hostname, &amp;#036;username, &amp;#036;password,TRUE, 131074 ) or trigger_error(mysql_error(),E_USER_ERROR); &lt;br /&gt;mysql_select_db(&amp;#036;database);&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;execution script :&lt;br /&gt;&lt;br /&gt; &amp;lt;?php&lt;br /&gt;         &lt;br /&gt;	  mysql_query(&amp;quot;CALL GetOption(&amp;#39;leavesession&amp;#39;,@value, @description);&amp;quot;); &lt;br /&gt;		 &lt;br /&gt;	  &amp;#036;result = mysql_query(&amp;quot;SELECT @value , @description;&amp;quot;);		  &lt;br /&gt;		  		  &lt;br /&gt;          while(&amp;#036;row = mysql_fetch_row(&amp;#036;result)) &amp;lt;------------------------- error line&lt;br /&gt;          {&lt;br /&gt;           echo &amp;#036;row[0];&lt;br /&gt;          }&lt;br /&gt;&lt;br /&gt;  ?&amp;gt;&lt;br /&gt;&lt;br /&gt;please advice...thanks...</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Fri, 12 Mar 2010 00:03:05 +0800</pubDate>
        </item>
        <item>
            <title>NIN Live @ Singapore Fort Canning Park</title>
            <link>http://forum.lowyat.net/topic/981609</link>
            <description>&lt;img src='http://i8.photobucket.com/albums/a39/tpk1031/NINEventpage.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://i8.photobucket.com/albums/a39/tpk1031/NINtix.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;Event:&lt;br /&gt;Nine Inch Nails - Live in Singapore&lt;br /&gt;&lt;br /&gt;Date/Time:&lt;br /&gt;10 August 2009 (8.00pm)&lt;br /&gt;&lt;br /&gt;Event Type:&lt;br /&gt;Concert&lt;br /&gt;&lt;br /&gt;Duration:&lt;br /&gt;90mins&lt;br /&gt;&lt;br /&gt;Interval:&lt;br /&gt;N.A.&lt;br /&gt;&lt;br /&gt;Promoter:&lt;br /&gt;LAMC Productions Pte Ltd&lt;br /&gt;&lt;br /&gt;Venue:&lt;br /&gt;Fort Canning Park&lt;br /&gt;&lt;br /&gt;Ticket Price:&lt;br /&gt;Limited Pre-Sale Tickets&lt;br /&gt;with Priority Entry: &amp;#036;79&lt;br /&gt;Standard Price: &amp;#036;99&lt;br /&gt;Day of Show: &amp;#036;119&lt;br /&gt;(Additional 7% GST and &amp;#036;2 Booking Fee applies)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;“The Industrial Rock Godfather” is coming to Singapore&amp;#33; LAMC Productions is thrilled to announce that legendary Grammy winning industrial rock group Nine Inch Nails will perform “LIVE” in Singapore for one night only&amp;#33;&lt;br /&gt;&lt;br /&gt;Trent Reznor officially confirmed that Nine Inch Nails are set to tour the globe in 2009 for one last time before going on hiatus indefinitely. “In NIN world, 2009 marks the 20th anniversary of our first releases. I’ve been thinking for some time now, it’s time to make NIN disappear for a while.”&lt;br /&gt;&lt;br /&gt;Nine Inch Nails come to Singapore hot off a headlining slot on the Sonisphere Festival in Knebworth, England.&lt;br /&gt;&lt;br /&gt;Trent Reznor is the multi-instrumentalist, vocalist and creative driving force of Nine Inch Nails. Spin magazine described Reznor as &amp;quot;the most vital artist in music.&amp;quot; In 1997, Time magazine named Trent Reznor as one of the most influential Americans of that year. Rolling Stone picked Reznor as one of the 100 people who are &amp;quot;Reinventing America&amp;quot;. Reznor placed 46 out of the 100, with President Barrack Obama in first. In 2004, Rolling Stone ranked Nine Inch Nails at #94 on its list of the 100 greatest artists of all time.&lt;br /&gt;&lt;br /&gt;Over the course of the past two decades, Trent Reznor has started his own label - The Null Corporation, stolen the show at both Lollapalooza and Woodstock &amp;#39;94, produced/exec-produced three albums for Marilyn Manson and soundtracks for David Lynch’s &amp;quot;Lost Highway&amp;quot; and Oliver Stone’s &amp;quot;Natural Born Killers&amp;quot;, released a slew of singles and the home video (Closure), and created music for the CD-ROM game, &amp;quot;Quake.&amp;quot;&lt;br /&gt;&lt;br /&gt;Meanwhile, “Pretty Hate Machine” has gone triple-platinum, topped SoundScan&amp;#39;s pop catalog chart, and was named in apostrophe to Rolling Stone&amp;#39;s &amp;quot;200 Albums Essential to any Rock Collection&amp;quot;. The Grammy-winning “Broken” went platinum as well, while “The Downward Spiral” actually topped them both, debuting at #2 on SoundScan&amp;#39;s Top 200, and selling more than 5 million copies worldwide. The latter was also named one of Rolling Stone&amp;#39;s &amp;quot;Essential Recordings of the &amp;#39;90&amp;#39;s&amp;quot; and one of Spin&amp;#39;s &amp;quot;Greatest Albums of the &amp;#39;90&amp;#39;s.&amp;quot;&lt;br /&gt;&lt;br /&gt;Nine Inch Nails will perform at Fort Canning Park on Monday, 10th August 2009. Don’t pass on this opportunity to experience Nine Inch Nails “LIVE” for the very first time in Singapore&amp;#33;</description>
            <author>tpk1031</author>
            <category>Movies &amp;amp; Music</category>
            <pubDate>Mon, 30 Mar 2009 18:27:07 +0800</pubDate>
        </item>
        <item>
            <title>ASP</title>
            <link>http://forum.lowyat.net/topic/923267</link>
            <description>Hi all, as i know ASP.net use application and session state.. how about ASP, the most common is the session(&amp;quot;&amp;quot;) but only applicable for per browser basis (diff ASPsessionID). is it possible all browser using the same ASP session ID</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Mon, 02 Feb 2009 18:12:43 +0800</pubDate>
        </item>
        <item>
            <title>Ipod Classic 80gb</title>
            <link>http://forum.lowyat.net/topic/673584</link>
            <description>guys, &lt;br /&gt;&lt;br /&gt;my itunes(v7.6.2.9)  hit this error when connect my ipod to PC&lt;br /&gt;&lt;br /&gt;&amp;quot;itunes has detected an ipod in recovery mode. you must restore this ipod before it can be used with itunes.&amp;quot;&lt;br /&gt;&lt;br /&gt;how to fix this without restore my ipod. i did press reset on my ipod yet still the same.&lt;br /&gt;&lt;br /&gt;please advice. thanks.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>tpk1031</author>
            <category>Apple Byte</category>
            <pubDate>Mon, 14 Apr 2008 12:56:12 +0800</pubDate>
        </item>
        <item>
            <title>ASP Version comparison</title>
            <link>http://forum.lowyat.net/topic/639380</link>
            <description>i only found this in wiki, any other articles able to describe the difference? &lt;br /&gt;# ASP version 1.0 (distributed with IIS 3.0) in December 1996&lt;br /&gt;# ASP version 2.0 (distributed with IIS 4.0) in September 1997&lt;br /&gt;# ASP version 3.0 (distributed with IIS 5.0) in November 2000&lt;br /&gt;&lt;br /&gt;please help. thanks in advance.&lt;br /&gt;&lt;br /&gt;[addedon]February 26, 2008, 10:36 am[/addedon]Ok. I got it from other site finally. Tks.&lt;br /&gt;May close the thread... Tks.</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Tue, 26 Feb 2008 10:22:28 +0800</pubDate>
        </item>
        <item>
            <title>Flash Tower Defense</title>
            <link>http://forum.lowyat.net/topic/416628</link>
            <description>just to share with u guys...&lt;br /&gt;enjoy this game...&lt;br /&gt;&lt;br /&gt;&lt;a href='http://novelconcepts.co.uk/FlashElementTD/FlashElementTD.swf' target='_blank'&gt;Tower Defense&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://i8.photobucket.com/albums/a39/tpk1031/tower1.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>tpk1031</author>
            <category>Gamers Hideout</category>
            <pubDate>Thu, 22 Feb 2007 17:09:37 +0800</pubDate>
        </item>
        <item>
            <title>Invalid access to memory location</title>
            <link>http://forum.lowyat.net/topic/398590</link>
            <description>guys...any idea? i did window update already yet still the same.&lt;br /&gt;&lt;br /&gt;thanx in advance&lt;br /&gt;&lt;br /&gt;&lt;img src='http://i8.photobucket.com/albums/a39/tpk1031/invalidaccess.jpg' border='0' alt='user posted image' /&gt;</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Tue, 16 Jan 2007 10:01:17 +0800</pubDate>
        </item>
        <item>
            <title>how to play Animal Crossing with streamyx</title>
            <link>http://forum.lowyat.net/topic/323276</link>
            <description>guys...pls guide me how to play animal crossing using Dlink Airplus G+ wireless router..&lt;br /&gt;&lt;br /&gt;with the service of streamyx...&lt;br /&gt;&lt;br /&gt;thanx in adance</description>
            <author>tpk1031</author>
            <category>Nintendo</category>
            <pubDate>Sun, 06 Aug 2006 10:07:06 +0800</pubDate>
        </item>
        <item>
            <title>ASP email</title>
            <link>http://forum.lowyat.net/topic/306783</link>
            <description>guys..&lt;br /&gt;&lt;br /&gt;i&amp;#39;m tryin to create a asp page which allow to send the email content with chinese and japanese character..&lt;br /&gt;&lt;br /&gt;i have a text area to key in the body content...&lt;br /&gt;&lt;br /&gt;but when the email sent...&lt;br /&gt;&lt;br /&gt;the email content words is ???????? or even some &amp;quot;garbage&amp;quot;&lt;br /&gt;&lt;br /&gt;i tried google...read something about HTML server encode.. but it only get the unicode.... but how to revert it into real chinese character...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;anyone pls guide.....thanx in advance....&lt;br /&gt;&lt;br /&gt;P/S: east asian language support installed, input is by XP chinese PRC</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Tue, 27 Jun 2006 21:57:58 +0800</pubDate>
        </item>
        <item>
            <title>SQL syntax problem</title>
            <link>http://forum.lowyat.net/topic/281558</link>
            <description>guys.i&amp;#39;m facing this problem..&lt;br /&gt;&lt;br /&gt;i upsize my access to MS SQL SERVER 2000&lt;br /&gt;&lt;br /&gt;when use select * in access ..it is ok.. all data can be displayed&lt;br /&gt;&lt;br /&gt;but after i upsize to MS SQL SERVER 2000&lt;br /&gt;&lt;br /&gt;this syntax return empty data...why?&lt;br /&gt;&lt;br /&gt;for example... i have field : a,b,c,d,e,f in table : &amp;lt;mytable&amp;gt;&lt;br /&gt;&lt;br /&gt;in access i use : &amp;quot;select * from mytable&amp;quot;&lt;br /&gt;&lt;br /&gt;in MS SQL SERVER 2000 i have to use: &amp;quot;select a,b,c,d,e,f from mytable&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;pls guide...&lt;br /&gt;&lt;br /&gt;thanx in advance</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Thu, 27 Apr 2006 11:43:26 +0800</pubDate>
        </item>
        <item>
            <title>Date Mask validation (javascript)</title>
            <link>http://forum.lowyat.net/topic/281525</link>
            <description>function jm_datemask(t)&lt;br /&gt;{var donepatt = /^(&amp;#092;d{2})&amp;#092;/(&amp;#092;d{2})&amp;#092;/(&amp;#092;d{4})&amp;#036;/;&lt;br /&gt;var patt = /(&amp;#092;d{2}).*(&amp;#092;d{2}).*(&amp;#092;d{4})/;&lt;br /&gt;var str = t.value;&lt;br /&gt;if (&amp;#33;str.match(donepatt))&lt;br /&gt;{result = str.match(patt);&lt;br /&gt;if (result&amp;#33;= null)&lt;br /&gt;{t.value = t.value.replace(/[^&amp;#092;d]/gi,&amp;#39;&amp;#39;);&lt;br /&gt;str = result[1] + &amp;#39;/&amp;#39; + result[2] + &amp;#39;/&amp;#39; + result[3];&lt;br /&gt;t.value = str;&lt;br /&gt;}else{&lt;br /&gt;if (t.value.match(/[^&amp;#092;d]/gi))&lt;br /&gt;t.value = t.value.replace(/[^&amp;#092;d]/gi,&amp;#39;&amp;#39;);&lt;br /&gt;}}}&lt;br /&gt;&lt;br /&gt;guys... i found this syntax...but dun understand &lt;br /&gt;&lt;br /&gt;donepatt = /^(&amp;#092;d{2})&amp;#092;/(&amp;#092;d{2})&amp;#092;/(&amp;#092;d{4})&amp;#036;/;&lt;br /&gt;&lt;br /&gt;patt = /(&amp;#092;d{2}).*(&amp;#092;d{2}).*(&amp;#092;d{4})/;&lt;br /&gt;&lt;br /&gt;what does this mean?&lt;br /&gt;&lt;br /&gt;pls explain...thanx in advance..</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Thu, 27 Apr 2006 10:34:49 +0800</pubDate>
        </item>
        <item>
            <title>free open source web development</title>
            <link>http://forum.lowyat.net/topic/278184</link>
            <description>pls guide..thanx...</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Wed, 19 Apr 2006 09:34:49 +0800</pubDate>
        </item>
        <item>
            <title>Time Interval</title>
            <link>http://forum.lowyat.net/topic/255578</link>
            <description>guys... i need to create time interval like the following :&lt;br /&gt;&lt;br /&gt;0000&lt;br /&gt;0030&lt;br /&gt;0100&lt;br /&gt;0130&lt;br /&gt;0200&lt;br /&gt;0230&lt;br /&gt;....&lt;br /&gt;&lt;br /&gt;is there any fastest way to create this?&lt;br /&gt;&lt;br /&gt;my current idea is &lt;br /&gt;&lt;br /&gt;a= cint(starttime) +30 &lt;br /&gt;&lt;br /&gt;if right(a,2) &amp;gt;=60 then &lt;br /&gt;    will -30 and +100&lt;br /&gt;end if&lt;br /&gt;&lt;br /&gt;but this way sounds stupid....any pro way?...&lt;br /&gt;&lt;br /&gt;p/s : just like the date...i can cdate(date)+1 ....,....&lt;br /&gt;&lt;br /&gt;thanx in advance..</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Fri, 24 Feb 2006 14:48:56 +0800</pubDate>
        </item>
        <item>
            <title>ASP calculator</title>
            <link>http://forum.lowyat.net/topic/238972</link>
            <description>guys.. i&amp;#39;m tryin to create a calculator..&lt;br /&gt;&lt;br /&gt;there&amp;#39;s a field for me to type the formula &lt;br /&gt;&lt;br /&gt;eg.  1 + 3 / (2*2) &lt;br /&gt;&lt;br /&gt;so..when i submited the string&lt;br /&gt;&lt;br /&gt;a = &amp;quot;1+3/(2*2)&amp;quot;&lt;br /&gt;&lt;br /&gt;can i just straight convert the a to a math formula and give me the output&lt;br /&gt;&lt;br /&gt;P/s : i wanna do something like the EXCEL, we can use type in the formula and get the instant output&lt;br /&gt;&lt;br /&gt;thanx in advance</description>
            <author>tpk1031</author>
            <category>Codemasters</category>
            <pubDate>Thu, 12 Jan 2006 12:38:13 +0800</pubDate>
        </item>
    </channel>
</rss>
