<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by chili</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 18 Jun 2026 10:30:39 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Be careful for this car WYM7425&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Garage Sales Archive</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>Be careful for this car WYM7425&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/3299482</link>
            <description>Be careful for this car WYM7425&amp;#33;&lt;br /&gt;&lt;br /&gt;Please be careful for this car WYM7425&amp;#33; Yesterday later afternoon  6:20 pm my car at near Taman Desa junction (still some way), he entered the Lebuhraya Hubungan Timur from Lebuhraya Kuala Lumpur -Seremban (Seremban direction) entry Lebuhraya Hubungan Timur - baratbarat (Mid Valley direction) to hit my left pillar mirror&amp;#33; And then run away from the emergency channel&amp;#33;&lt;br /&gt;at that time traffic jam i can‘t move, so just stop and wait the car in front me move the i just can move. then he suddenly appeared in my left with use pretty fast speed, i suspect he want to cut in to my lane， but after when he found he hit  my car left rearview mirror, immediately turn back then rush to emergency lane directly then use the emergency lane to run a way&amp;#33; I had no time to take the phone out to shoot him license plate&amp;#33;</description>
            <author>chili</author>
            <category>Serious Kopitiam</category>
            <pubDate>Thu, 24 Jul 2014 08:59:39 +0800</pubDate>
        </item>
        <item>
            <title>Bitdefender installation Problem</title>
            <link>http://forum.lowyat.net/topic/1041694</link>
            <description>i just install bitdefender Antivirus 2009 in to windows server enterprise, it can been install.&lt;br /&gt;but when i install it on windows server 2003 standard edition it can not been install.&lt;br /&gt;so did any one know how to install it on windows server 2003 standard edition?</description>
            <author>chili</author>
            <category>Technical Support</category>
            <pubDate>Mon, 25 May 2009 18:07:57 +0800</pubDate>
        </item>
        <item>
            <title>D-Link DSL 2640T Virtual Server Problem</title>
            <link>http://forum.lowyat.net/topic/445458</link>
            <description>i just bought a D-link DSL 2640T yesterday but i can&amp;#39;t use the  Virtual Server&amp;#33; &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;br /&gt;&lt;br /&gt;&lt;img src='http://www.mediamax.com/chili1984/Hosted/picture/VirtualServer.JPG' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;this was my Setting&amp;#33;&lt;br /&gt;&lt;br /&gt;have any one can help me?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thank You.</description>
            <author>chili</author>
            <category>Networks and Broadband</category>
            <pubDate>Sat, 21 Apr 2007 06:55:15 +0800</pubDate>
        </item>
        <item>
            <title>have any software can do V-Lan</title>
            <link>http://forum.lowyat.net/topic/411517</link>
            <description>have any software can do V-Lan without hardware(switch have V-Lan function)&lt;br /&gt;or how can i combine two group of ip (192.168.0.1 and 192.168.1.245)together?</description>
            <author>chili</author>
            <category>Software</category>
            <pubDate>Fri, 09 Feb 2007 17:28:47 +0800</pubDate>
        </item>
        <item>
            <title>Write Recode in *.dbf use VB6</title>
            <link>http://forum.lowyat.net/topic/335636</link>
            <description>Set DB1 = OpenDatabase(App.Path, True, False, &amp;quot;dBASE 5.0&amp;quot;)&lt;br /&gt;    Dim sSQL1 As String&lt;br /&gt;    sSQL1 = &amp;quot;Insert Into info values (&amp;#39;&amp;quot; &amp;amp; txtid.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtname.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtphone.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtaddress1.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtaddress2.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtzip.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtcity.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtstate.Text &amp;amp; &amp;quot;&amp;#39;,&amp;#39;&amp;quot; &amp;amp; txtcountry.Text &amp;amp; &amp;quot;&amp;#39;)&amp;quot;&lt;br /&gt;    Set rs1 = DB1.OpenRecordset(sSQL1)&lt;br /&gt;DB1.Close&lt;br /&gt;&lt;br /&gt;did have any error for the code?&lt;br /&gt;i am using Visual Basic 6.&lt;br /&gt;but i using the below code can.&lt;br /&gt;&lt;br /&gt;Set DB = OpenDatabase(App.Path, True, False, &amp;quot;dBASE 5.0&amp;quot;)&lt;br /&gt;    Dim sSQL As String&lt;br /&gt;    sSQL = &amp;quot;Select * from info where id=&amp;quot; &amp;amp;  id&lt;br /&gt;    Set rs = DB.OpenRecordset(sSQL)&lt;br /&gt;    With rs&lt;br /&gt;Text1.Text = .Fields(0)&lt;br /&gt;Text2.Text = .Fields(1)&lt;br /&gt;Text3.Text = .Fields(2)&lt;br /&gt;Text4.Text = .Fields(3)&lt;br /&gt;Text5.Text = .Fields(4)&lt;br /&gt;Text6.Text = .Fields(5)&lt;br /&gt;Text7.Text = .Fields(6)&lt;br /&gt;Text8.Text = .Fields(7)&lt;br /&gt;Text9.Text = .Fields(8)&lt;br /&gt;        .Close&lt;br /&gt;   End With&lt;br /&gt;DB.Close&lt;br /&gt;</description>
            <author>chili</author>
            <category>Codemasters</category>
            <pubDate>Sun, 03 Sep 2006 18:52:15 +0800</pubDate>
        </item>
    </channel>
</rss>
