MyBB Community Forums

Full Version: ibProArcade Database Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I'm trying to install the iBProArcade on my forum, but I get an SQL error when I try to install:

mySQL query error: CREATE TABLE mybb_games_scores (
    				s_id int(11) NOT NULL auto_increment,
                    mid int(11) NOT NULL default '0',
                    gid int(11) NOT NULL default '0',
                    name text NOT NULL,
                    score FLOAT(11) NOT NULL default '0',
                    ip text NOT NULL,
                    comment text NOT NULL,
                    datescored int(10) NOT NULL,
                PRIMARY KEY (s_id)) TYPE=MyISAM

mySQL error: Table 'mybb_games_scores' already exists
mySQL error code: 
Date: Sunday 01st of January 2006 07:25:00 PM
Can anyone help me with this?

Thanks, it's appreciated Smile.

MiniG
Seems like you've installed it already?
Quote:Table 'mybb_games_scores' already exists
Hmm, that's odd, I've only installed it once.

I'll see if it works though, once I change all the files.

Thanks
I've got another problem Rolleyes

I'm supposed to search for

if(!strstr($mybb['location'], "member.php?action=avatar") && !$noonline)
{
	$db->query("UPDATE ".TABLE_PREFIX."online SET uid='$mybb[uid]', time='$time', location='$mybb[location]', ip='$ipaddress' WHERE (ip='$ipaddress' AND uid='$mybb[uid]') OR (ip='$ipaddress')");
	if(!$db->affected_rows())
	{
		$db->query("INSERT INTO ".TABLE_PREFIX."online VAlUES ('$mybb[uid]', '$ipaddress', '$time', '$mybb[location]')");
	}
}
in global.php, however I can't find that code. Any ideas?
Let me ask you something, Can you tell me where to get iBProArcade For MyBB?
Beacuse in the official site there is no link for MyBB :\
Thanks, Added to your rating Smile
And me nither cant find that orange in global.php Sad
Someone know if needed to skip that? Or the text changed to something else? :\

--Edit: A Bigger problem, I Think after the 1.01 Update, MyBB Team changed many things, Beacuse in the ibproarcade instructions there is many stuff that isnt in the templates/files.--
Yes I think this mod was made for RC4. considering the postdate was last year.
Hmm... is there a way to get this working for 1.0?
Pages: 1 2 3 4