
09-01-2002, 04:43 PM
|
|
|
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
hmmm....all went well until the allgames.sql query was run. I ran it both by source, and then also by copy/pasting. Got the same errors. Tried to run the queries one at a time, still had issues:
Quote:
Error
SQL-query:
INSERT INTO arcadegames VALUES (
1,
\'tetris\',
\'Tetris\',
\'The classic game of Tetris that we all know and love...\',
\'tetris.swf\',
\'\', \'\', 0, 0, 0,
\'Tetris Champion\',
\'#FF0000\',
\'$tetrisscore\',
550, 380,
\'classid=\"clsid 27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"\',
\'username=$username&s=$session[sessionhash]&highscore=$highscore&bbtitle=$bbtitle&location=$v pa_bburl&gamename=$game\',
\'\\r\\n\',
\'pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\"\'
);
MySQL said: You have an error in your SQL syntax near '$tetrisscore', 550, 380, 'classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540' at line 9
|
When I try to run the Breakout query, it says:
Quote:
MySQL said: You have an error in your SQL syntax near '$breakoutscore',
400, 500,
'classid="clsid 27CDB6E-AE6D-11cf-96B8-4445535' at line 9
|
None of the queries work for me. I've dropped and readded the arcade tables, no change.
|