ChatSpot v2.008b - User im Chat Anzeige

Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Gringo2004
Mitglied
Beiträge: 2
Registriert: 05.08.2006 09:15

ChatSpot v2.008b - User im Chat Anzeige

Beitrag von Gringo2004 »

Hallo zusammen,

ich doktere schon seit geraumer Zeit an einem Problem mit dem vor einiger Zeit in unserem Forum installieren Chatspot herum.

Der Chat ist funktionsfähig und macht auch sonst "nutzentechnisch" keinerlei Probleme. Allerdings gibt es ein Problem mit der "User im Chat" Anzeige.

Obgleich user im Chat sind steht immer

Es sind momentan 0 Besucher im Chat. auf der Startseite in der Statistik.

Mögliche Gründe: Folgenden Codeschnipsel musste ich bei der Installation v. Chatspot (in der Datei /includes/page_header.php) weglassen:

Code: Alles auswählen

# 
#-----[ FIND ]--------------------------------------------- 
# 
   $l_online_users .= sprintf($l_g_user_s, $guests_online); 
} 

# 
#-----[ AFTER, ADD ]--------------------------------------------- 
# 
// ******************** BEGIN phpBBChatSpot MOD ******************** 
require_once( $phpbb_root_path . 'chatspot/chatspot_front.' . $phpEx ); 
// ******************** END phpBBChatSpot MOD ******************** 
Weil sonst das passiert:

Code: Alles auswählen

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(../chatspotinstall) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_config.php on line 30 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/const.php) is not within the allowed path(s): (/www/htdocs/..../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main(includes/const.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main() [function.main]: Failed opening 'includes/const.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 44 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/toast.php) is not within the allowed path(s): (/www/htdocs/..../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main(includes/toast.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main() [function.main]: Failed opening 'includes/toast.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 46 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/logs.php) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main(includes/logs.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main() [function.main]: Failed opening 'includes/logs.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/.../chatspot/chatspot_functions.php on line 47 

Warning: main() [function.main]: open_basedir restriction in effect. File(../includes/kicks.php) is not within the allowed path(s): (/www/htdocs/.../) in /www/htdocs/.../chatspot/chatspot_functions.php on line 48 

Warning: main(includes/kicks.php) [function.main]: failed to create stream: Operation not permitted in /www/htdocs/.../chatspot/chatspot_functions.php on line 48 

Warning: main() [function.main]: Failed opening 'includes/kicks.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/..../chatspot/chatspot_functions.php on line 48 
ö 
Wie kann ich dieses Problem lösen? Ausserdem - gibt es die Möglichkeit anzuzeigen, welche registrierten User sich im Moment im Chat befinden?...Fragen über Fragen :)

Danke und Grüsse

Gringo
Gringo2004
Mitglied
Beiträge: 2
Registriert: 05.08.2006 09:15

Beitrag von Gringo2004 »

...keiner einen kleinen Tipp für mich? :cry:
Antworten

Zurück zu „phpBB 2.0: Mod Support“