<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by cartmanbrahhhhh</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Thu, 24 Sep 2026 19:31:22 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Almost arrested for doing nothing (?)</title>
            <link>http://forum.lowyat.net/topic/4795740</link>
            <description>I want to start by saying &lt;b&gt;maybe I did do something wrong&lt;/b&gt; because we&amp;#39;re in Malaysia, even though I&amp;#39;m not a Muslim.&lt;br /&gt;&lt;br /&gt;So my girlfriend and I just came back from dinner in our car and we parked at one spot that isn&amp;#39;t that well lit (not many places to park). Before we exit our car my girlfriend said she dropped a receipt in the car and she wanted to look for it, so I switched off the engine before helping her. Within a couple of minutes there was a patrol car outside with a policeman asking us to get out of the car. He took our I.C. and searched our car while accusing us of doing immoral acts inside the car. We explained to him that we were just getting ready to leave. In the end he couldn&amp;#39;t find anything but threatened to charge us. He said we are in a Islamic country and what we were doing was very illegal, but we didn&amp;#39;t do ANYTHING &amp;#33; He took pictures of our I.C. while his partner kept asking us if we took any pictures of them (what are they worried about I wonder). &lt;br /&gt;&lt;br /&gt;My girlfriend and I are well above 21 years of age, non-Muslims and most importantly we weren&amp;#39;t even doing anything &amp;#33;&lt;br /&gt;&lt;br /&gt;EDIT: We didn&amp;#39;t give them any bribe money.&lt;br /&gt;&lt;br /&gt;EDIT1: Read through the thread before replying.&lt;br /&gt;&lt;br /&gt;EDIT2: I&amp;#39;m not playing victim, just stating what happened.</description>
            <author>cartmanbrahhhhh</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Wed, 19 Jun 2019 22:43:48 +0800</pubDate>
        </item>
        <item>
            <title>PR1MA Apartment any good?</title>
            <link>http://forum.lowyat.net/topic/4751265</link>
            <description>There&amp;#39;s a promotion going on for PR1MA apartment in my city. The price is attractive so we&amp;#39;re looking to buy. I just wanna know if it&amp;#39;s any good (because I read a lot of bad reviews from pr1ma housing ownders) and whether there&amp;#39;s a resale value for these properties.</description>
            <author>cartmanbrahhhhh</author>
            <category>Property Talk</category>
            <pubDate>Tue, 12 Mar 2019 17:03:53 +0800</pubDate>
        </item>
        <item>
            <title>Undefined variable despite being defined [PHP]</title>
            <link>http://forum.lowyat.net/topic/4750915</link>
            <description>I&amp;#39;m not sure if this is the right section to post but I&amp;#39;ll go right away.&lt;br /&gt;&lt;br /&gt;I&amp;#39;m trying to run a basic log in/sign up page but I can&amp;#39;t seem to get it working. I get this undefined variable error but I&amp;#39;ve already defined it in earlier php code..&lt;br /&gt;&lt;br /&gt;*Note that the parts in bold are the ones giving the undefined variable error.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('878d205a7e924a1f1dfa88c6eff94990')&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;878d205a7e924a1f1dfa88c6eff94990&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;&amp;lt;&amp;#33;DOCTYPE html&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;head&amp;gt;&lt;br /&gt;		&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css&amp;quot; integrity=&amp;quot;sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&lt;br /&gt;  		&amp;#60;script src=&amp;quot;https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js&amp;quot; integrity=&amp;quot;sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM&amp;quot; crossorigin=&amp;quot;anonymous&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;br /&gt;		&amp;lt;title&amp;gt;Log In&amp;lt;/title&amp;gt;&lt;br /&gt;	&amp;lt;/head&amp;gt;&lt;br /&gt;	&lt;br /&gt;	&amp;lt;body&amp;gt;&lt;br /&gt;		&lt;br /&gt;		&amp;lt;?php&lt;br /&gt;&lt;br /&gt;			//define variables&lt;br /&gt;			&amp;#036;emailErr = &amp;#036;passErr = &amp;quot;&amp;quot;;&lt;br /&gt;			&amp;#036;email = &amp;#036;pass = &amp;quot;&amp;quot;;&lt;br /&gt;&lt;br /&gt;			if(&amp;#036;_SERVER[&amp;quot;REQUEST_METHOD&amp;quot;] == &amp;quot;POST&amp;quot;){&lt;br /&gt;&lt;br /&gt;				if(empty(&amp;#036;_POST[&amp;quot;email&amp;quot;])){&lt;br /&gt;					&amp;#036;emailErr = &amp;quot;Email is required&amp;quot;;&lt;br /&gt;				} else {&lt;br /&gt;					&amp;#036;email = test_input(&amp;#036;_POST[&amp;quot;email&amp;quot;]);&lt;br /&gt;					//check if email is in correct format&lt;br /&gt;					if(&amp;#33;filter_var(&amp;#036;email, FILTER_VALIDATE_EMAIL)){&lt;br /&gt;						&amp;#036;emailErr = &amp;quot;Invalid email address&amp;quot;;&lt;br /&gt;					}&lt;br /&gt;				}&lt;br /&gt;&lt;br /&gt;				if(empty(&amp;#036;_POST[&amp;quot;password&amp;quot;])){&lt;br /&gt;					&amp;#036;passErr = &amp;quot;Password is required&amp;quot;;&lt;br /&gt;				} else {&lt;br /&gt;					&amp;#036;pass = test_input(&amp;#036;_POST[&amp;quot;password&amp;quot;]);&lt;br /&gt;				}&lt;br /&gt;&lt;br /&gt;			}&lt;br /&gt;&lt;br /&gt;			function test_input(&amp;#036;data){&lt;br /&gt;				&amp;#036;data = trim(&amp;#036;data);&lt;br /&gt;				&amp;#036;data = scriptslashes(&amp;#036;data);&lt;br /&gt;				&amp;#036;data = htmlspecialchars(&amp;#036;data);&lt;br /&gt;				return &amp;#036;data;&lt;br /&gt;			}&lt;br /&gt;&lt;br /&gt;		?&amp;gt;&lt;br /&gt;&lt;br /&gt;		&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;&amp;lt;?php echo htmlspecialchars(&amp;#036;_SERVER[&amp;quot;PHP_SELF&amp;quot;]);?&amp;gt;&amp;quot;&amp;gt;  &lt;br /&gt;			&amp;lt;div class=&amp;quot;container&amp;quot; style=&amp;quot;text-align:center&amp;quot;&amp;gt;&lt;br /&gt;				&amp;lt;h2 style=&amp;quot;text-align: left&amp;quot;&amp;gt;Log In&amp;lt;/h2&amp;gt;&lt;br /&gt;				&amp;lt;/br&amp;gt;&lt;br /&gt;				&amp;lt;table border- border=&amp;quot;0&amp;quot; style=&amp;quot;margin:auto&amp;quot;&amp;gt;&lt;br /&gt;					&amp;lt;tr&amp;gt;&lt;br /&gt;						&amp;lt;td&amp;gt;Email:&amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;email&amp;quot; value=&amp;quot;&amp;lt;?php echo &amp;#036;email; ?&amp;gt;&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;td&amp;gt;&amp;lt;span class=&amp;quot;error&amp;quot;&amp;gt;* &lt;b&gt;&amp;lt;?php echo &amp;#036;errEmail; ?&amp;gt;&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;					&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;					&amp;lt;tr&amp;gt;&lt;br /&gt;						&amp;lt;td&amp;gt;Password: &amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;password&amp;quot; id=&amp;quot;pass&amp;quot; value=&amp;quot;&amp;lt;?php echo &amp;#036;pass; ?&amp;gt;&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;td&amp;gt;&amp;lt;input type=&amp;quot;checkbox&amp;quot; onclick=&amp;quot;visibility()&amp;quot;/&amp;gt;Show&amp;lt;/td&amp;gt;&lt;br /&gt;						&amp;lt;td&amp;gt;&amp;lt;span class=&amp;quot;error&amp;quot;&amp;gt;* &lt;b&gt;&amp;lt;?php echo &amp;#036;errPass; ?&amp;gt;&lt;/b&gt;&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;					&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;					&amp;lt;tr&amp;gt;&lt;br /&gt;						&amp;lt;td colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Log in&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;					&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;					&amp;lt;tr&amp;gt;&lt;br /&gt;						&amp;lt;td colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;Don&amp;#39;t have an account? &amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;&amp;lt;i&amp;gt;Sign up&amp;lt;/i&amp;gt;&amp;lt;/a&amp;gt; now&amp;#33;&amp;lt;/td&amp;gt;&lt;br /&gt;					&amp;lt;/tr&amp;gt;&lt;br /&gt;&lt;br /&gt;					&amp;lt;tr&amp;gt;&lt;br /&gt;						&amp;lt;td colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;&amp;quot;&amp;gt;&amp;lt;small&amp;gt;&amp;lt;i&amp;gt;Forgot your account?&amp;lt;/i&amp;gt;&amp;lt;/small&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;					&amp;lt;/tr&amp;gt;&lt;br /&gt;				&amp;lt;/table&amp;gt;&lt;br /&gt;			&amp;lt;/div&amp;gt;&lt;br /&gt;		&amp;lt;/form&amp;gt;&lt;br /&gt;	&amp;lt;/body&amp;gt;&lt;br /&gt;	&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;</description>
            <author>cartmanbrahhhhh</author>
            <category>Codemasters</category>
            <pubDate>Tue, 12 Mar 2019 00:15:44 +0800</pubDate>
        </item>
        <item>
            <title>What&amp;#39;s your strategy when buying a computer?</title>
            <link>http://forum.lowyat.net/topic/4695732</link>
            <description>Usually what do people look at when they&amp;#39;re buying computers on the market? Do they have a strategy or something?&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s say I&amp;#39;m someone who is not tech savvy and I want to get a computer.&lt;br /&gt;Also, the guys who are good with tech or at least know something, will they ever consider buying a ready made PC?&lt;br /&gt;&lt;br /&gt;What do you guys think?</description>
            <author>cartmanbrahhhhh</author>
            <category>Hardware</category>
            <pubDate>Tue, 20 Nov 2018 14:52:37 +0800</pubDate>
        </item>
        <item>
            <title>6 DEGREE OF FREEDOM #6DOF</title>
            <link>http://forum.lowyat.net/topic/4534239</link>
            <description>[REGISTRATION START&amp;#33; 📢📢Early bird promotion for FIRST 10 TEAM&amp;#33;😱 Be quick&amp;#33;🏃‍♂💨💨]&lt;br /&gt;Are you the true champion with the most guts??💪 Do you want to win great prizes??🎁 ROF 2018 challenges you to our 6DoF&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;6 Degree of Freedom (6DoF) bringing you a whole new level of experience. Just form a group of 4 to stand a chance to win RM1000.💰&lt;br /&gt;&lt;br /&gt;📌Date: 14th April 2018 (Saturday)&lt;br /&gt;📌Game venue: Klang Valley&lt;br /&gt;📌Gather point: 8th Residential College, UM&lt;br /&gt; &lt;br /&gt;You&amp;#39;ll only need RM50/person to be the fittest person&amp;#33;&amp;#33;&amp;#33; Lock the deal for early birds(first 10 team) at RM45/person today&amp;#33;&amp;#33;🐣&lt;br /&gt;*Fees include T shirt, certificate, medal, breakfast &amp;amp; lunch, goodies bag and insurance.&lt;br /&gt;&lt;br /&gt;Register now at:https://goo.gl/on4hfo&lt;br /&gt;&lt;br /&gt;Doesn&amp;#39;t have a team? Don&amp;#39;t worry, we can help you to form one*&amp;#33; Just register at:&lt;br /&gt;&lt;a href='https://goo.gl/HpzWjs' target='_blank'&gt;https://goo.gl/HpzWjs&lt;/a&gt;&lt;br /&gt;*With T&amp;amp;C apply.&lt;br /&gt;&lt;br /&gt;Any inquiries, contact:&lt;br /&gt;0169033098 (Seow)  @ &lt;a href='https://api.whatsapp.com/send?phone=60169033098' target='_blank'&gt;https://api.whatsapp.com/send?phone=60169033098&lt;/a&gt;&lt;br /&gt;0126653942 (Teh) @ &lt;a href='https://api.whatsapp.com/send?phone=60126653942' target='_blank'&gt;https://api.whatsapp.com/send?phone=60126653942&lt;/a&gt;&lt;br /&gt;For further information, log on to &lt;a href='https://www.facebook.com/raceoffittest/' target='_blank'&gt;https://www.facebook.com/raceoffittest/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;See you on 6DoF&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;#6DoF #ROF2018&lt;br /&gt;&lt;br /&gt;&lt;a href='https://i.imgur.com/IQikcIm.jpg' target='_blank'&gt;Race of FIttest Poster&lt;/a&gt;</description>
            <author>cartmanbrahhhhh</author>
            <category>Events and Gatherings</category>
            <pubDate>Thu, 01 Mar 2018 14:18:12 +0800</pubDate>
        </item>
        <item>
            <title>Celebrating cny in kl as a non-local</title>
            <link>http://forum.lowyat.net/topic/4486023</link>
            <description>My parents are coming to visit during cny instead of me going back. So I was thinking, it&amp;#39;ll probably be real empty here, can anyone suggest any place that we can go? Any restaurants that are open during cny? We&amp;#39;re planning of going melaka for a couple of nights then maybe genting, maybe. Or is it a bad idea going to the mentioned places hahaha</description>
            <author>cartmanbrahhhhh</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 24 Dec 2017 00:14:07 +0800</pubDate>
        </item>
        <item>
            <title>Celebrating cny in kl as a non-local</title>
            <link>http://forum.lowyat.net/topic/4486022</link>
            <description>My parents are coming to visit during cny instead of me going back. So I was thinking, it&amp;#39;ll probably be real empty here, can anyone suggest any place that we can go? Any restaurants that are open during cny? We&amp;#39;re planning of going melaka for a couple of nights then maybe genting, maybe. Or is it a bad idea going to the mentioned places hahaha</description>
            <author>cartmanbrahhhhh</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 24 Dec 2017 00:13:15 +0800</pubDate>
        </item>
        <item>
            <title>Make a passport in KL?</title>
            <link>http://forum.lowyat.net/topic/4420930</link>
            <description>Sounds like a dumb question but I&amp;#39;ll ask away...I&amp;#39;m from East Malaysia, never had a passport, didn&amp;#39;t need one to go to KL, aaannnddd now I need one so can it be done here? It&amp;#39;s too much of a hassle to drag my lazy ass back and make one there. Thanks and much love.</description>
            <author>cartmanbrahhhhh</author>
            <category>The Museum Of Kopitiam</category>
            <pubDate>Sun, 01 Oct 2017 14:00:00 +0800</pubDate>
        </item>
    </channel>
</rss>
