Ok guys,
I am really sorry, that it doesnt work out with the database and the table creation... maybe somebody could tell me what I am doing wrong ?
My install code for the plugin is:
PHP Code:
$vbulletin->db->hide_errors();
$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS '" . TABLE_PREFIX . "erupdate' (
'id' int(11) NOT NULL auto_increment,
'title' varchar(255) NOT NULL,
'timestamp' timestamp NOT NULL default CURRENT_TIMESTAMP,
'intern' tinyint(4) NOT NULL,
'active' tinyint(4) NOT NULL,
'user_id' int(11) NOT NULL,
PRIMARY KEY (`id`)
)");
$vbulletin->db->show_errors();
Would be interested into providing the arabic language : )