Mik3e
Erfahrenes Mitglied
Hi zusammen,
Bin bei PHPbb auf folgende Zeilen in einem Install-File gestossen:
Sieht wie ein Makro aus (DOS, SQL und Fileoperationen gemischt).
Kennt das vl. jemand? Kann es sich dabei um ein PEAR Modul handeln oder ist dies ein Batch-Job, der nur von PHPbb interpretiert wird? Oder gar nur eine Bugtrack / Update Liste?
Danke vorweg,
LG
Mike
Bin bei PHPbb auf folgende Zeilen in einem Install-File gestossen:
Code:
#
#-----[ COPY ]------------------------------------------
#
copy templates/subSilver/images/icon_birthday.gif to templates/subSilver/images/icon_birthday.gif
copy templates/subSilver/birthday_interface.tpl to templates/subSilver/birthday_interface.tpl
#
#-----[ SQL ]-------------------------------------------
#
ALTER TABLE phpbb_users ADD user_birthday int(8) DEFAULT '0' NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_show',1);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_require',0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_year',0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_lock',0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_lookahead',7);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_max',100);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bday_min',5);
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]-----------------------------------
Sieht wie ein Makro aus (DOS, SQL und Fileoperationen gemischt).
Kennt das vl. jemand? Kann es sich dabei um ein PEAR Modul handeln oder ist dies ein Batch-Job, der nur von PHPbb interpretiert wird? Oder gar nur eine Bugtrack / Update Liste?
Danke vorweg,
LG
Mike
Zuletzt bearbeitet: