My mistake!!
There are missing coma´s in the query of the first games between the thumb picture and the game dimension.
wrong:
INSERT INTO `jeux` VALUES (2, 'Easter Egg Catch', 'eastercatch', 'Move the bunny and catch the falling eggs. If the bunny is holding five eggs put the eggs in the basket. Avoid ROTTEN EGGS. They will make you drop your eggs. Catch CHOCOLATE RABBITS for more speed.', 'eastercatch.jpg' '550', '400');
correct:
INSERT INTO `jeux` VALUES (2, 'Easter Egg Catch', 'eastercatch', 'Move the bunny and catch the falling eggs. If the bunny is holding five eggs put the eggs in the basket. Avoid ROTTEN EGGS. They will make you drop your eggs. Catch CHOCOLATE RABBITS for more speed.', 'eastercatch.jpg', '550', '400');
I´ve tested only all german query´s. Some of the english query are messed up. Sorry ...
All query´s are now ok. Download Links updated.
My PunBB Arcade Mod & Game Packs 1-9 (
update 01-06-2007):
Test and download here !