nu heb ik de onder staande mod van phpbb gehaalt maar
het instaleeren ging wel goed tot dat...
ik moets een het onder staande sql uitvoeren maar gaf een foutmelding
dus mijn vraag wat is er mis aan de sql
http://www.phpbbhacks.com/viewhack.php?id=2258
Code: Selecteer alles
ALTER TABLE phpbb_users ADD user_car_mark VARCHAR(255) AFTER user_interests;
ALTER TABLE phpbb_users ADD user_car_model VARCHAR(255) AFTER user_car_mark;
ALTER TABLE phpbb_users ADD user_car_year VARCHAR(255) AFTER user_car_model;
ALTER TABLE phpbb_users ADD user_car_engine VARCHAR(255) AFTER user_car_year;
ALTER TABLE phpbb_users ADD user_car_wheel VARCHAR(255) AFTER user_car_engine;
ALTER TABLE phpbb_users ADD user_car_trans VARCHAR(255) AFTER user_car_wheel;
ALTER TABLE phpbb_users ADD user_car_color VARCHAR(255) AFTER user_car_trans;
ALTER TABLE phpbb_users ADD user_car_foto VARCHAR(255) AFTER user_car_foto;