Admin Privilege (Support für das Chatscript)

DavidRB, (vor 118 Tagen)

Hi Fritz,

I had to perform a fresh install, (the old chat disappeared off the server last week!

The previous version has the ability to input the admin names in the "chat config" section:

$admins = array(
// *****,
// *****,

I did input the names exactly as per the log in, but there is no "A" or "Admin" next to the names

I take it this process has changed? I am terrible with coding so please help Fritz!


Hallo Fritz,

ich musste eine Neuinstallation durchführen (der alte Chat ist letzte Woche vom Server verschwunden!).

In der vorherigen Version konnte man die Admin-Namen im Bereich „Chat-Konfiguration“ eingeben:

$admins = array(

// *****,

// *****,

Ich habe die Namen genau wie beim Login eingegeben, aber es wird kein „A“ oder „Admin“ neben den Namen angezeigt.

Hat sich dieser Vorgang geändert? Ich kenne mich mit Programmierung überhaupt nicht aus, also hilf mir bitte, Fritz!

Eintrag gesperrt
219 Views
Avatar

Admin Privilege

Fritz ⌂, (vor 118 Tagen) @ DavidRB

Hi DavidRB,


$admins = array(
‘Max’,
‘Moritz’,
);

Important! No comment characters (double slash) before the admin names.

Wichtig! keine Kommentarzeichen (double slash) vor den Admin-Namen.

Eintrag gesperrt
224 Views

Admin Privilege

DavidRB, (vor 118 Tagen) @ Fritz

Hi Fritz,

Yes I did this earlier following earlier post I read in the forum. However, when I remove the forward slashes, the chat room goes blank & then I get flagged it cannot be loaded


Hallo Fritz,

Ja, ich habe das bereits nach einem früheren Beitrag im Forum gemacht. Wenn ich jedoch die Schrägstriche entferne, wird der Chatraum leer und ich erhalte die Meldung, dass er nicht geladen werden kann.

Eintrag gesperrt
216 Views

Admin Privilege

DavidRB, (vor 118 Tagen) @ DavidRB

[image]

This is what is displayed in the chat

Eintrag gesperrt
218 Views
Avatar

Admin Privilege

Fritz ⌂, (vor 118 Tagen) @ DavidRB

the chat room goes blank

hast du
);
am Ende?

$admins = array(
// 'Max',
// 'Moritz',
);

Do you have
);
at the end?

$admins = array(
// ‘Max’,
// ‘Moritz’,
);

Eintrag gesperrt
215 Views

Admin Privilege

DavidRB, (vor 118 Tagen) @ Fritz

[image]

Eintrag gesperrt
215 Views
Avatar

Admin Privilege

Fritz ⌂, (vor 118 Tagen) @ DavidRB

// bedeutet, dass die Zeile wegkommentiert ist. Bitte die beiden slashes vor jedem Admin-Nick entfernen.

// means that the line is commented out. Please remove the two slashes before each admin nickname.

Eintrag gesperrt
210 Views

Admin Privilege

DavidRB, (vor 118 Tagen) @ Fritz

Hi Fritz,

No, despite your instructions the chat goes offline & cannot be reloaded, (I'm using Brave internet browser/Chrome)

Eintrag gesperrt
207 Views
Avatar

Admin Privilege

Fritz ⌂, (vor 118 Tagen) @ DavidRB

Ich vermute einen Fehler in deiner config_chat.php
Bitte teste mal mit der unveränderten config_chat.php aus dem Download.
Wenn das klapp, dann verwende als nächsten Schritt in der config_chat.php folgendes Snippet:
$admins = array(
'Max',
'Moritz',
);
und logge dich als Max ein.

I suspect there is an error in your config_chat.php file.
Please try using the unmodified config_chat.php file from the download.
If that works, then use the following snippet in config_chat.php as the next step:
$admins = array(
‘Max’,
‘Moritz’,
);
and log in as Max.