
06-17-2006, 04:50 PM
|
|
|
Join Date: Apr 2006
Location: Cyberspace, UK
Posts: 729
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
ok, go into phpmyadmin and run these 2 queries:
Quote:
INSERT INTO games (shortname, gameid, title, descr, file, width, height, miniimage, stdimage, gamesettings, highscorerid, highscore) VALUES ('pacman', NULL, 'Pacman', 'The yellow blob returns! Eat the pills and jack up your score in this arcade classic.', 'pacman.swf', 360, 420, 'pacman2.gif', 'pacman1.gif', 29, NULL, NULL)
|
and
Quote:
INSERT INTO gamenews (newstext,newstype,datestamp) VALUES ('New game installed, <b>Pacman</b>','newgame','1124952989')
|
|