ibProArcade Database Error
#1
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
#2
Seems like you've installed it already?
Quote:Table 'mybb_games_scores' already exists
Dennis Tsang
Former MyBB Team Member
Web: http://dennistt.net
#3
Hmm, that's odd, I've only installed it once.

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

Thanks
#4
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?
#5
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 :\
Signed,
//NadavP2

[Image: o6hq.gif]
SPAM = Stupid pointless annoying message
#6
Click here: http://community.mybboard.net/showthread.php?tid=1526 Smile
#7
Thanks, Added to your rating Smile
Signed,
//NadavP2

[Image: o6hq.gif]
SPAM = Stupid pointless annoying message
#8
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.--
Signed,
//NadavP2

[Image: o6hq.gif]
SPAM = Stupid pointless annoying message
#9
Yes I think this mod was made for RC4. considering the postdate was last year.
Snake
Find me here!
#10
Hmm... is there a way to get this working for 1.0?


Forum Jump:


Users browsing this thread: 1 Guest(s)