uitgevoerd & opgelost [ Birthday mod ]
Geplaatst: 16 sep 2006, 05:01
hallo ..
ik heb even een vraag nou wou ik de Birthday mod installeren maar nu staat er dit
wat bedoelen ze daarmee, ? want de rest snap ik wel alleen dit niet zo jah dit ik iets moet zetten in me phpbb_config maar volgens mij had ik al een keer iets willen installeren en moest ik ook zoiets doen en dat lukte ook niet zou iemand mij willen helpen dank u !!!
ik heb even een vraag nou wou ik de Birthday mod installeren maar nu staat er dit
Code: Selecteer alles
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null;
ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' not null;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_required', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_greeting', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_user_age', '100');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('min_user_age', '5');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_check_day', '7');
#