05.01.2010, 00:00
Hallo, und ein frohes Neues gewünscht!
Habe heute den Ajax-Chat 0802 neu installiert, funktioniert auch. Nur sollen Gäste ausgeschlossen werden. Wie mache ich das?
Habe einmal einen Code zum Ändern Zeilen 113-124 in ".../chat/lib/config.php" bekommen, was ich auch getan habe, geändert hat sich leider nichts:
// Enable/Disable guest logins:
$config['allowGuestLogins'] = false;
// Enable/Disable write access for guest users - if disabled, guest users may not write messages:
$config['allowGuestWrite'] = false;
// Allow/Disallow guest users to choose their own userName:
$config['allowGuestUserName'] = false;
// Guest users should be distinguished by either a prefix or a suffix or both (no whitespace):
$config['guestUserPrefix'] = '(';
// Guest users should be distinguished by either a prefix or a suffix or both (no whitespace):
$config['guestUserSuffix'] = ')';
// Guest userIDs may not be lower than this value (and not higher than privateChannelDiff):
$config['minGuestUserID'] = 400000000;
Habe heute den Ajax-Chat 0802 neu installiert, funktioniert auch. Nur sollen Gäste ausgeschlossen werden. Wie mache ich das?
Habe einmal einen Code zum Ändern Zeilen 113-124 in ".../chat/lib/config.php" bekommen, was ich auch getan habe, geändert hat sich leider nichts:
// Enable/Disable guest logins:
$config['allowGuestLogins'] = false;
// Enable/Disable write access for guest users - if disabled, guest users may not write messages:
$config['allowGuestWrite'] = false;
// Allow/Disallow guest users to choose their own userName:
$config['allowGuestUserName'] = false;
// Guest users should be distinguished by either a prefix or a suffix or both (no whitespace):
$config['guestUserPrefix'] = '(';
// Guest users should be distinguished by either a prefix or a suffix or both (no whitespace):
$config['guestUserSuffix'] = ')';
// Guest userIDs may not be lower than this value (and not higher than privateChannelDiff):
$config['minGuestUserID'] = 400000000;