<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by evofantasy</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 25 Nov 2009 01:51:16 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Holydin going mail?</title>
            <link>http://forum.lowyat.net/topic/1203948</link>
            <description>i&amp;#39;m leaning towards gearing up my holydin wit mail now...&lt;br /&gt;especially from togc10 for the yummy extra gem slots and more towards mp5 over crit...&lt;br /&gt;of course i&amp;#39;m an int stacker holydin so having extra gem slots is jz too tempting &amp;gt;&amp;lt;</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Fri, 23 Oct 2009 22:52:30 +0800</pubDate>
        </item>
        <item>
            <title>Finally a gud set bonus</title>
            <link>http://forum.lowyat.net/topic/1187572</link>
            <description>Item - Paladin T10 Holy 2P Bonus - The cooldown on your Divine Favor talent is reduced by 60 sec.&lt;br /&gt;Item - Paladin T10 Holy 4P Bonus - Your Holy Shock spell causes the next Holy Light you cast within 10 sec to have 0.3 sec reduced cast time.&lt;br /&gt;&lt;br /&gt;the 2piece bonus seemed meh but the 4 peice bonus is freakign sweet with gylph of holy shock&amp;#33;&lt;br /&gt;&lt;br /&gt;[addedon]October 8, 2009, 12:36 pm[/addedon]OT: the ret&amp;#39;s bonus seemed awesome for 2 piece&lt;br /&gt;Item - Paladin T10 Retribution 2P Bonus - Your Seals and Judgements deal 10% additional damage.&lt;br /&gt;Item - Paladin T10 Retribution 4P Bonus - Your melee attacks have a 4% chance to reset the cooldown on your Divine Storm ability.</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Thu, 08 Oct 2009 12:36:31 +0800</pubDate>
        </item>
        <item>
            <title>Vista disappearing disc space</title>
            <link>http://forum.lowyat.net/topic/1161675</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;my C drive for my laptop (running on windows vista) kept shrinking down (around 12 over gigs already) and its nt caused by the recovery/ shadow copies as i&amp;#39;ve disabled it and double checked that its taking 0 hard disc space...&lt;br /&gt;currently its totally out of space and i was wondering wut&amp;#39;s wrong wit it...&lt;br /&gt;any help would be great (googled bout it and all seemed to point to only shadow copies)...&lt;br /&gt;&lt;br /&gt;thanks&lt;br /&gt;&lt;br /&gt;[addedon]September 13, 2009, 3:00 am[/addedon]solved, its my oracle eating up 15gig in its bdump</description>
            <author>evofantasy</author>
            <category>Technical Support</category>
            <pubDate>Sat, 12 Sep 2009 23:29:26 +0800</pubDate>
        </item>
        <item>
            <title>Javascript verifying array in form</title>
            <link>http://forum.lowyat.net/topic/1145264</link>
            <description>Hi guys,&lt;br /&gt;&lt;br /&gt;the following is my php code with a form for multiple edit...&lt;br /&gt;my problem would how could i verify the data using javascript (array of data from the form)...&lt;br /&gt;&lt;br /&gt;&amp;lt;form method=&amp;quot;post&amp;quot; action=&amp;quot;dvd_multiple.php?action=confirmUpdate&amp;quot; OnSubmit=&amp;quot;return VerifyDataEntry(this)&amp;quot;&amp;gt;&lt;br /&gt;	&amp;lt;table align=&amp;quot;center&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;tr&amp;gt;&lt;br /&gt;			&amp;lt;th&amp;gt;ID&amp;lt;/th&amp;gt;&lt;br /&gt;			&amp;lt;th&amp;gt;Title&amp;lt;/th&amp;gt;&lt;br /&gt;			&amp;lt;th&amp;gt;Rental Cost (&amp;#036;)&amp;lt;/th&amp;gt;&lt;br /&gt;		&amp;lt;/tr&amp;gt;&lt;br /&gt;						&lt;br /&gt;		&amp;lt;?php&lt;br /&gt;					&lt;br /&gt;			&amp;#036;i = 0;&lt;br /&gt;			while(&amp;#036;row = oci_fetch_array(&amp;#036;stmt))&lt;br /&gt;			{&lt;br /&gt;							&lt;br /&gt;				print	&amp;quot;&amp;lt;tr&amp;gt;&amp;quot;;&lt;br /&gt;				print	&amp;quot;&amp;lt;td&amp;gt;{&amp;#036;row[&amp;quot;DVD_ID&amp;quot;]}&amp;lt;input type=&amp;#39;hidden&amp;#39; name=&amp;#39;dvd_id[&amp;#036;i]&amp;#39; value=&amp;#39;{&amp;#036;row[&amp;quot;DVD_ID&amp;quot;]}&amp;#39; /&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;;&lt;br /&gt;				print	&amp;quot;&amp;lt;td&amp;gt;&amp;lt;input type=&amp;#39;text&amp;#39; name=&amp;#39;dvd_title[&amp;#036;i]&amp;#39; size=&amp;#39;30&amp;#39; maxlength=&amp;#39;100&amp;#39; value=&amp;#39;{&amp;#036;row[&amp;quot;DVD_TITLE&amp;quot;]}&amp;#39; /&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;;&lt;br /&gt;				print	&amp;quot;&amp;lt;td&amp;gt;&amp;lt;input type=&amp;#39;text&amp;#39; name=&amp;#39;rental_cost[&amp;#036;i]&amp;#39; size=&amp;#39;30&amp;#39; value=&amp;#39;{&amp;#036;row[&amp;quot;RENTAL_COST&amp;quot;]}&amp;#39; /&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;;&lt;br /&gt;				print	&amp;quot;&amp;lt;/tr&amp;gt;&amp;quot;;&lt;br /&gt;										&lt;br /&gt;				++&amp;#036;i;												&lt;br /&gt;			}&lt;br /&gt;		?&amp;gt;&lt;br /&gt;	&amp;lt;/table&amp;gt;&lt;br /&gt;	&amp;lt;table align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;		&amp;lt;tr&amp;gt;&lt;br /&gt;			&amp;lt;td&amp;gt;&amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Update DVDs&amp;quot;&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;/form&amp;gt;&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>evofantasy</author>
            <category>Codemasters</category>
            <pubDate>Fri, 28 Aug 2009 13:07:14 +0800</pubDate>
        </item>
        <item>
            <title>Seal of Cleave</title>
            <link>http://forum.lowyat.net/topic/1130802</link>
            <description>Seal of Command: This ability now chains to strike up to 2 additional targets when it is triggered by an attack.&lt;br /&gt;&lt;br /&gt;i guess SoC do stands for Seal of Cleave after all for 3.2.2&lt;br /&gt;&lt;br /&gt;This is pretty sick for trash mobs especially during trash based bosses...&lt;br /&gt;Though the big part of this would be on pvp aka. cleave.team...&lt;br /&gt;&lt;br /&gt;On a note: DS + SoC = insaneWIN storm with a QQ storm coming?&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.mmo-champion.com/index.php?topic=92744.0' target='_blank'&gt;http://www.mmo-champion.com/index.php?topic=92744.0&lt;/a&gt;</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Sat, 15 Aug 2009 02:34:41 +0800</pubDate>
        </item>
        <item>
            <title>Onyxia is back?</title>
            <link>http://forum.lowyat.net/topic/1128547</link>
            <description>She has lurked in her lair and done battle with the many brave adventurers who travelled to that familiar location over the years. Now, in honor of the World of Warcraft 5-year anniversary, the dreaded brood mother Onyxia is being revamped to make a return to the forefront of Azeroth, as part of our big plans for the upcoming 3.2.2 content patch.&lt;br /&gt;&lt;br /&gt;This permanent update to Onyxia will convert the dungeon into 10- and 25-player modes. We will be adding new items to Onyxia’s loot table that have the same model as some of the classic loot from this dungeon, like Tier 2 helms, with stats updated to match the current level of content. There will be a special new item too: a normal drake-sized 310% speed flying mount modeled after Onyxia herself called an Onyxia Broodling. We will also be updating the encounter mechanics to be more fitting for modern raiding, but we can guarantee players will get to experience the frightening horror of deep breaths once again.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Then for a limited time, after the 5-year anniversary event officially begins in November, anybody who logs in will receive an Onyxia Brood Whelpling pet.&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;We’re very excited to bring this classic encounter back to provide a fun new experience for both new and veteran players. Further details will be available in the near future, and we will be setting up the Public Test Realms soon to help test out this fight along with all the new content we have planned for the patch. Keep an eye on the forums for updates&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.mmo-champion.com/index.php?topic=92074.0' target='_blank'&gt;http://www.mmo-champion.com/index.php?topic=92074.0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;means we cant solo her anymore =(</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Thu, 13 Aug 2009 10:10:38 +0800</pubDate>
        </item>
        <item>
            <title>Computer AI</title>
            <link>http://forum.lowyat.net/topic/1112405</link>
            <description>&lt;img src='http://a.imagehost.org/0926/poster456.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;lol...&lt;br /&gt;took a while to make him do this...&lt;br /&gt;&lt;br /&gt;[addedon]July 29, 2009, 2:09 pm[/addedon]ps: &lt;a href='http://jabberwacky.com/' target='_blank'&gt;http://jabberwacky.com/&lt;/a&gt;</description>
            <author>evofantasy</author>
            <category>Kopitiam</category>
            <pubDate>Wed, 29 Jul 2009 14:09:24 +0800</pubDate>
        </item>
        <item>
            <title>Patch 3.2</title>
            <link>http://forum.lowyat.net/topic/1068292</link>
            <description>Emblem System Changes&lt;br /&gt;Both the 10 and 25 player instances of the Crusaders&amp;#39; Coliseum drop a new Emblem of Triumph.&lt;br /&gt;Any dungeons that previously dropped Emblems of Heroism or Valor, such as Naxxramas or Heroic Halls of Stone, will now drop Emblems of Conquest instead. Emblems of Conquest can still be converted to Valor or Heroism.&lt;br /&gt;The heroic dungeon daily quest will now reward 2 Emblems of Triumph and the normal daily dungeon quest will reward 1 Emblem of Triumph.&lt;br /&gt;The existing achievements to collect 1, 25, 50, etc. Emblems of Heroism, Valor, and Conquest have been converted to Feats of Strength since Heroism and Valor Emblems are no longer attainable.&lt;br /&gt;New achievements have been added to collect various amounts of any combination of emblems.&lt;br /&gt;&lt;br /&gt;from mmo-champion&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;doing heroics now get u almsot as geared as ulduar raiders now...&lt;br /&gt;WTF is this?</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Fri, 19 Jun 2009 04:31:05 +0800</pubDate>
        </item>
        <item>
            <title>Screamyx DNS screwups</title>
            <link>http://forum.lowyat.net/topic/1043929</link>
            <description>for those having problem login in, use openDNS (208.67.222.222) instead of the auto detect screamyx DNS...</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Wed, 27 May 2009 18:20:46 +0800</pubDate>
        </item>
        <item>
            <title>addons for MainTank</title>
            <link>http://forum.lowyat.net/topic/1029120</link>
            <description>despite really liked using AG unit frames, i&amp;#39;m forced to use xperl unit frames as it comes with a MT unit frame as well as focus frame (both which aguf is lacking)...&lt;br /&gt;so any suggestion for some addons for me to keep track of the maintank or any tank in heroics/ raids?&lt;br /&gt;&lt;br /&gt;tried ora2 and it didnt work out for me =(</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Wed, 13 May 2009 18:39:38 +0800</pubDate>
        </item>
        <item>
            <title>Competitive, leagues and clans subforum</title>
            <link>http://forum.lowyat.net/topic/1024935</link>
            <description>is it more or most of the threads in this subforum are filled with insane amount of flames till the extend of vulgarities (in non-english mostly)..&lt;br /&gt;&lt;br /&gt;example&lt;br /&gt;- &lt;a href='http://forum.lowyat.net/topic/1002830' target='_blank'&gt;http://forum.lowyat.net/topic/1002830&lt;/a&gt; a simple thing looking a team but the whole thread turned into flamewar&lt;br /&gt;- &lt;a href='http://forum.lowyat.net/topic/991349' target='_blank'&gt;http://forum.lowyat.net/topic/991349&lt;/a&gt; a thread about a tournament held is filled with name callings, flames etc&lt;br /&gt;&lt;br /&gt;i think some moderation is needed over there =(&lt;br /&gt;&lt;br /&gt;[addedon]May 9, 2009, 8:30 pm[/addedon]addin: &lt;a href='http://forum.lowyat.net/topic/1020754/+40' target='_blank'&gt;http://forum.lowyat.net/topic/1020754/+40&lt;/a&gt; even a small survey is filled wit spams, racism n flames</description>
            <author>evofantasy</author>
            <category>Main Site/Forum Feedback and Helpdesk</category>
            <pubDate>Sat, 09 May 2009 19:45:07 +0800</pubDate>
        </item>
        <item>
            <title>accidents</title>
            <link>http://forum.lowyat.net/topic/1006106</link>
            <description>guys, jz wondering rite...&lt;br /&gt;during an accident, who would suffer the most damage?&lt;br /&gt;the one banging, or the one that got banged?&lt;br /&gt;&lt;br /&gt;thanks</description>
            <author>evofantasy</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 21 Apr 2009 17:42:03 +0800</pubDate>
        </item>
        <item>
            <title>spoiler tags loading time</title>
            <link>http://forum.lowyat.net/topic/993006</link>
            <description>could the admin/ mod clarify something for me?&lt;br /&gt;&lt;br /&gt;for LYN, does the content in a spoiler tag (images etc) load when the page is loaded or when the spoiler is clicked on?&lt;br /&gt;cause there are some confusion on why the need for spoiler tags of images...&lt;br /&gt;&lt;br /&gt;thanks...</description>
            <author>evofantasy</author>
            <category>Main Site/Forum Feedback and Helpdesk</category>
            <pubDate>Thu, 09 Apr 2009 20:37:23 +0800</pubDate>
        </item>
        <item>
            <title>images in spoiler tags</title>
            <link>http://forum.lowyat.net/topic/992989</link>
            <description>guys,&lt;br /&gt;&lt;br /&gt;was jz wondering, do images in spoiler tag loads even when the spoiler tag is not clicked?&lt;br /&gt;cause for my case (opera) the images in the spoiler tag only loads when i clicked on the spoiler tags...&lt;br /&gt;&lt;br /&gt;but if it was loaded when the page loaded without even clicking on the spoiler tag, then why would the images still loads when i clicked the spoiler tag for the first time...&lt;br /&gt;&lt;br /&gt;thanks =p</description>
            <author>evofantasy</author>
            <category>Internet Related</category>
            <pubDate>Thu, 09 Apr 2009 20:19:15 +0800</pubDate>
        </item>
        <item>
            <title>Ret pally OP</title>
            <link>http://forum.lowyat.net/topic/990667</link>
            <description>post why u think ret pally are OP...&lt;br /&gt;better to discuss here than another thread that have no relation...&lt;br /&gt;&lt;br /&gt;to me, ret are OP cause they can make thousand of QQ threads on the official forum&amp;#33;&lt;br /&gt;&lt;br /&gt;the truth is: -&lt;br /&gt;&lt;br /&gt;&amp;quot;People get upset and say a class is OP because they have not yet figured out the effective strategy for killing that class or spec. People are quick to blame the game mechanics and too stubborn to admit their inability to pvp well.&amp;quot;&lt;br /&gt;by Draenalyne</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Tue, 07 Apr 2009 20:41:59 +0800</pubDate>
        </item>
        <item>
            <title>blizzard background patcher</title>
            <link>http://forum.lowyat.net/topic/964514</link>
            <description>my patcher is moving so darn slow so i was wondering is it only me?&lt;br /&gt;5.25mb/555mb and it&amp;#39;s been on for 2 hours or so...</description>
            <author>evofantasy</author>
            <category>World of Warcraft</category>
            <pubDate>Sat, 14 Mar 2009 16:53:23 +0800</pubDate>
        </item>
        <item>
            <title>book and check-in first world hotel genting</title>
            <link>http://forum.lowyat.net/topic/940905</link>
            <description>i&amp;#39;m really new with this so i was wondering, as per topic how to book n check-in without a credit card?&lt;br /&gt;i know i can book via phone but hw about after that?&lt;br /&gt;thanks...</description>
            <author>evofantasy</author>
            <category>Kopitiam Q&amp;amp;A</category>
            <pubDate>Thu, 19 Feb 2009 11:57:20 +0800</pubDate>
        </item>
        <item>
            <title>[URGENT] HTC touch backup contacts</title>
            <link>http://forum.lowyat.net/topic/923281</link>
            <description>hi...&lt;br /&gt;&lt;br /&gt;i would liek to backup the contacts in htc touch before i hard reset it...&lt;br /&gt;so how can i do it and which way its better...&lt;br /&gt;&lt;br /&gt;i&amp;#39;ve tried the active-sync and i could not do it...&lt;br /&gt;trying the spb backup but am unsure will it backup my contacts...&lt;br /&gt;&lt;br /&gt;preferable backup to my storage card or pc...&lt;br /&gt;it kept dying from time to time so fast response is needed...&lt;br /&gt;&lt;br /&gt;thanks...</description>
            <author>evofantasy</author>
            <category>Mobile Phones and PDAs</category>
            <pubDate>Mon, 02 Feb 2009 18:30:19 +0800</pubDate>
        </item>
        <item>
            <title>vista defrag n discspace</title>
            <link>http://forum.lowyat.net/topic/919446</link>
            <description>i had 22gig of free space...&lt;br /&gt;after defraging, i have 11 gig left...&lt;br /&gt;i thot that it would recover the next day but its the same...&lt;br /&gt;i&amp;#39;ve even cleared out all the shadow copy and its the same...&lt;br /&gt;&lt;br /&gt;the last time this happen, i could clear all the shadow copy to get back all the space but this time its not O.o&lt;br /&gt;of course from my experience, i&amp;#39;ll come back bit by bit later but i need 15gig now...&lt;br /&gt;so wut can i do?&lt;br /&gt;&lt;br /&gt;thanks...</description>
            <author>evofantasy</author>
            <category>Technical Support</category>
            <pubDate>Thu, 29 Jan 2009 13:07:45 +0800</pubDate>
        </item>
        <item>
            <title>gamespot&amp;#39;s 2009 anticipation and 2008 closer</title>
            <link>http://forum.lowyat.net/topic/899675</link>
            <description>&lt;a href='http://www.gamespot.com/pages/features/hotspot/index.php?tag=topslot;thumb;1' target='_blank'&gt;http://www.gamespot.com/pages/features/hot...topslot;thumb;1&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;pretty interesting...&lt;br /&gt;especially the speculations about the new games...&lt;br /&gt;&lt;br /&gt;note: its 2 hours long lol...</description>
            <author>evofantasy</author>
            <category>Consoles Couch</category>
            <pubDate>Wed, 07 Jan 2009 19:22:51 +0800</pubDate>
        </item>
    </channel>
</rss>
