MyBB Community Forums

Full Version: Game Section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You have text or a whitespace before <?php
k..

How do I add a game?

Can I take any old .swf file or do I have to make it compatible?
richjohnny Wrote:k..

How do I add a game?

Can I take any old .swf file or do I have to make it compatible?

you can get mybb arcade compatible games from http://www.ibpdownloads.com/ .

If you have the fla files then the submit button code would be:
on (release)
{
    var gname="[gname]";
    var gscore = [score_var];
    getURL("index.php?act=Arcade&do=newscore", "_self", "POST");
}
What page & what line do I have text or white space? I am so so confused.
Does this work with myps yet?
Don't think so.
Jag100 Wrote:Does this work with myps yet?

See Attachment. Havn't tested it, but some others did and they've said it works =P
it worked for me as far as i can see
richjohnny Wrote:What page & what line do I have text or white space? I am so so confused.

global.php Wink

Jag100 Wrote:Does this work with myps yet?

There's a plugin made, I gave it to the developer but I forgot to publish it. I go make a thread for it in the Mods forum on my site Wink
Sorry, that didn't fix the problem.

Warning: Cannot modify header information - headers already sent by (output started at /home/henhouse/public_html/bkbase/forums/global.php:1) in /home/henhouse/public_html/bkbase/forums/inc/functions.php on line 1118