Seite 2 von 3

Verfasst: 30.06.2005 18:17
von MarkusK
Supersonic hat geschrieben:Die chatspot_front.php muß in den Foren-Root, alle anderen ins Verzeichnis chatspot.
Ist drin.. das popup bleibt trotz allem leer

leeres popup

Verfasst: 11.10.2005 22:37
von nightfox
hallo,

ich habe auch das problem mit dem leeren fenster beim klick auf "Chat" in der overall_header.tpl...

die chatspot_front.php habe ich im root... woran kann das noch liegen?

Lösung...

Verfasst: 12.10.2005 13:16
von Rayco
Hi nightfox Hi MarkusK, einen wunderschönen Tag euch!

Ich hatte in den letzten Tagen tonnenweise Schriftwechsel und liebe Leute die mir helfen wollten Chatspot 2.0 zum laufen zu bringen. Ich habe auch wirklich alle Anweisungen artig befolgt... allein es half nichts.


Der entscheidende Tipp kam von steffi1977....

sie schrieb:
ich denke das es noch an der Version liegt.
Wie gesagt im Beitrag davor nehm MOD Version: 1.0.0
die höhere hat noch zu viele Bugs und ist laut meiner Info noch nicht fertig.
Und siehe da..... Mein Chat läuft wie doll und verrückt.

Wer's testen will: www.music-forum-pro.de und dann einloggen.


Danke Steffi! :grin:

Verfasst: 12.10.2005 14:33
von nightfox
hab nun auch auf Version 1.0.0 gewechselt, nun ist alles i.O.

Danke Rayco und letztendlich danke Steffi :D

lg nf

Verfasst: 13.10.2005 01:04
von steffi1977
bitte bitte, gebve meine Erfahrung gerne weiter :grin:

Verfasst: 13.10.2005 01:57
von John Doe
Nicht vergessen.

Code: Alles auswählen

## EasyMod compliant
##############################################################
## MOD Title: Chatspot Update (1.0 -> 1.0.1)
## MOD Author: Chatspot Development Team < kaniaz@gmail.com > (N/A) http://chatspot.sourceforge.net
## MOD Description: This will attempt to update Chatspot 1.0 installations to 1.0.1. The verison number is not changed.
## MOD Version: 1.0.1
##
## Installation Level: easy
## Installation Time: 2 Minutes
## Files To Edit: 2
##                     chatspot/message_interpreter.php
##                     chatspot/message_send.php
##
## Included Files: 0
##
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: 
##
## This file will attempt to update 1.0.0 to 1.0.1. It is better to just do a 'clean install'
## of Chatspot, but if you have hacked your installation you could use this too.
## 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 
## MOD History: 
## 
##    30th July 2005
##      - I screwed it up the first time. Fixed.
##
##    27th July 2005
##      - First (and likely to be last) release
## 
############################################################## 

#
#-----[ OPEN ]--------------------------------------------------
#
chatspot/message_interpreter.php

#
#-----[ FIND ]----------------------------------------
#
		if( !$skip_formatting )

#
#-----[ AFTER, ADD ]----------------------------------
#
	//Stop the javascript exploit.
	$colour=strip_tags($colour);
	
	//Breaks html entites from being inserted.
	$colour=htmlentities($colour);

#
#-----[ OPEN ]---------------------------------------------
#
chatspot/chatspot_functions.php

#
#-----[ FIND ]---------------------------------------------
#
function get_room_name( $room_id )
{
	global $db, $table_chatspot_rooms_name;

#
#-----[ AFTER, ADD ]--------------------------------------
#
if (!is_numeric($room_id)) { die("Hacking attempt - room ID was not a number"); }



#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

Chatspot History

Verfasst: 29.11.2005 08:39
von °Billy
Hi,

weiß jemand ob es bei Chatspot irgendwie eine Chat-History oder ein Protokoll gibt? Wäre nicht schlecht nach einem Expertenchat informative Teile daraus zu speichern.

Gruß Billy

Verfasst: 12.12.2005 16:29
von wortner
Also bei mir funktioniert des kleine Teil da unten nicht wo steht:Wer ist online?
Bei dem Teil da drunter sollte doch stehen wie viele online sind, oder???

Danke im Voraus

Verfasst: 13.12.2005 16:28
von steffi1977
weiß jemand wann das update fertig ist (ohne Bugs) ??

Verfasst: 18.12.2005 23:05
von Helmut71
Frage zum chatspot:

mittlerweile gibts ja eine version 2.0.0a6 http://chatspot.sourceforge.net/download

Gibts schon ne dt. Übersetzung??