<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[PunBB Forums - My Mod Arcade beta 1]]></title>
	<link rel="self" href="http://punbb.informer.com/forums/feed/atom/topic/10882/"/>
	<updated>2009-06-03T12:02:42Z</updated>
	<generator>PunBB</generator>
	<id>http://punbb.informer.com/forums/topic/10882/my-mod-arcade-beta-1/</id>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128184/#p128184"/>
			<content type="html"><![CDATA[<p>You can search over on punres.org for any available mods for 1.2*.</p>]]></content>
			<author>
				<name><![CDATA[MattF]]></name>
				<uri>http://punbb.informer.com/forums/user/9938/</uri>
			</author>
			<updated>2009-06-03T12:02:42Z</updated>
			<id>http://punbb.informer.com/forums/post/128184/#p128184</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/128162/#p128162"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[frozen.fish]]></name>
				<uri>http://punbb.informer.com/forums/user/15533/</uri>
			</author>
			<updated>2009-06-03T04:16:57Z</updated>
			<id>http://punbb.informer.com/forums/post/128162/#p128162</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/95657/#p95657"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Runar]]></name>
				<uri>http://punbb.informer.com/forums/user/5943/</uri>
			</author>
			<updated>2007-06-04T13:16:21Z</updated>
			<id>http://punbb.informer.com/forums/post/95657/#p95657</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/88134/#p88134"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[bizpro]]></name>
				<uri>http://punbb.informer.com/forums/user/9731/</uri>
			</author>
			<updated>2007-02-23T04:13:57Z</updated>
			<id>http://punbb.informer.com/forums/post/88134/#p88134</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85872/#p85872"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Nullig]]></name>
				<uri>http://punbb.informer.com/forums/user/8754/</uri>
			</author>
			<updated>2007-01-25T16:24:36Z</updated>
			<id>http://punbb.informer.com/forums/post/85872/#p85872</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85718/#p85718"/>
			<content type="html"><![CDATA[<p>Use the one that comes with the mod? Ask someone more familiar with the mod for help?</p>]]></content>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://punbb.informer.com/forums/user/1209/</uri>
			</author>
			<updated>2007-01-23T11:38:32Z</updated>
			<id>http://punbb.informer.com/forums/post/85718/#p85718</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85706/#p85706"/>
			<content type="html"><![CDATA[<p>what i can do ?</p>]]></content>
			<author>
				<name><![CDATA[FruitCake]]></name>
				<uri>http://punbb.informer.com/forums/user/8826/</uri>
			</author>
			<updated>2007-01-23T09:58:12Z</updated>
			<id>http://punbb.informer.com/forums/post/85706/#p85706</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85545/#p85545"/>
			<content type="html"><![CDATA[<p>Yes: that doesn&#039;t mean the arcade.php you changed to is made for that setup</p>]]></content>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://punbb.informer.com/forums/user/1209/</uri>
			</author>
			<updated>2007-01-21T14:17:33Z</updated>
			<id>http://punbb.informer.com/forums/post/85545/#p85545</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85544/#p85544"/>
			<content type="html"><![CDATA[<p>I&#039;m use punBB 1.2.14 and Arcade 1.1 ??</p>]]></content>
			<author>
				<name><![CDATA[FruitCake]]></name>
				<uri>http://punbb.informer.com/forums/user/8826/</uri>
			</author>
			<updated>2007-01-21T13:54:44Z</updated>
			<id>http://punbb.informer.com/forums/post/85544/#p85544</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85543/#p85543"/>
			<content type="html"><![CDATA[<p>Yeah, like I said, that arcade.php isn&#039;t made for this version of this mod</p>]]></content>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://punbb.informer.com/forums/user/1209/</uri>
			</author>
			<updated>2007-01-21T13:45:50Z</updated>
			<id>http://punbb.informer.com/forums/post/85543/#p85543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85541/#p85541"/>
			<content type="html"><![CDATA[<p>oh </p><p>I have new error</p><br /><p>An error was encountered<br />Error: Unable to get latest games.</p>]]></content>
			<author>
				<name><![CDATA[FruitCake]]></name>
				<uri>http://punbb.informer.com/forums/user/8826/</uri>
			</author>
			<updated>2007-01-21T13:38:44Z</updated>
			<id>http://punbb.informer.com/forums/post/85541/#p85541</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85539/#p85539"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://punbb.informer.com/forums/user/1209/</uri>
			</author>
			<updated>2007-01-21T13:26:17Z</updated>
			<id>http://punbb.informer.com/forums/post/85539/#p85539</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85537/#p85537"/>
			<content type="html"><![CDATA[<p>how to do the necessary DB modifications&nbsp; ?</p>]]></content>
			<author>
				<name><![CDATA[FruitCake]]></name>
				<uri>http://punbb.informer.com/forums/user/8826/</uri>
			</author>
			<updated>2007-01-21T13:23:06Z</updated>
			<id>http://punbb.informer.com/forums/post/85537/#p85537</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85454/#p85454"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Smartys]]></name>
				<uri>http://punbb.informer.com/forums/user/1209/</uri>
			</author>
			<updated>2007-01-20T16:46:36Z</updated>
			<id>http://punbb.informer.com/forums/post/85454/#p85454</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: My Mod Arcade beta 1]]></title>
			<link rel="alternate" href="http://punbb.informer.com/forums/post/85452/#p85452"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[FruitCake]]></name>
				<uri>http://punbb.informer.com/forums/user/8826/</uri>
			</author>
			<updated>2007-01-20T16:41:15Z</updated>
			<id>http://punbb.informer.com/forums/post/85452/#p85452</id>
		</entry>
</feed>
