<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by sharinganez</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sat, 27 Jun 2026 20:57:25 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>study at oversea</title>
            <link>http://forum.lowyat.net/topic/1357170</link>
            <description>any advice for master in Uk ?</description>
            <author>sharinganez</author>
            <category>Education Essentials</category>
            <pubDate>Mon, 15 Mar 2010 21:57:43 +0800</pubDate>
        </item>
        <item>
            <title>static member in struct?</title>
            <link>http://forum.lowyat.net/topic/1282003</link>
            <description>is there anyway i can declare static member in struct?&lt;br /&gt;&lt;br /&gt;i try to do this ..in C&lt;br /&gt;but didnt work&lt;br /&gt;so i need help  &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; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='color:red'&gt;typedef static struct                          //global struct declaration&lt;br /&gt;{&lt;br /&gt;     int x;&lt;br /&gt;     int y;&lt;br /&gt;} location ;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;int main( void )&lt;br /&gt;{&lt;br /&gt;     location l1;&lt;br /&gt;    &lt;br /&gt;     bla bla bla......&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;waiting here online  &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;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;* i want to make x and y static variable&lt;br /&gt;&lt;br /&gt;** so many ppl view... no one help  &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;  &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>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Mon, 04 Jan 2010 15:48:53 +0800</pubDate>
        </item>
        <item>
            <title>OpenGL / SDL</title>
            <link>http://forum.lowyat.net/topic/1226024</link>
            <description>as title, im interested to learn either language opengl/sdl&lt;br /&gt;any institution from penang offering this course?&lt;br /&gt; &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;  &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>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Fri, 13 Nov 2009 11:17:47 +0800</pubDate>
        </item>
        <item>
            <title>openGL</title>
            <link>http://forum.lowyat.net/topic/1216678</link>
            <description>help pls..&lt;br /&gt;i have c++ background&lt;br /&gt;recently nid to do some gaming projects&lt;br /&gt;but i don hav any graphic background&lt;br /&gt;thinking to learn openGL&lt;br /&gt;where can i learn this other than online/myself&lt;br /&gt;i mean..where can take such short course?&lt;br /&gt;any institution offering such course?&lt;br /&gt;im from butterworth&lt;br /&gt; &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;  &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;&lt;br /&gt;&lt;br /&gt;sori.. pls ignore the poll.. mistake  &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;</description>
            <author>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Wed, 04 Nov 2009 23:12:53 +0800</pubDate>
        </item>
        <item>
            <title>help again..</title>
            <link>http://forum.lowyat.net/topic/1209557</link>
            <description>&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;nid help again&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;#include &amp;lt;fstream&amp;gt;&lt;br /&gt;&lt;br /&gt;using namespace std;&lt;br /&gt;const int x=28,y=12;&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;    ifstream infile (&amp;quot;c:&amp;#092;&amp;#092;zip.txt&amp;quot;);&lt;br /&gt;    int i,j;&lt;br /&gt;    char bit[x][y];&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    for(j=0;j&amp;lt;y;j++)&lt;br /&gt;    {&lt;br /&gt;       for(i=0;i&amp;lt;x;i++)&lt;br /&gt;       {&lt;br /&gt;        infile&amp;gt;&amp;gt;bit[j][i];&lt;br /&gt;       }&lt;br /&gt;    }&lt;br /&gt;      &lt;br /&gt;    for(j=0;j&amp;lt;y;j++)&lt;br /&gt;    {&lt;br /&gt;       for(i=0;i&amp;lt;x;i++)&lt;br /&gt;       {&lt;br /&gt;        cout&amp;lt;&amp;lt;bit[j][i];&lt;br /&gt;       }&lt;br /&gt;       cout&amp;lt;&amp;lt;endl;&lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;0000000111000000011100000000&lt;br /&gt;0000001100110001100110000000&lt;br /&gt;0000011000011011000011000000&lt;br /&gt;0000110000001110000001100000&lt;br /&gt;0000011000000100000011000000&lt;br /&gt;0000001100000000000110000000&lt;br /&gt;0000000110000000001100000000&lt;br /&gt;0000000011000000011000000000&lt;br /&gt;0000000001100000110000000000&lt;br /&gt;0000000000110001100000000000&lt;br /&gt;0000000000011011000000000000&lt;br /&gt;0000000000000100000000000000&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;y i cant get back the same picture?&lt;br /&gt; &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;!--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; &lt;br /&gt;pls try this code</description>
            <author>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Thu, 29 Oct 2009 02:44:46 +0800</pubDate>
        </item>
        <item>
            <title>nid help in c++</title>
            <link>http://forum.lowyat.net/topic/1207068</link>
            <description>pls copy this code into ur compiler n run &lt;br /&gt;i wonder .. y i cant enter student name for s2 and s3?&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;wats wrong wif the codes?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;nid help pls ..  &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;  &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; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#include &amp;lt;iostream&amp;gt;&lt;br /&gt;using namespace std;&lt;br /&gt;&lt;br /&gt;class student&lt;br /&gt;{&lt;br /&gt;       private:&lt;br /&gt;              string name,book;&lt;br /&gt;              int day;&lt;br /&gt;              double rate,penalty;&lt;br /&gt;       public:&lt;br /&gt;              void get_data(); &lt;br /&gt;              void display_data();&lt;br /&gt;              void calc();              &lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;    student s1,s2,s3;&lt;br /&gt;    &lt;br /&gt;    s1.get_data();    &lt;br /&gt;    s1.calc();&lt;br /&gt;    s1.display_data();&lt;br /&gt;    &lt;br /&gt;    s2.get_data();      &lt;br /&gt;    s2.calc();&lt;br /&gt;    s2.display_data();&lt;br /&gt;    &lt;br /&gt;    s3.get_data();      &lt;br /&gt;    s3.calc();&lt;br /&gt;    s3.display_data();&lt;br /&gt;    &lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void student::get_data()&lt;br /&gt;{&lt;br /&gt;     cout&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;======================================&amp;quot;&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;           Library system             &amp;quot;&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;======================================&amp;quot;&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;enter ur name:&amp;quot;;&lt;br /&gt;     getline(cin,name);&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;enter book name:&amp;quot;;&lt;br /&gt;     getline(cin,book);&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;how many days late returned?:&amp;quot;;&lt;br /&gt;     cin&amp;gt;&amp;gt;day;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;penalty rate(sen per day): &amp;quot;;&lt;br /&gt;     cin&amp;gt;&amp;gt;rate;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;Now proceed to the output......&amp;quot;&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void student::display_data()&lt;br /&gt;{&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;======================================&amp;quot;&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;            Status                   &amp;quot;&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;======================================&amp;quot;&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;student name: &amp;quot;&amp;lt;&amp;lt;name&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;book borrowed: &amp;quot;&amp;lt;&amp;lt;book&amp;lt;&amp;lt;endl;&lt;br /&gt;     cout&amp;lt;&amp;lt;&amp;quot;penalty: RM&amp;quot;&amp;lt;&amp;lt;penalty&amp;lt;&amp;lt;endl;   &lt;br /&gt;     cout&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl&amp;lt;&amp;lt;endl; &lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;void student::calc()&lt;br /&gt;{&lt;br /&gt;     penalty=day*rate/100;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;[addedon]October 27, 2009, 8:27 pm[/addedon]help pls..&lt;br /&gt;&lt;br /&gt;[addedon]October 27, 2009, 8:28 pm[/addedon]help help  &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;  &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; &lt;br /&gt;im waiting online&lt;br /&gt;&lt;br /&gt;[addedon]October 27, 2009, 10:38 pm[/addedon]help~~</description>
            <author>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Mon, 26 Oct 2009 23:07:40 +0800</pubDate>
        </item>
        <item>
            <title>C++  problem</title>
            <link>http://forum.lowyat.net/topic/1113736</link>
            <description>int main ()&lt;br /&gt;{&lt;br /&gt;   char a1,a2,a3,a4,a5,a6,a7,a8,a9,a10;&lt;br /&gt;   cout&amp;lt;&amp;lt;&amp;quot; enter ur name :&amp;quot; &amp;lt;&amp;lt;endl;&lt;br /&gt;   cin&amp;gt;&amp;gt;a1&amp;gt;&amp;gt;a2&amp;gt;&amp;gt;a3&amp;gt;&amp;gt;a4&amp;gt;&amp;gt;a5&amp;gt;&amp;gt;a6&amp;gt;&amp;gt;a7&amp;gt;&amp;gt;a8&amp;gt;&amp;gt;a9&amp;gt;&amp;gt;a10;&lt;br /&gt;   cout&amp;lt;&amp;lt;&amp;quot; ur name is &amp;quot;&amp;lt;&amp;lt;a1&amp;lt;&amp;lt;a2&amp;lt;&amp;lt;a3&amp;lt;&amp;lt;a4&amp;lt;&amp;lt;a5&amp;lt;&amp;lt;a6&amp;lt;&amp;lt;a7&amp;lt;&amp;lt;a8&amp;lt;&amp;lt;a9&amp;lt;&amp;lt;a10;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;let say i input my name as &amp;quot; ah beng &amp;quot;&lt;br /&gt;question 1: how to insert &amp;quot;space&amp;quot; into char?&lt;br /&gt;quetion 2: i declare 10 char.. but only use 6 char... wat to do wif the rest 4?&lt;br /&gt;&lt;br /&gt;How to modify this become better ?&lt;br /&gt; &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;  &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>sharinganez</author>
            <category>Codemasters</category>
            <pubDate>Thu, 30 Jul 2009 17:12:24 +0800</pubDate>
        </item>
        <item>
            <title>y car accessories shop&amp;#39;s workers all so lansi 1?</title>
            <link>http://forum.lowyat.net/topic/1016402</link>
            <description>i dun understand..&lt;br /&gt;y some of the car accesories shop&amp;#39;s workers so lansi 1?&lt;br /&gt;wanna buy car accessories .. &lt;br /&gt;go to the shop ask for some details&lt;br /&gt;mana tau..&lt;br /&gt;they treat me like i owe them money&lt;br /&gt;face dark dark.. &lt;br /&gt;i ask 1 question... they cincai answer &lt;br /&gt;then quickly turn away their head or walk away d&lt;br /&gt;wat the hell is this? dowan do business is it? ( they r not busy at that moment )&lt;br /&gt;&lt;br /&gt;i didnt mean all shop r like this&lt;br /&gt;any of u facing this oso??</description>
            <author>sharinganez</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Fri, 01 May 2009 14:42:00 +0800</pubDate>
        </item>
        <item>
            <title>SURVEY</title>
            <link>http://forum.lowyat.net/topic/1015876</link>
            <description>im thinking to tint second layer on my car&lt;br /&gt;mayb next week&lt;br /&gt;cz Msia reli too hot d.. cant tahan&lt;br /&gt;b4 i install the second layer tint.. would like to do a survey 1st&lt;br /&gt;pls help me on this&lt;br /&gt;&lt;br /&gt;if u kena kacau b4.. pls state also...which state r u from?&lt;br /&gt;</description>
            <author>sharinganez</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Thu, 30 Apr 2009 22:10:47 +0800</pubDate>
        </item>
        <item>
            <title>For Those who Like to SPEEDING..</title>
            <link>http://forum.lowyat.net/topic/955470</link>
            <description>this video sud play in Msia to create the awareness of those dangerous road user &lt;br /&gt;truly meaningful&lt;br /&gt;&lt;br /&gt;[YOUTUBE] &lt;a href='http://www.youtube.com/watch?v=YY4hICSiRa4&amp;' target='_blank'&gt;http://www.youtube.com/watch?v=YY4hICSiRa4&amp;&lt;/a&gt; [/YOUTUBE] &lt;br /&gt;&lt;br /&gt;pls follow this link ..if u kenot c the video&lt;br /&gt;&lt;a href='http://www.youtube.com/watch?v=YY4hICSiRa4&amp;' target='_blank'&gt;http://www.youtube.com/watch?v=YY4hICSiRa4&amp;&lt;/a&gt;</description>
            <author>sharinganez</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Thu, 05 Mar 2009 20:46:27 +0800</pubDate>
        </item>
        <item>
            <title>becareful over this ID : tanling26</title>
            <link>http://forum.lowyat.net/topic/942840</link>
            <description>hey... people..&lt;br /&gt;i try to buy ph5022 from this seller&lt;br /&gt;below is the conversation&lt;br /&gt;&lt;br /&gt;[*** N***] =&amp;gt; seller&lt;br /&gt;sharingan =&amp;gt; me ( buyer )&lt;br /&gt;✿-♡ღ♡ღ Carro† =&amp;gt; my fren ( the person that goin to COD wif this seller )&lt;br /&gt;i ask my fren to COD wif this seller as i stay at pg... seller stay at KL&lt;br /&gt;&lt;br /&gt;well..the story began&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;br /&gt;[*** N***] says:  yea&lt;br /&gt;✿-♡ღ♡ღ  Carro†   ღ♡ღ♡-✿ says: so, where is the location?&lt;br /&gt;[*** N***] says:  when u want cod &lt;br /&gt;[*** N***] says:  b4 cod rm30 deposit to my maybank.&lt;br /&gt;✿-♡ღ♡ღ  Carro†   ღ♡ღ♡-✿ says:  possible make it at pavillion?&lt;br /&gt;[*** N***] says:  yes&lt;br /&gt;[*** N***] says:  Sundya pavilion 5pm.&lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  i cannot confirm with the exact time yet..mind to give me your contact number?&lt;br /&gt;[*** N***] says:  017xxxxxxx ( for safety purpose..i put xxx)&lt;br /&gt;[*** N***] says:  or 2.30pm klcc&lt;br /&gt;[*** N***] says:  i got delivery at klcc 2pm&lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  i would prefer in pavillion..is that ok for u?&lt;br /&gt;[*** N***] says:  ok la&lt;br /&gt;[*** N***] says:  anyt ng else u want to ask &lt;br /&gt;[*** N***] says:  or say &lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  &lt;span style='color:red'&gt;btw, do u mind if we go to fossil shop for the proven of the authenticity before our trading?&lt;/span&gt;&lt;br /&gt;[*** N***] says:  hai ya&lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  sorry for the trouble but i hope u could undertsand.. &lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;why not u pay me in Full. u go to the fossil shop and GET&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;strarck watch is not guess&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;or LV gucci&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt; no fake la&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;Fossil also no fake&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;who want to make imitation of fossil watch  coz &lt;span style='font-size:14pt;line-height:100%'&gt;already cheap watch&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;sharingan says:  no la..&lt;br /&gt;sharingan says:  jz for insurance&lt;br /&gt;sharingan says:  hope u understand&lt;br /&gt;[*** N***] says:  why not u msg those who bought from me &lt;br /&gt;[*** N***] says:  in lowyat&lt;br /&gt;[*** N***] says:  click their name and ask one by one&lt;br /&gt;[*** N***] says:  ask until u satisfy then come to me. &lt;br /&gt;&lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  but i never see your sucessful trade list in your post&lt;br /&gt;[*** N***] says:  i dont need track record .&lt;br /&gt;[*** N***] says:  i dont need ebay positive + feedback to sell t ng&lt;br /&gt;[*** N***] says:  what i hav is return customer and worth of mouth u ask those who sya y form me la.&lt;br /&gt;  &lt;br /&gt;  ✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ has left the conversation.&lt;br /&gt;  &lt;br /&gt;[*** N***] says:  to cut all those trooublesome.&lt;br /&gt;&lt;br /&gt;  &lt;br /&gt;  ✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ has been added to the conversation.&lt;br /&gt;  &lt;br /&gt;sharingan says:  but jz verify at fossil store onli..&lt;br /&gt;sharingan says:  1min will do&lt;br /&gt;sharingan says:  u cant agree wif that?&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;it is not about varify &lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;just like bring a lv wallet and go to lv shop ask is this ori &lt;/span&gt;&lt;br /&gt;[*** N***] says:  arr &lt;br /&gt;sharingan says:  if is authentic 1...then sud be no problem wat&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;if u not keen on not ori. then i advise NOT to buy&lt;/span&gt;&lt;br /&gt;sharingan says:  ? wat u mean?&lt;br /&gt;sharingan says: &lt;span style='color:red'&gt; if i wan ori ..then u advise me nt to get from u?&lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;i am selling many fossil watch there. if anyoen who think it is fake. i advise them dont buy &lt;/span&gt;&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;i sell gucci ea dior sunglasses too if they think fake  then i say to them dont buy &lt;/span&gt;&lt;br /&gt;[*** N***] says:  i am very st8 forward &lt;br /&gt;[*** N***] says:  i dont want earn a few buck and create so many hassel trouble.&lt;br /&gt;sharingan says:  we r not trouble maker..&lt;br /&gt;sharingan says:  if i buy sumthing &amp;lt;rm100 from u&lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says: &lt;span style='color:red'&gt; if u wan people trust on your trade, why don u post up a succesful trade list?&lt;/span&gt;&lt;br /&gt;sharingan says:  then of cz i can cincai cincai&lt;br /&gt;sharingan says:  &lt;span style='color:red'&gt;but now...it involves 600 ma..&lt;/span&gt;&lt;br /&gt;sharingan says:  nt a small amount&lt;br /&gt;[*** N***] says:  &lt;span style='color:red'&gt;buy if u want i don tneed to create a list why must i&lt;/span&gt;&lt;br /&gt;[*** N***] says:  anyting else &lt;br /&gt;sharingan says:  oo..&lt;br /&gt;  &lt;br /&gt;  [*** N***] has left the conversation.&lt;br /&gt;  &lt;br /&gt;✿-♡ღ♡ღ  Carro†  ღ♡ღ♡-✿ says:  hahaha&lt;br /&gt;sharingan says:  left jor&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif&lt;br /&gt;ok... the purpose i post this conversation here... not to spoil this seller reputation&lt;br /&gt;jz FOR REFERENCE only..&lt;br /&gt;&lt;br /&gt;dun flame me / seller&lt;br /&gt;&lt;br /&gt;read the conversation...then&lt;br /&gt;1) forget about it if you dont mind to buy any thing from him&lt;br /&gt;2) perhaps u realise sumthing if u r goin to buy any thing from him</description>
            <author>sharinganez</author>
            <category>Dispute Resolution Corner</category>
            <pubDate>Sat, 21 Feb 2009 00:37:33 +0800</pubDate>
        </item>
        <item>
            <title>Car Tinting </title>
            <link>http://forum.lowyat.net/topic/908096</link>
            <description>i want to do a survey on car tinting&lt;br /&gt;which later im going to install it on my new city  &lt;!--emo&amp;:wub:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/wub.gif' border='0' style='vertical-align:middle' alt='wub.gif' /&gt;&lt;!--endemo--&gt; &lt;br /&gt;still hav no idea which 1 to go for&lt;br /&gt;i believe many ppl here oso facing the same problem&lt;br /&gt;&lt;br /&gt;let say.. my budget is around 1k-2k&lt;br /&gt;n i prefer heat rejection than security&lt;br /&gt;&lt;br /&gt;please state the pros n cons of the brand u choose &lt;br /&gt;( if u choose vkool , please say is vkool elite or watever ) &lt;br /&gt;might as well include the price also&lt;br /&gt;&lt;br /&gt;thanks&amp;#33;&amp;#33; reli need help from u guys  &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>sharinganez</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Thu, 15 Jan 2009 23:04:55 +0800</pubDate>
        </item>
    </channel>
</rss>
