It was my mistake, I added the new code after instead of before the find.KillBill. wrote:I do not see zero.vipaka wrote:Ah, I like that even better, thanks.Except that it says "you've recieved 0 gold" on the confirmation page. *will fix it*

It was my mistake, I added the new code after instead of before the find.KillBill. wrote:I do not see zero.vipaka wrote:Ah, I like that even better, thanks.Except that it says "you've recieved 0 gold" on the confirmation page. *will fix it*
vipaka wrote:It was my mistake, I added the new code after instead of before the find.*such a noob to coding*
I voted and added my 2 centsKillBill. wrote:Started a poll, a new idea: View topic
Code: Select all
[phpBB Debug] PHP Notice: in file /includes/challenge/functions_arcade.php on line 320: Undefined property: arcade::$config
Code: Select all
[phpBB Debug] PHP Notice: in file /arcade/includes/auth.php on line 70: Undefined index: user_arcade_permissions
votedKillBill. wrote:Started a poll, a new idea: View topic
If the scores can't be saved for the game why manually add a score to it? Doing so will confuse your members into believing that the game is working correctly when it isn't.Jessica wrote:votedKillBill. wrote:Started a poll, a new idea: View topic
question, is there a way I can, using phpmyAdmin, add a score to a game that hasn't been played? There are two games in my arcade that I can not submit a score at all, and I can't figure out how to fix it. I have saved by text the two scores for both games
The 320 line is not config code.vipaka wrote:Code: Select all
[phpBB Debug] PHP Notice: in file /includes/challenge/functions_arcade.php on line 320: Undefined property: arcade::$config
Code: Select all
$sql = 'SELECT challenge_id
Code: Select all
$arcade_challenge->challenge_options($score_data, $row['cat_id'], $game_id);
Code: Select all
if ($arcade->points['installed'] && $arcade->points['enabled'] && $arcade->config['challenge_points_enable'])
Code: Select all
&& $arcade->config['challenge_points_enable']
Code: Select all
if (!trim($userdata['user_arcade_permissions']))
This code does not exist in the rc8 release.vipaka wrote:(line 320 for me)Code: Select all
if ($arcade->points['installed'] && $arcade->points['enabled'] && $arcade->config['challenge_points_enable'])
Are you serious?KillBill. wrote:This code does not exist in the rc8 release.vipaka wrote:(line 320 for me)Code: Select all
if ($arcade->points['installed'] && $arcade->points['enabled'] && $arcade->config['challenge_points_enable'])
I think you uploaded the old version.
I don't care because only I can access the arcade on my board. I don't allow anyone else accesskeith10456 wrote:If the scores can't be saved for the game why manually add a score to it? Doing so will confuse your members into believing that the game is working correctly when it isn't.Jessica wrote:votedKillBill. wrote:Started a poll, a new idea: View topic
question, is there a way I can, using phpmyAdmin, add a score to a game that hasn't been played? There are two games in my arcade that I can not submit a score at all, and I can't figure out how to fix it. I have saved by text the two scores for both games
It would probably be better to remove the game from your arcade until you can figure out what the problem is.
I don't see why not if it's optional, but I think it should be integrated with the mchat. http://www.phpbb.com/customise/db/mod/m ... w_version/Jessica wrote:I don't care because only I can access the arcade on my board. I don't allow anyone else accesskeith10456 wrote:If the scores can't be saved for the game why manually add a score to it? Doing so will confuse your members into believing that the game is working correctly when it isn't.Jessica wrote:votedKillBill. wrote:Started a poll, a new idea: View topic
question, is there a way I can, using phpmyAdmin, add a score to a game that hasn't been played? There are two games in my arcade that I can not submit a score at all, and I can't figure out how to fix it. I have saved by text the two scores for both games
It would probably be better to remove the game from your arcade until you can figure out what the problem is.
MChat won't be suitable because it doesn't have individual Chat rooms.NintendoMii wrote:I don't see why not if it's optional, but I think it should be integrated with the mchat. http://www.phpbb.com/customise/db/mod/m ... w_version/Jessica wrote:I don't care because only I can access the arcade on my board. I don't allow anyone else accesskeith10456 wrote:If the scores can't be saved for the game why manually add a score to it? Doing so will confuse your members into believing that the game is working correctly when it isn't.Jessica wrote:votedKillBill. wrote:Started a poll, a new idea: View topic
question, is there a way I can, using phpmyAdmin, add a score to a game that hasn't been played? There are two games in my arcade that I can not submit a score at all, and I can't figure out how to fix it. I have saved by text the two scores for both games
It would probably be better to remove the game from your arcade until you can figure out what the problem is.