
Der MOD ist hier vor 10 Minuten frisch installiert in einem neuen Forum und läuft bei mir

http://www.forum-ohne-namen.de/phpBB206 ... rofile&u=2
Code: Alles auswählen
CREATE TABLE phpbb_usercars (
usercars_id int(11) NOT NULL auto_increment,
user_id int(11) NOT NULL default '0',
usercars_pic varchar(255) NOT NULL default '',
usercars_carname text,
usercars_mods text,
usercars_cylinders text,
usercars_desc text,
usercars_exhaust text,
usercars_power text,
usercars_topspeed text,
PRIMARY KEY (usercars_id)
) TYPE=MyISAM;
Code: Alles auswählen
if($_FILES["datei"]["name"] == "") {
message_die(GENERAL_MESSAGE, $lang['L_USERCARS_MOD3']);
exit;
}