habe eine frage wegen db
Verfasst: 10.08.2003 14:17
Hallo Leute da ich in Datenbankenerstellung nicht grade viel weis hab ich da ma 2 fragen zu
Habe hier 2 mods der is für den supermod da mus ich folgendes machen
in der db
#-----[ DATABASE CHANGES ]------------------------------------------
#
ALTER TABLE phpbb_themes ADD fontcolor4 VARCHAR (6) ;
ALTER TABLE phpbb_themes_name ADD fontcolor4_name CHAR (50) ;
#
äh nur wie mache ich das?
Und der andere ist der categorie hack
auch da soll ich wieder folgendes in der db machen
--------Add Table in you Mysql DB----------
CREATE TABLE `phpbb_topic_cat` (
`k_id` INT(11) AUTO_INCREMENT PRIMARY KEY,
`forum_id` INT(11),
`kategorie` TEXT
);
ALTER TABLE `topics` ADD `k_id` INT(10) DEFAULT '0';
(Change the name if you want. Then you must change the entrie in the constans.php)
auch davon hab ich leider null plan
Könnte mir einer ma n tipp oder ne anleitung geben wie ich das in der db machen muss ??????????
Danke
mfg
Kabel
Habe hier 2 mods der is für den supermod da mus ich folgendes machen
in der db
#-----[ DATABASE CHANGES ]------------------------------------------
#
ALTER TABLE phpbb_themes ADD fontcolor4 VARCHAR (6) ;
ALTER TABLE phpbb_themes_name ADD fontcolor4_name CHAR (50) ;
#
äh nur wie mache ich das?
Und der andere ist der categorie hack
auch da soll ich wieder folgendes in der db machen
--------Add Table in you Mysql DB----------
CREATE TABLE `phpbb_topic_cat` (
`k_id` INT(11) AUTO_INCREMENT PRIMARY KEY,
`forum_id` INT(11),
`kategorie` TEXT
);
ALTER TABLE `topics` ADD `k_id` INT(10) DEFAULT '0';
(Change the name if you want. Then you must change the entrie in the constans.php)
auch davon hab ich leider null plan
Könnte mir einer ma n tipp oder ne anleitung geben wie ich das in der db machen muss ??????????
Danke
mfg
Kabel