<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by Kuroro</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 04 Jun 2026 06:57:29 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTA] New Cooking Gas Tank - Cyberjaya Area</title>
            <link>http://forum.lowyat.net/topic/3731683</link>
            <description>Any idea who to contact to get new gas tank delivered to Cyberjaya area? I contacted a guy who delivers around this area but was informed that they don&amp;#39;t sell new gas tanks anymore, they just replace existing ones. Checked with Petronas but seems like Cyberjaya is not in their coverage.</description>
            <author>Kuroro</author>
            <category>Serious Kopitiam</category>
            <pubDate>Sat, 03 Oct 2015 11:54:04 +0800</pubDate>
        </item>
        <item>
            <title>Fetching Current URL from IFRAME</title>
            <link>http://forum.lowyat.net/topic/1251551</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been googling around for quite a while and sadly to say I can&amp;#39;t seem to find the solution for this.&lt;br /&gt;&lt;br /&gt;Okay, lets say I have an IFRAME.&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;&amp;#60;iframe id=&amp;#34;myiframe&amp;#34; src=&amp;#34;www.google.com&amp;#34;&amp;#62;&amp;#60;/iframe&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Reading the initial loaded URL is easy. It&amp;#39;s just a matter of reading the IFRAME&amp;#39;s src attribute. But once users start clicking around in the IFRAME, is it possible  to fetch the URL of the next loaded page ? For the above example, lets say I entered something like &amp;quot;text&amp;quot;  in the search area and click Google Search. Therefore the next URL that I want to fetch is for example &amp;quot;http://www.google.com/#hl=en&amp;amp;source=hp&amp;amp;q=text&amp;amp;aq=f&amp;amp;aqi=&amp;amp;oq=&amp;amp;fp=49bb1336baeea163&amp;quot; ... instead of &amp;quot;www.google.com&amp;quot;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been looking around for some sort of script that can do this. But seems like this is not allowed ? Is this true ?  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Mon, 07 Dec 2009 14:01:09 +0800</pubDate>
        </item>
        <item>
            <title>Printing Multiple Pages of Result</title>
            <link>http://forum.lowyat.net/topic/1166594</link>
            <description>Hi Guys,&lt;br /&gt;&lt;br /&gt;I was wondering if you guys can help me with this. Lets say I have a long list of results in multiple tables and what not which does not fit in a page if I print it out. My questions is how do I specify to the printer or printing function (in PHP?) to go to the next page when there is not enough space ?  I don&amp;#39;t want to simply continue printing it by default as at times a portion of a table might be in one page and another portion on another page. Is there any manual way to specify when I want the page to end ? Part of the reason is also so that I can put a header on top for each of the pages.&lt;br /&gt;&lt;br /&gt;Really don&amp;#39;t have much idea about printing process in PHP &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt; Hope you guys can help me out .. thanks&amp;#33;  &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>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Thu, 17 Sep 2009 15:05:35 +0800</pubDate>
        </item>
        <item>
            <title>[SOLVED]Sorting Array Keys</title>
            <link>http://forum.lowyat.net/topic/926135</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I was working on something yesterday and I am stuck on something that revolves around sorting. This is the example values I have in an array before being sorted.&lt;br /&gt;&lt;br /&gt;array[0]&lt;b&gt;[1229904000]&lt;/b&gt;[&amp;#39;title&amp;#39;]=&amp;quot;Something something&amp;quot;;&lt;br /&gt;array[1]&lt;b&gt;[1229731200]&lt;/b&gt;[&amp;#39;title&amp;#39;]=&amp;quot;Zzzz zzz&amp;quot;;&lt;br /&gt;&lt;br /&gt;In this case I wanna sort the bolded area so that it becomes:&lt;br /&gt;&lt;br /&gt;array[0]&lt;b&gt;[1229731200]&lt;/b&gt;[&amp;#39;title&amp;#39;]=&amp;quot;Zzzz zzz&amp;quot;;&lt;br /&gt;array[1]&lt;b&gt;[1229904000]&lt;/b&gt;[&amp;#39;title&amp;#39;]=&amp;quot;Something something&amp;quot;;&lt;br /&gt;&lt;br /&gt;Is this possible? Need advice from you guys on how to do this. &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; Thanks in advance.</description>
            <author>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Thu, 05 Feb 2009 09:30:34 +0800</pubDate>
        </item>
        <item>
            <title>Imation Apollo 160gig - Not enough disk space</title>
            <link>http://forum.lowyat.net/topic/847866</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;Hope you guys can help me with this issue I am having. I just bought myself a new Imation Apollo 160gig External Harddisk and it is working fine. Currently I have managed to copy in around 5gig of content and there is roughly around 143gig space left in it.&lt;br /&gt;&lt;br /&gt;However when I start to copy another large (5gig) file into it, it says there is not enough disk space. Is there something wrong with my harddisk? I&amp;#39;ve already checked for error and there is none. Defrag but it seems in order. But the Properties is saying that there is 143gig FREE SPACE.&lt;br /&gt;&lt;br /&gt;Any solution to this problem?</description>
            <author>Kuroro</author>
            <category>Technical Support</category>
            <pubDate>Mon, 17 Nov 2008 09:00:22 +0800</pubDate>
        </item>
        <item>
            <title>Converting HTML Table to Excel</title>
            <link>http://forum.lowyat.net/topic/772906</link>
            <description>Hi Guys,&lt;br /&gt;&lt;br /&gt;Now I&amp;#39;ve seen some of the topics in here regarding converting info from HTML table to Excel before. But there is still certain issues that I can&amp;#39;t seem to solve regarding it. So if you guys are kind enough to help me out.&lt;br /&gt;&lt;br /&gt;So far what I am doing is :&lt;br /&gt;&lt;br /&gt;1. Query database&lt;br /&gt;2. Put all the data in a string (&amp;#092;t for next column, &amp;#092;n for next row)&lt;br /&gt;3. Used these headers :&lt;br /&gt;    - header(&amp;quot;Content-type: application/x-msdownload&amp;quot;);&lt;br /&gt;    - header(&amp;quot;Content-Disposition: attachment; filename=fileConverted.xls&amp;quot;);&lt;br /&gt;    - header(&amp;quot;Content-Transfer-Encoding: binary&amp;quot;);&lt;br /&gt;4. And write the string into the file using print.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So far that works. But there are several things that I can&amp;#39;t change using this method :&lt;br /&gt;&lt;br /&gt;1. The width of the column&lt;br /&gt;2. Formatting of text such as bold and also borders on table.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Is there anyway I can transfer width of the columns and formatting into the excel file? So far I found one way but I find it a bit inconvenient which is a direct change of a html file to xls file format. Is this the proper way to do it? &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Fri, 22 Aug 2008 09:18:53 +0800</pubDate>
        </item>
        <item>
            <title>Problem reading a specific DVD</title>
            <link>http://forum.lowyat.net/topic/750229</link>
            <description>I guess what DVD is it doesn&amp;#39;t really matter. But anyhow, right to the problem I am having.&lt;br /&gt;&lt;br /&gt;So after I came back from fixing and finally making my graphic card work I thought I might try with some games and thought of installing a game to try out. To make things easier, I will go through what happen step by step.&lt;br /&gt;&lt;br /&gt;1. I install my drivers for new graphic card and what not. Restarted&lt;br /&gt;2. Set all the stuff up&lt;br /&gt;3. Put in my game DVD. DVD autoruns. Selected Install.&lt;br /&gt;4. Suddenly my PC prompts for a restart. &lt;br /&gt;5. Restarted&lt;br /&gt;6. When I came back to Windows, says it couldn&amp;#39;t read my F:&amp;#092;setup.exe error (My DVD drive)&lt;br /&gt;7. So ... fine. I remove and reinsert the DVD. Still can&amp;#39;t read.&lt;br /&gt;8. Try other DVD. Can read.&lt;br /&gt;&lt;br /&gt;Is there a possibilities that Windows/DVD drive &amp;#39;can&amp;#39;t read&amp;#39; a specific DVD and is there a way to revert back or solve it??&lt;br /&gt;&lt;br /&gt;Somehow I keep getting weird situations that I dunno how to solve these few weeks. Bad luck I guess &lt;!--emo&amp;:P--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/tongue.gif' border='0' style='vertical-align:middle' alt='tongue.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Kuroro</author>
            <category>Hardware</category>
            <pubDate>Thu, 24 Jul 2008 20:25:25 +0800</pubDate>
        </item>
        <item>
            <title>Problem Installing my Ati 4870</title>
            <link>http://forum.lowyat.net/topic/747224</link>
            <description>Hello guys,&lt;br /&gt;&lt;br /&gt;I just got my Sapphire 4870 on Saturday. Sadly to say, it doesn&amp;#39;t seem to work. &lt;br /&gt;&lt;br /&gt;Originally I had a 7600GT, I uninstalled the driver properly and shutdown and removed the card and installed the new card. It was at tough work trying to fit every other hardware with the 4870 card inside (the card was somewhat bigger than I had expected) but in the end I manage to fit it in anyways.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll just cut the story short with the symptoms i guess. Basically two things happened when I press the start button.&lt;br /&gt;1. Beeps&lt;br /&gt;2. No display&lt;br /&gt;Which gives me the impression that its something to do with the graphic card issue (d&amp;#39;oh)&lt;br /&gt;&lt;br /&gt;Anybody have this problem before or knows what is wrong? I am using a Corsair TX550Watt which frankly I think is enough since I removed to a bare PC of just mobo, processor, cd/dvd rom, one harddisk and the graphic card itself.&lt;br /&gt;&lt;br /&gt;Appreciate it if you guys can help me with this. Please anyone?  &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>Kuroro</author>
            <category>Hardware</category>
            <pubDate>Mon, 21 Jul 2008 08:43:51 +0800</pubDate>
        </item>
        <item>
            <title>IDE Hard Drive Not Detected by Windows XP</title>
            <link>http://forum.lowyat.net/topic/730071</link>
            <description>Hope you guys can help me with this. Recently I just bought a new Seagate 320 gig  HDD after one of my main WD one died. And I have an old WD 120 gig with data inside. After installing new Windows XP into my Seagate, I can&amp;#39;t seem to detect drive for my old harddisk. So here is the situation.&lt;br /&gt;&lt;br /&gt;Initially, when I first encountered this 2 years ago when I bought this PC, I did something in Disk Management. But I can&amp;#39;t remember what it was. Suppose to change the dynamic status to basic right? And some other stuffs.&lt;br /&gt;&lt;br /&gt;Can you guys help me? The situation is&lt;br /&gt;1. BIOS detects both harddisk. I have set the WD one to slave and SG one as master&lt;br /&gt;2. I can detect the WD harddisk hardware in my Windows XP&lt;br /&gt;3. I also succesfully assigned a drive name to the WD harddisk.&lt;br /&gt;4. Now it is saying that the drive is not formatted and asking me to format.... which I don&amp;#39;t want to since there is information inside.&lt;br /&gt;&lt;br /&gt;Guys know how to troubleshoot this?  &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>Kuroro</author>
            <category>Technical Support</category>
            <pubDate>Sat, 28 Jun 2008 22:38:32 +0800</pubDate>
        </item>
        <item>
            <title>Getting multiple functions to run on onload event</title>
            <link>http://forum.lowyat.net/topic/689423</link>
            <description></description>
            <author>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 May 2008 17:28:12 +0800</pubDate>
        </item>
        <item>
            <title>Hiding radio button behind an image</title>
            <link>http://forum.lowyat.net/topic/675210</link>
            <description>Hope this is the right place. It&amp;#39;s both design and coding. Recently the design in &lt;a href='http://www.bbc.co.uk/' target='_blank'&gt;BBC website&lt;/a&gt; caught my attention where you can customize the layout as well as the color theme of the page. As far as I see the form just uses unordered list (&amp;lt;ul&amp;gt;), list (&amp;lt;li&amp;gt;) and normal radio button. But when displayed, as you can see on the page it shows a rectangular sample of the color theme which is clickable and functions just like a radio button.&lt;br /&gt;&lt;br /&gt;I am wondering how do I do that in CSS or Javascript (or both)?  &lt;!--emo&amp;:hmm:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/hmm.gif' border='0' style='vertical-align:middle' alt='hmm.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>Kuroro</author>
            <category>Codemasters</category>
            <pubDate>Wed, 16 Apr 2008 15:25:02 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Decal sheets</title>
            <link>http://forum.lowyat.net/topic/609976</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;I remembered last time I was able to get this &amp;quot;sticker sheets&amp;quot; at stationery shops when I was small but nowadays I hardly find it anywhere. What I am looking for is not the paper version that tears easily but rather the decal type of sticker sheets. They don&amp;#39;t tear easily, stretches, etc. Any idea where to get them? They usually come in A4 sizes.  &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>Kuroro</author>
            <category>Arts &amp;amp; Designs</category>
            <pubDate>Sat, 12 Jan 2008 09:43:36 +0800</pubDate>
        </item>
        <item>
            <title>Question on Spirit of Mirrors</title>
            <link>http://forum.lowyat.net/topic/528858</link>
            <description>This morning I decided to go through the quest Spirit of the Mirrors where you are suppose to whack 3 creatures with some quest item given.&lt;br /&gt;&lt;br /&gt;Not knowing where they are I checked out stratics and found that one is a Frog, one is an Orc and another is a Werewolf. So I finished the first two and decided to for the werewolf. But instead of finding the werewolf I found out that the last creature have been changed to Pako The Cat a level 38 monsters. What gives&amp;#33;?  &lt;!--emo&amp;:blink:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /&gt;&lt;!--endemo--&gt; Now I can&amp;#39;t finish the quest.&lt;br /&gt;&lt;br /&gt;ANyone saw this before?</description>
            <author>Kuroro</author>
            <category>Gamers Hideout</category>
            <pubDate>Sun, 30 Sep 2007 11:59:00 +0800</pubDate>
        </item>
        <item>
            <title>GameGuard Issues</title>
            <link>http://forum.lowyat.net/topic/525757</link>
            <description>Hi, just recently installed lineage 2 and was getting ready to play after a few minutes of game update. Then suddenly when reach gameguard part it just doesn&amp;#39;t connect and and the retry button pops up. Any solution to this problem?&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried deleting gameguard folder, skipping the patching screen and straight to the game and lot more. But can&amp;#39;t seem to get it to run. Do you guys have any ideas? Please help, thanks &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>Kuroro</author>
            <category>Gamers Hideout</category>
            <pubDate>Mon, 24 Sep 2007 19:55:07 +0800</pubDate>
        </item>
        <item>
            <title>Scanner Suggestions</title>
            <link>http://forum.lowyat.net/topic/470096</link>
            <description>Hi Guys,&lt;br /&gt;&lt;br /&gt;Just wondering if you can can recommend on a decent scanner for scanning artwork for coloring in the PC. I am doing this just for hobby so I want a scanner that provide a good scan and worth the money &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt; But not too pricey lah heh&lt;br /&gt;&lt;br /&gt; &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;  Any good brand? or models?</description>
            <author>Kuroro</author>
            <category>Arts &amp;amp; Designs</category>
            <pubDate>Sat, 09 Jun 2007 17:01:27 +0800</pubDate>
        </item>
        <item>
            <title>ZXDSL 831 - Setup Problem for Streamyx</title>
            <link>http://forum.lowyat.net/topic/466446</link>
            <description>Hi Guys,&lt;br /&gt;&lt;br /&gt;I just shifted to a new house. The house had a ZXDSL modem and Streamyx 1Mb line. Unfortunately, the modem was reset of its settings. So I googled around for the way to set it.&lt;br /&gt;&lt;br /&gt;In general, I found that most sites asked to set this way : &lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('6e0e1f2fa5ac5b48d130ca9f5ff98b1e')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;6e0e1f2fa5ac5b48d130ca9f5ff98b1e&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;Under the WAN tab, select PPP and then select ADD to add in a new PPP configuration as follow: &lt;br /&gt;&lt;br /&gt;PPP Interface = ppp-0&lt;br /&gt;ATM VC = aal5-2 or equivalent ( VPI=0, VCI=35 setting)&lt;br /&gt;Interface Sec Type = Public&lt;br /&gt;Status = Start&lt;br /&gt;Protocol = PPPoE&lt;br /&gt;Use DHCP/DNS = Enable&lt;br /&gt;Security Protocol = PAP&lt;br /&gt;Login Name = yourname@streamyx&lt;br /&gt;Password = your password&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;After Commit and Reboot, the PPP light is still red, Link Down, When I check the Alarm it says &amp;quot;PPP Authorization Failed&amp;quot;. Does this mean the username and password I provided was wrong? (I did try the tmnet webmail and the username and password worked). Can someone provide me the correct setup instructions if the above is wrong?&lt;br /&gt;&lt;br /&gt;HELPPP  &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;</description>
            <author>Kuroro</author>
            <category>Networks and Broadband</category>
            <pubDate>Sat, 02 Jun 2007 09:57:57 +0800</pubDate>
        </item>
    </channel>
</rss>
