<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by SlayerX~XX</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Fri, 26 Jun 2026 23:17:53 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[H]Dath&amp;#39;Remar&amp;lt;&amp;lt;Imperial&amp;gt;&amp;gt; is recruiting</title>
            <link>http://forum.lowyat.net/topic/1732344</link>
            <description>hi all,&lt;br /&gt;&lt;br /&gt;Dath&amp;#39;Remar Horde MY/SG/Thai/Aus guild is recruiting:&lt;br /&gt;&lt;br /&gt;All of the classes.We are a new guild that founded to go on raid and rated battleground.We already started to merge with some other guilds and preparing for raid.&lt;br /&gt;&lt;br /&gt;Guild&amp;#39;s peak hours is from 6pm - 12.30pm daily except tuesday.&lt;br /&gt;&lt;br /&gt;We are helping our players now to prepare for raid and gearing them up.&lt;br /&gt;&lt;br /&gt;Feel free to PM me(Wìllìê) or Hypeonyx in game for futher question&lt;br /&gt;IGN: Wìllìê&lt;br /&gt;Server:Dath&amp;#39;remar&lt;br /&gt;Class: Warrior(Prot)</description>
            <author>SlayerX~XX</author>
            <category>World of Warcraft</category>
            <pubDate>Wed, 26 Jan 2011 10:55:12 +0800</pubDate>
        </item>
        <item>
            <title>LF Guild in Dath&amp;#39;Remar</title>
            <link>http://forum.lowyat.net/topic/1618627</link>
            <description>I am at Horde side in Dath&amp;#39;remar so i was looking for a Malaysian Guild,</description>
            <author>SlayerX~XX</author>
            <category>World of Warcraft</category>
            <pubDate>Fri, 29 Oct 2010 12:04:32 +0800</pubDate>
        </item>
        <item>
            <title>Finally i back to WoW after a year of rest</title>
            <link>http://forum.lowyat.net/topic/1547926</link>
            <description>Hey guys..look like i can&amp;#39;t find other game better than WoW... i used to play WoW in England on WoW UK...but i stop once i came back, now i start again in Dath&amp;#39;remar server as a horde  &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; ...i really miss the raiding moment...i have done almost all of the dungeon in northern that period of time but i think there is more dungeon available now right?? Excited to know there is ppl still playing it here...See you all in the Game...</description>
            <author>SlayerX~XX</author>
            <category>World of Warcraft</category>
            <pubDate>Thu, 02 Sep 2010 10:03:27 +0800</pubDate>
        </item>
        <item>
            <title>Which Col/uni offer the best Engineering courses?</title>
            <link>http://forum.lowyat.net/topic/450768</link>
            <description>Kindly give me some opinion on which college/uni offer the nice environment and facilities for Diploma in Engineering...location must be in Penang or K.L&lt;br /&gt;&lt;br /&gt;edit:Forgot to mention the location.</description>
            <author>SlayerX~XX</author>
            <category>Education Essentials</category>
            <pubDate>Wed, 02 May 2007 12:25:30 +0800</pubDate>
        </item>
        <item>
            <title>Supplier Needed.</title>
            <link>http://forum.lowyat.net/topic/426584</link>
            <description>I am a purchaser from a company.Now i am out of IT supplier.Anyone that interested to deal with our company please pm me.Our payment terms would be 30 days.Please Pm me for our company info and tel.no.Thanks&lt;br /&gt;&lt;br /&gt;Sorry if this is again the rules.</description>
            <author>SlayerX~XX</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Wed, 14 Mar 2007 13:57:55 +0800</pubDate>
        </item>
        <item>
            <title>php..need help query din works</title>
            <link>http://forum.lowyat.net/topic/261552</link>
            <description>k here goes my php file it seem the 1st query only run then the other 2 din work&lt;br /&gt;hope someone can help me here&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;?&lt;br /&gt;&lt;br /&gt;&amp;#036;conn = mysql_connect &amp;#40; &amp;#39;localhost&amp;#39;,&amp;#39;root&amp;#39;,&amp;#39;&amp;#39; &amp;#41; or die &amp;#40; &amp;#39;Fail to connect&amp;#39; &amp;#41;;&lt;br /&gt;&lt;br /&gt;mysql_select_db &amp;#40; &amp;#39;hms&amp;#39;, &amp;#036;conn &amp;#41;;&lt;br /&gt;//Get te value from check in&lt;br /&gt;&amp;#036;result = mysql_query &amp;#40; &amp;#34;SELECT Apart_no, room_no FROM check_in where ID = &amp;#39;&amp;#34; . &amp;#036;ID . &amp;#34;&amp;#39;&amp;#34;, &amp;#036;conn &amp;#41;;&lt;br /&gt;&lt;br /&gt;if &amp;#40; mysql_num_rows &amp;#40; &amp;#036;result &amp;#41; &amp;#62; 0 &amp;#41;&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; &amp;nbsp;&amp;#036;data = mysql_fetch_assoc &amp;#40; &amp;#036;result &amp;#41;;&lt;br /&gt;&lt;br /&gt; &amp;nbsp; &amp;nbsp;if &amp;#40; mysql_query &amp;#40; &amp;#34;INSERT INTO check_out VALUES &amp;#40; &amp;#39;&amp;#34; . &amp;#036;ID . &amp;#34;&amp;#39;, &amp;#39;&amp;#34; . &amp;#036;data&amp;#91;&amp;#39;Apart_no&amp;#39;&amp;#93; . &amp;#34;&amp;#39;, &amp;#39;&amp;#34; . &amp;#036;data&amp;#91;&amp;#39;room_no&amp;#39;&amp;#93; . &amp;#34;&amp;#39;, &amp;#39;&amp;#34; . date &amp;#40; &amp;#39;Y.m.d&amp;#39; &amp;#41; . &amp;#34;&amp;#39; &amp;#41;;&amp;#34;, &amp;#036;conn &amp;#41; &amp;#33;== false &amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;{//Delete checkin data from the check in table&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#036;delete=mysql_query&amp;#40;&amp;#34;Delete * from check_in where ID = &amp;#39;&amp;#34; . &amp;#036;ID . &amp;#34;&amp;#39;&amp;#34;,&amp;#036;conn&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;if&amp;#40;&amp;#036;Delete&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp;{&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;//update the status&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;#036;Update=mysql_query&amp;#40;&amp;#34;Update stud_hostel set status=0 where room_no=&amp;#39;&amp;#34; .&amp;#036;data&amp;#91;&amp;#39;room_no&amp;#39;&amp;#93;. &amp;#34;&amp;#39;&amp;#34;,&amp;#036;conn&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if&amp;#40;&amp;#036;update&amp;#41;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo&amp;#39;check out successful&amp;#39;;&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt; &amp;nbsp; &amp;nbsp;else&lt;br /&gt; &amp;nbsp; &amp;nbsp;{&lt;br /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;echo &amp;#39;check_out error&amp;#58; &amp;#39; . mysql_error &amp;#40;&amp;#41;;&lt;br /&gt; &amp;nbsp; &amp;nbsp;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt; &amp;nbsp; &amp;nbsp;echo &amp;#39;no rows matching id -&amp;#62; &amp;#40;&amp;#39; . &amp;#036;ID . &amp;#39;&amp;#41;, were found in the check_in table&amp;#33;&amp;#39;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;?&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;</description>
            <author>SlayerX~XX</author>
            <category>Codemasters</category>
            <pubDate>Thu, 09 Mar 2006 23:02:36 +0800</pubDate>
        </item>
    </channel>
</rss>
