Hi!
Wollte mal fragen,ob es eine art spiel für das forum gibt ?
habe jetzt an sowas wie galaxywars (bloß halt nicht so complex) oder sowas in der art gibt ? will meinen membern etwas bieten...
Spiele Mod fürs Forum
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
.... Telefon-Support - Schnelle Hilfe bei Hackangriffen, Modeinbau, Templateanpassung, Grafikerst., uvm.
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
.... Es gibt keine Probleme .... Nur neue Chancen
.... Ihr wollt ein einmaliges Template? - Prof. Templateerstellung und phpBB-Anpassungen
wenn ic hdas mache kommt
Forum Home Mod Upgrade
Information
Database type :: mysql
phpBB version :: 2.0.18
Updating database schema & data
Progress :: .............................. Done
Result :: Some queries failed, the statements and errors are listing below
* Error :: Table 'phpbb_ina_pms' already exists
SQL :: CREATE TABLE phpbb_ina_pms ( `to_id` mediumint(8) NOT NULL default '0', `from_id` mediumint(8) NOT NULL default '0', `last_sent` int(11) NOT NULL default '0', `total_sent` mediumint(8) default NULL, `code` tinyint(4) default NULL)
* Error :: Table 'phpbb_ina_user_data' already exists
SQL :: CREATE TABLE phpbb_ina_user_data ( `user_id` mediumint(8) NOT NULL default '0', `last_played` varchar(25) default NULL, `last_played_date` int(11) default NULL, `first_places` mediumint(9) default '0', `last_won_date` int(11) default NULL, `at_first_places` mediumint(9) default '0')
* Error :: Table 'amiga500.iNA' doesn't exist
SQL :: UPDATE iNA SET version = 'v2.0.7'
* Error :: Duplicate entry 'games_cat_image_width' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_image_width', '80')
* Error :: Duplicate entry 'games_cat_image_height' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_image_height', '80')
* Error :: Duplicate entry 'games_tournament_max' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_max', '10')
* Error :: Duplicate entry 'games_tournament_games' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_games', '6')
* Error :: Duplicate entry 'games_tournament_players' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_players', '12')
* Error :: Duplicate entry 'games_moderators_mode' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_moderators_mode', '0')
* Error :: Duplicate entry 'games_posts_required' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_posts_required', '1')
* Error :: Duplicate entry 'games_use_pms' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_pms', '0')
* Error :: Duplicate entry 'games_total_top' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_total_top', '10')
* Error :: Duplicate entry 'games_new_games' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_new_games', '1')
* Error :: Duplicate entry 'games_cat_zero' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_zero', 'Show all the Games')
* Error :: Duplicate entry 'games_use_comments' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_comments', '0')
* Error :: Duplicate entry 'games_use_rating' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_rating', '0')
* Error :: Duplicate entry 'games_show_played' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_show_played', '1')
* Error :: Duplicate entry 'games_show_all' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_show_all', '1')
* Error :: Duplicate entry 'games_no_guests' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_no_guests', '0')
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `game_autosize` smallint(1) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `date_added` int(11) default 0
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `rank_required` int(11) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `level_required` tinyint(4) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_SESSIONS' doesn't exist
SQL :: ALTER TABLE iNA_SESSIONS CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_SCORES' doesn't exist
SQL :: ALTER TABLE iNA_SCORES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_AT_SCORES' doesn't exist
SQL :: ALTER TABLE iNA_AT_SCORES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `name` `cat_name` VARCHAR( 100 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `desc` `cat_desc` TEXT DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `icon` `cat_icon` VARCHAR( 255 ) DEFAULT NULL
Contact me so I can help fix the errors.
Forum Home Mod Upgrade
Information
Database type :: mysql
phpBB version :: 2.0.18
Updating database schema & data
Progress :: .............................. Done
Result :: Some queries failed, the statements and errors are listing below
* Error :: Table 'phpbb_ina_pms' already exists
SQL :: CREATE TABLE phpbb_ina_pms ( `to_id` mediumint(8) NOT NULL default '0', `from_id` mediumint(8) NOT NULL default '0', `last_sent` int(11) NOT NULL default '0', `total_sent` mediumint(8) default NULL, `code` tinyint(4) default NULL)
* Error :: Table 'phpbb_ina_user_data' already exists
SQL :: CREATE TABLE phpbb_ina_user_data ( `user_id` mediumint(8) NOT NULL default '0', `last_played` varchar(25) default NULL, `last_played_date` int(11) default NULL, `first_places` mediumint(9) default '0', `last_won_date` int(11) default NULL, `at_first_places` mediumint(9) default '0')
* Error :: Table 'amiga500.iNA' doesn't exist
SQL :: UPDATE iNA SET version = 'v2.0.7'
* Error :: Duplicate entry 'games_cat_image_width' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_image_width', '80')
* Error :: Duplicate entry 'games_cat_image_height' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_image_height', '80')
* Error :: Duplicate entry 'games_tournament_max' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_max', '10')
* Error :: Duplicate entry 'games_tournament_games' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_games', '6')
* Error :: Duplicate entry 'games_tournament_players' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_tournament_players', '12')
* Error :: Duplicate entry 'games_moderators_mode' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_moderators_mode', '0')
* Error :: Duplicate entry 'games_posts_required' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_posts_required', '1')
* Error :: Duplicate entry 'games_use_pms' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_pms', '0')
* Error :: Duplicate entry 'games_total_top' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_total_top', '10')
* Error :: Duplicate entry 'games_new_games' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_new_games', '1')
* Error :: Duplicate entry 'games_cat_zero' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_cat_zero', 'Show all the Games')
* Error :: Duplicate entry 'games_use_comments' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_comments', '0')
* Error :: Duplicate entry 'games_use_rating' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_use_rating', '0')
* Error :: Duplicate entry 'games_show_played' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_show_played', '1')
* Error :: Duplicate entry 'games_show_all' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_show_all', '1')
* Error :: Duplicate entry 'games_no_guests' for key 1
SQL :: INSERT INTO phpbb_config (`config_name`, `config_value`) VALUES ('games_no_guests', '0')
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `game_autosize` smallint(1) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `date_added` int(11) default 0
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `rank_required` int(11) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES ADD `level_required` tinyint(4) default NULL
* Error :: Table 'amiga500.iNA_GAMES' doesn't exist
SQL :: ALTER TABLE iNA_GAMES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_SESSIONS' doesn't exist
SQL :: ALTER TABLE iNA_SESSIONS CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_SCORES' doesn't exist
SQL :: ALTER TABLE iNA_SCORES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_AT_SCORES' doesn't exist
SQL :: ALTER TABLE iNA_AT_SCORES CHANGE `game_name` `game_name` VARCHAR( 50 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `name` `cat_name` VARCHAR( 100 ) DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `desc` `cat_desc` TEXT DEFAULT NULL
* Error :: Table 'amiga500.iNA_CAT' doesn't exist
SQL :: ALTER TABLE iNA_CAT CHANGE `icon` `cat_icon` VARCHAR( 255 ) DEFAULT NULL
Contact me so I can help fix the errors.