Updated chatfiles

This commit is contained in:
genuineparts 2025-07-01 20:37:31 +02:00
parent d7ee19306c
commit ffa8c6f76e
3 changed files with 34 additions and 10 deletions

View file

@ -34,11 +34,11 @@ class module_chat extends admin_module{
`categoryname`
)
VALUES (
NULL , 'yac Chat'
NULL , 'PT Chat'
);");
$cid=$db->last_id();
$db->query("INSERT INTO `" . $config["prefix"] . "config` (`name`, `value`, `title`, `description`, `option`, `category`) VALUES
('LOGINKEY', 'zuzfshgw8qitr813841492', 'Loginkey', 'Der Secure Key des Chats.', 'text', ".$cid."),
('LOGINKEY', '', 'Loginkey', 'Der Secure Key des Chats.', 'text', ".$cid."),
('SOCK_PORT', '8090', 'Chatport', 'Der Port auf dem der Server l<>uft.', 'text', ".$cid."),
('ENABLE_WATCHSERVER', '', 'Watchserver einschalten', 'Soll der Watchserver aktiviert werden?.', 'select(Ja|true;Nein|false)', ".$cid."),
('SMILIES_URL', 'http://forum.recensio.org/', 'Smilieurl', 'Die Url zu den Smiliebildern', 'text', ".$cid.");");