Log in

View Full Version : [SOLUTION] High Score submitted to wrong game


GreasySpoon
05-19-2009, 12:54 PM
I think we have a solution for the problem with submitting scores to a wrong game.

Only one code line to change in arcade.php

Find:
$DB->query("SELECT * FROM ibf_games_list WHERE gid=".$userinfo['arcade_sess_gid']);

Replace with:
$DB->query("SELECT * FROM ibf_games_list WHERE gname='".$swfgname . "'");

Please test it and leave some feedback if it worked or not.

Greetz