<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - My Mod Arcade beta 1]]></title>
		<link>http://punbb.informer.com/forums/topic/10882/my-mod-arcade-beta-1/</link>
		<description><![CDATA[The most recent posts in My Mod Arcade beta 1.]]></description>
		<lastBuildDate>Wed, 03 Jun 2009 12:02:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/128184/#p128184</link>
			<description><![CDATA[<p>You can search over on punres.org for any available mods for 1.2*.</p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Wed, 03 Jun 2009 12:02:42 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128184/#p128184</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/128162/#p128162</link>
			<description><![CDATA[<p>What is the diff between punarcade 1.1? and anyone got a link for a working copy so i can check it out..</p>]]></description>
			<author><![CDATA[dummy@example.com (frozen.fish)]]></author>
			<pubDate>Wed, 03 Jun 2009 04:16:57 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/128162/#p128162</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/95657/#p95657</link>
			<description><![CDATA[<div class="quotebox"><cite>Runar wrote:</cite><blockquote><p>I found a big big security hole.</p><p>You can use Javascript to edit the score to whatever you want:</p><p>Simply save the .swf (the game) file and find out the variable for the score, which is &quot;score&quot; in this game, and edit 1337 to the score you want. Then enter it in your adress bar and click Enter.<br /></p><div class="codebox"><pre><code>javascript:void((document.getElementsByTagName(&quot;embed&quot;)[0].SetVariable(&quot;score&quot;,1337)))</code></pre></div><p>Is there any way to solve this?</p></blockquote></div><p>I quote myself.</p><p>No one had this problem? Some of my users are cheating, but I can&#039;t prove it.</p>]]></description>
			<author><![CDATA[dummy@example.com (Runar)]]></author>
			<pubDate>Mon, 04 Jun 2007 13:16:21 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/95657/#p95657</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/88134/#p88134</link>
			<description><![CDATA[<p>Hi,</p><p>I want it so that if someone loses thier trophy it sends them a pm or email stating that htey lost thier trophy just like the phpbb-amod arcade mod.</p><p>Anyone?</p>]]></description>
			<author><![CDATA[dummy@example.com (bizpro)]]></author>
			<pubDate>Fri, 23 Feb 2007 04:13:57 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/88134/#p88134</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85872/#p85872</link>
			<description><![CDATA[<p>@ango</p><p>A couple of changes to the arcade_play.php file to make it work correctly in FF (IE seems to work OK), as the h2 tags don&#039;t work outside of the tables. Also, the $lang_arcade[&#039;Not played&#039;] should be $lang_arcade[&#039;Not played yet&#039;] to match the lang file.</p><p>Change:<br /></p><div class="codebox"><pre><code>// We have no highscore
?&gt;
    &lt;div class=&quot;blockform&quot;&gt;
    &lt;h2&gt;
    &lt;table cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
    &lt;td width=&quot;33%&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span&gt;&lt;? echo $lang_arcade[&#039;Not played&#039;] ?&gt;&lt;/span&gt;
    &lt;/td&gt;
    &lt;td width=&quot;33%&quot; align=&quot;middle&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;Top highscore&#039;] ?&gt; &lt;strong&gt; &lt;? echo $result2[&#039;rank_score&#039;] ?&gt; &lt;/strong&gt; &lt;? if($result2[&#039;rank_score&#039;] &gt; 0) echo $lang_arcade[&#039;by&#039;], &#039; &#039;?&gt; &lt;i&gt; &lt;? echo $result2[&#039;username&#039;]?&gt;&lt;/i&gt;&lt;/span&gt;
    &lt;/td&gt;    
    &lt;td width=&quot;33%&quot; align=&quot;right&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;played&#039;]?&gt; &lt;strong&gt; &lt;? echo $line[&#039;game_played&#039;] ?&gt;&lt;strong&gt;&lt;/span&gt;
    &lt;/td&gt;
    &lt;/table&gt;
    &lt;/h2&gt;
    
&lt;?php
}
else
{
    $line2 = $db-&gt;fetch_assoc($result);
    
// We have a highscore
?&gt;

&lt;div class=&quot;blockform&quot;&gt;
    &lt;h2&gt;
    &lt;table cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
    &lt;td width=&quot;33%&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span&gt;&lt;? echo $lang_arcade[&#039;Your highscore&#039;],&#039;: &#039; ?&gt; &lt;strong&gt;&lt;? echo $line2[&#039;rank_score&#039;] ?&gt;&lt;/strong&gt;&lt;/span&gt;
    &lt;/td&gt;
    &lt;td width=&quot;33%&quot; align=&quot;middle&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;Top highscore&#039;] ?&gt; &lt;strong&gt; &lt;? echo $result2[&#039;rank_score&#039;] ?&gt; &lt;/strong&gt; &lt;? echo $lang_arcade[&#039;by&#039;], &#039; &#039;?&gt; &lt;i&gt; &lt;? echo $result2[&#039;username&#039;]?&gt;&lt;/i&gt;&lt;/span&gt;
    &lt;/td&gt;    
    &lt;td width=&quot;33%&quot; align=&quot;right&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;played&#039;]?&gt; &lt;strong&gt; &lt;? echo $line[&#039;game_played&#039;] ?&gt;&lt;strong&gt;&lt;/span&gt;
    &lt;/td&gt;
    &lt;/table&gt;
    &lt;/h2&gt;</code></pre></div><p>to:<br /></p><div class="codebox"><pre><code>// We have no highscore
?&gt;
    &lt;div class=&quot;blockform&quot;&gt;
    &lt;table cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
    &lt;td width=&quot;33%&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span&gt;&lt;? echo $lang_arcade[&#039;Not played yet&#039;] ?&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;
    &lt;td width=&quot;33%&quot; align=&quot;middle&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;Top highscore&#039;] ?&gt; &lt;strong&gt; &lt;? echo $result2[&#039;rank_score&#039;] ?&gt; &lt;/strong&gt; &lt;? if($result2[&#039;rank_score&#039;] &gt; 0) echo $lang_arcade[&#039;by&#039;], &#039; &#039;?&gt; &lt;i&gt; &lt;? echo $result2[&#039;username&#039;]?&gt;&lt;/i&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;    
    &lt;td width=&quot;33%&quot; align=&quot;right&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;played&#039;]?&gt; &lt;strong&gt; &lt;? echo $line[&#039;game_played&#039;] ?&gt;&lt;strong&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;
    &lt;/table&gt;
    
&lt;?php
}
else
{
    $line2 = $db-&gt;fetch_assoc($result);
    
// We have a highscore
?&gt;

&lt;div class=&quot;blockform&quot;&gt;
    &lt;table cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
    &lt;td width=&quot;33%&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span&gt;&lt;? echo $lang_arcade[&#039;Your highscore&#039;],&#039;: &#039; ?&gt; &lt;strong&gt;&lt;? echo $line2[&#039;rank_score&#039;] ?&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;
    &lt;td width=&quot;33%&quot; align=&quot;middle&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;Top highscore&#039;] ?&gt; &lt;strong&gt; &lt;? echo $result2[&#039;rank_score&#039;] ?&gt; &lt;/strong&gt; &lt;? echo $lang_arcade[&#039;by&#039;], &#039; &#039;?&gt; &lt;i&gt; &lt;? echo $result2[&#039;username&#039;]?&gt;&lt;/i&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;    
    &lt;td width=&quot;33%&quot; align=&quot;right&quot; cellspacing=&quot;0&quot; style=&quot;padding: 0px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; border:none; &quot;&gt;
        &lt;h2&gt;&lt;span align=&quot;right&quot;&gt;&lt;? echo $lang_arcade[&#039;played&#039;]?&gt; &lt;strong&gt; &lt;? echo $line[&#039;game_played&#039;] ?&gt;&lt;strong&gt;&lt;/span&gt;&lt;/h2&gt;
    &lt;/td&gt;
    &lt;/table&gt;</code></pre></div><p>Nullig</p>]]></description>
			<author><![CDATA[dummy@example.com (Nullig)]]></author>
			<pubDate>Thu, 25 Jan 2007 16:24:36 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85872/#p85872</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85718/#p85718</link>
			<description><![CDATA[<p>Use the one that comes with the mod? Ask someone more familiar with the mod for help?</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Tue, 23 Jan 2007 11:38:32 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85718/#p85718</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85706/#p85706</link>
			<description><![CDATA[<p>what i can do ?</p>]]></description>
			<author><![CDATA[dummy@example.com (FruitCake)]]></author>
			<pubDate>Tue, 23 Jan 2007 09:58:12 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85706/#p85706</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85545/#p85545</link>
			<description><![CDATA[<p>Yes: that doesn&#039;t mean the arcade.php you changed to is made for that setup</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sun, 21 Jan 2007 14:17:33 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85545/#p85545</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85544/#p85544</link>
			<description><![CDATA[<p>I&#039;m use punBB 1.2.14 and Arcade 1.1 ??</p>]]></description>
			<author><![CDATA[dummy@example.com (FruitCake)]]></author>
			<pubDate>Sun, 21 Jan 2007 13:54:44 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85544/#p85544</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85543/#p85543</link>
			<description><![CDATA[<p>Yeah, like I said, that arcade.php isn&#039;t made for this version of this mod</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sun, 21 Jan 2007 13:45:50 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85543/#p85543</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85541/#p85541</link>
			<description><![CDATA[<p>oh </p><p>I have new error</p><br /><p>An error was encountered<br />Error: Unable to get latest games.</p>]]></description>
			<author><![CDATA[dummy@example.com (FruitCake)]]></author>
			<pubDate>Sun, 21 Jan 2007 13:38:44 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85541/#p85541</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85539/#p85539</link>
			<description><![CDATA[<p>FIND<br /></p><div class="codebox"><pre><code>$result = $db-&gt;query(&#039;SELECT COUNT(game_id) FROM &#039;.$db-&gt;prefix.&#039;arcade_games&#039;) or error(&#039;Unable to fetch total game count&#039;, __FILE__, __LINE__, $db-&gt;error());</code></pre></div><p>REPLACE WITH<br /></p><div class="codebox"><pre><code>$result = $db-&gt;query(&#039;SELECT COUNT(*) FROM &#039;.$db-&gt;prefix.&#039;arcade_games&#039;) or error(&#039;Unable to fetch total game count&#039;, __FILE__, __LINE__, $db-&gt;error());</code></pre></div><p>Again though, that script looks like it wasn&#039;t written for the current version: it might not work at all</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sun, 21 Jan 2007 13:26:17 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85539/#p85539</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85537/#p85537</link>
			<description><![CDATA[<p>how to do the necessary DB modifications&nbsp; ?</p>]]></description>
			<author><![CDATA[dummy@example.com (FruitCake)]]></author>
			<pubDate>Sun, 21 Jan 2007 13:23:06 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85537/#p85537</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85454/#p85454</link>
			<description><![CDATA[<p>I don&#039;t use the arcade mod, but it looks like you didn&#039;t do the necessary DB modifications (or maybe this version of arcade.php uses a different version of the mod)</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sat, 20 Jan 2007 16:46:36 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85454/#p85454</guid>
		</item>
		<item>
			<title><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link>http://punbb.informer.com/forums/post/85452/#p85452</link>
			<description><![CDATA[<p>An error was encountered<br />File: **********************/httpdocs/arcade.php<br />Line: 59</p><p>PunBB reported: Unable to fetch total game count</p><p>Database reported: Unknown column &#039;game_id&#039; in &#039;field list&#039; (Errno: 1054)</p>]]></description>
			<author><![CDATA[dummy@example.com (FruitCake)]]></author>
			<pubDate>Sat, 20 Jan 2007 16:41:15 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/85452/#p85452</guid>
		</item>
	</channel>
</rss>
