Pagina 1 van 1

Hoe moet ik dit in de database ingeven??

Geplaatst: 19 mei 2007, 18:42
door sissing
hey hoe moet ik dit ingeven in de database:

Code: Selecteer alles

CREATE TABLE `phpbb_inline_ads` ( 
`ad_id` TINYINT( 5 ) NOT NULL auto_increment, 
`ad_code` TEXT NOT NULL , 
`ad_name` CHAR( 25 ) NOT NULL, 
PRIMARY KEY (`ad_id`) 
); 

INSERT INTO `phpbb_inline_ads` (`ad_id` , `ad_code`, `ad_name` ) 
VALUES 
('1', 'Your banner code goes here', 'Default'); 

INSERT INTO `phpbb_config` ( `config_name` , `config_value` ) 
VALUES 
('ad_after_post', '1'), 
('ad_post_threshold', ''), 
('ad_every_post', ''), 
('ad_who', '1'), 
('ad_no_forums', ''), 
('ad_no_groups', ''), 
('ad_old_style', '1'); 
mvg ruben

Geplaatst: 19 mei 2007, 19:10
door Jan
Via onze DB Update Generator of phpMyAdmin op je webhost.

Lees anders dit deeltjes van onze tutorial over MODs installeren eens:
http://wiki.phpbb.nl/Modificatie_installeren#SQL