<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by luminescence69</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 09 Jun 2026 20:54:24 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[WTA] Motherboard compability</title>
            <link>http://forum.lowyat.net/topic/4041492</link>
            <description>Hey guys,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m planning on getting the new gtx1060 cards. Was just wondering if my MB would still be compatible with the card.&lt;br /&gt;&lt;br /&gt;MB : gigabyte GA-880GA-UD3H&lt;br /&gt;Proc : AMD Phenom ii x4</description>
            <author>luminescence69</author>
            <category>Hardware</category>
            <pubDate>Mon, 29 Aug 2016 11:53:34 +0800</pubDate>
        </item>
        <item>
            <title>&amp;lt;WTA&amp;gt; Satria Neo CPS OBD2</title>
            <link>http://forum.lowyat.net/topic/3014748</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Was just wondering if there the Satria Neo CPS 2013 supports the OBD2 sensors?&lt;br /&gt;Not the Siemens one used by proton but those portable Bluetooth ones.</description>
            <author>luminescence69</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 01 Nov 2013 05:42:01 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Archery Range</title>
            <link>http://forum.lowyat.net/topic/2830096</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;Anyone know of archery range near Serdang or Cyberjaya?&lt;br /&gt;Also, I&amp;#39;m planning to get a compound bow to start with. Any recommendation?  &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;</description>
            <author>luminescence69</author>
            <category>Hobbies, Collectibles and Model Kits</category>
            <pubDate>Thu, 30 May 2013 02:27:19 +0800</pubDate>
        </item>
        <item>
            <title>[WTA] Air Charger</title>
            <link>http://forum.lowyat.net/topic/2160842</link>
            <description>Need some help here&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src='http://i00.i.aliimg.com/img/pb/078/299/284/284299078_942.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;Bought a 2nd hand car and it came with this.&lt;br /&gt;Leave it or take it out?  &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; &lt;br /&gt;&lt;br /&gt;&lt;i&gt;ps. Mine not the HKS model la, just some cap ayam one.&lt;/i&gt;  &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>luminescence69</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 23 Dec 2011 11:20:50 +0800</pubDate>
        </item>
        <item>
            <title>Need help with ASP</title>
            <link>http://forum.lowyat.net/topic/1284753</link>
            <description>hey guys, i am currently trying to upload a new flash site to my webserver that previously contained a static, HTML based page. The problem is, when i try to open the page through my browser, a portion of the old page appears and thats it. But, when i remove the file; index.asp, the page loads fine.&lt;br /&gt;now, the only reason i still need the index.asp file is because i still use some of the older pages from the site. below is the content of the index.asp file;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('e6cd87432b8afeeb818ee694ccb9f0b7')&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;e6cd87432b8afeeb818ee694ccb9f0b7&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;&amp;lt;%option explicit%&amp;gt;&lt;br /&gt;[bad html removed]#include file=&amp;quot;webshaper/includes/clsTransform.asp&amp;quot;--&amp;#62;&lt;br /&gt;&amp;lt;%&lt;br /&gt;&lt;br /&gt;&amp;#39;1. All static pages will go through this central processing page.&lt;br /&gt;&amp;#39;	With the format index.asp?p=&amp;lt;static1.html&amp;gt;&lt;br /&gt;&amp;#39;	the &amp;#39;p&amp;#39; parameter will be pass to combine the static1.html with the template&lt;br /&gt;&lt;br /&gt;Dim p&lt;br /&gt;p = Request.QueryString(&amp;quot;p&amp;quot;)&lt;br /&gt;&lt;br /&gt;if p = &amp;quot;&amp;quot; then&lt;br /&gt;	p = &amp;quot;index.html&amp;quot;&lt;br /&gt;end if&lt;br /&gt;&lt;br /&gt;&amp;#39;Response.Write &amp;quot;p=&amp;quot; &amp;amp; p &amp;amp; &amp;quot;&amp;lt;br/&amp;gt;&amp;quot;&lt;br /&gt;&lt;br /&gt;Dim objTransform&lt;br /&gt;set objTransform = new clsTransform&lt;br /&gt;&lt;br /&gt;Dim pageContent&lt;br /&gt;pageContent = objTransform.TransformContent(p)&lt;br /&gt;&lt;br /&gt;&amp;#39;Response.Write &amp;quot;-----------------------&amp;lt;br&amp;gt;&amp;quot;&lt;br /&gt;&amp;#39;Response.Write &amp;quot;&amp;lt;xmp&amp;gt;&amp;quot;&lt;br /&gt;&amp;#39;Response.Write pageContent&lt;br /&gt;&amp;#39;Response.Write &amp;quot;&amp;lt;/xmp&amp;gt;&amp;quot;&lt;br /&gt;&amp;#39;Response.Write &amp;quot;-----------------------&amp;lt;br&amp;gt;&amp;quot;&lt;br /&gt;&lt;br /&gt;Dim pageFinal&lt;br /&gt;pageFinal =	objTransform.TransformPage(pageContent)&lt;br /&gt;&lt;br /&gt;Response.Write pageFinal&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;%&amp;gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;all i need to know is how to redirect it so that it loads the new html page that i uploaded and not this. p.s. this is a link to my site so that u can see what  mean. &lt;a href='http://ebiz-solutionssb.com/' target='_blank'&gt;Ebiz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks. &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>luminescence69</author>
            <category>Codemasters</category>
            <pubDate>Wed, 06 Jan 2010 17:29:09 +0800</pubDate>
        </item>
        <item>
            <title>2.5&amp;quot; HDD failure</title>
            <link>http://forum.lowyat.net/topic/1213807</link>
            <description>&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; ok, here&amp;#39;s the problem. my HDD died a few days back. right before it went into the blue screen and shut itself down, it made a loud noise. like something just cracked. now the thing is, i had removed the HDD and placed it into an external enclosure to try and extract the data. When i plug the USB cable into my comp, it will initially detect the removable storage. but after a few seconds and 2 beeps from the HDD, my whole system freezes.&lt;br /&gt;&lt;br /&gt;now, the thing is, as i remove the cable from my system, i could see the HDD for a moment. i even managed to open it and see the contents for a brief second before the explorer closes.&lt;br /&gt;&lt;br /&gt;my question is;&lt;br /&gt;is there any other way, other than &amp;quot;freezing&amp;quot; it, for me to extract the data? &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;</description>
            <author>luminescence69</author>
            <category>Technical Support</category>
            <pubDate>Mon, 02 Nov 2009 15:20:39 +0800</pubDate>
        </item>
        <item>
            <title>populate combobox from database</title>
            <link>http://forum.lowyat.net/topic/1038665</link>
            <description>hi guys,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve been working on this for the past few days, but can&amp;#39;t get it to work.  &lt;!--emo&amp;:sweat:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sweat.gif' border='0' style='vertical-align:middle' alt='sweat.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;The problem is, i have a combo box and i need to fill it with data from an oracle database. i can get data to show in a textbox, but when i apply the same methods on a combo box, it only shows the first data. i also read somewhere online that i need to create another column in the database for the indexes. but i have no idea what that means.  &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; &lt;br /&gt;so guys, any help would be greatly appreciated. thanks. &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>luminescence69</author>
            <category>Codemasters</category>
            <pubDate>Fri, 22 May 2009 12:39:36 +0800</pubDate>
        </item>
    </channel>
</rss>
