Seite 12 von 34
Verfasst: 02.10.2007 12:32
von Friganto
okay danke mit 7Zip war ih nun erfolgreich herzlichen Dank
Verfasst: 02.10.2007 12:39
von madblueimp
Gern geschehen - 7-Zip ist auch allgemein empfehlenswert, sowohl das Programm als auch das Kompressionsformat.

Verfasst: 07.10.2007 10:59
von ante
ich würde gerne ein Button machen wollen für den chat
wie geht das ??? oder was muß ich umbauen ???
Verfasst: 14.10.2007 19:32
von madblueimp
@ante: "ein Button" kann vieles sein - du musst schon genauer erklären, was du umsetzen willst.
Verfasst: 14.10.2007 20:08
von madblueimp
Mittlerweile gab es einige neue Versions-Freigaben inklusive neuer Funktionen:
Version 0.5 (12.10.2007):
-------------------------------
New features:
- Realtime monitoring and server-side log viewer replaces log files creation.
- Invitation system to invite users to the current channel.
- Private channels based on invitation system.
- Possibility to access restricted channels by invitation.
- Possibility to use persistent font colors.
- Client-side settings are stored persistently in a settings cookie.
- /me and /describe and /action (new) messages are displayed in a custom style class.
- Added config variable to limit the number of available cannels.
- Added config variable to define the max users logged in.
- Added config variable to enable/disable private messages.
- Added config variable to enable/disable private channels.
- Added config variable to force auto-login.
- Added config variables to adjust guest usernames.
- Added config variable to enable/disable the display of channel messages login/logout, channel enter/leave.
- Added config variables to define the time of day and the days in the week the chat is opened.
- Styles from different chat versions are now included in all packages.
- Restructured CSS styles to separate Positioning, Borders, Fonts and Colors.
- Restructured DataBase code and added support for MySQLi.
- Chat versions with forum integration now use the existing database connection.
- Improved (multibyte) encoding support.
Bugfixes:
- Several (10) XMLHttpRequest objects are created for POST requests to allow real asynchronism.
This way messages sent before the server could respond don't result in an error message anymore.
- JavaScript links (private message links in online list) were not escaped properly.
- Removed Byte Order Mark at the beginning of finnish language files which caused unwanted output.
- Session handling now allows to keep the current session on logout.
Other changes:
- Code refactoring to cleanup the code and avoid naming collisions.
- Removed PHP Code from Template files - using a simple template system with custom tags.
- License change => Creative Commons Attribution-Share Alike (still free and open source).
Changed files:
- all (all versions)
Version 0.5.0.1 (13.10.2007):
-------------------------------
Changes:
- Moved forum integration code out of class files and into lib/custom.php.
Changed files:
- index.php (all versions)
- lib/custom.php (all versions - new)
- lib/class/CustomChat.php (all versions except standalone)
Version 0.5.1 (14.10.2007):
-------------------------------
New features:
- Added simple flood control (two new config variables).
Bugfixes:
- Ignored userNames were not escaped properly for message filter query [SECURITY RISK].
- /roll messages were being displayed as user messages instead of chatBot messages (Code refactoring mistake).
- No display of invitations/uninvitations or /roll messages from ignored users.
- Preventing robots from being logged in automatically (phpBB3 version).
Changed files:
- lib/config.php (all versions)
- lib/class/AJAXChat.php (all versions)
- lib/class/CustomAJAXChat.php (phpBB3 version)
Verfasst: 16.10.2007 20:28
von Stefan0812
ließe sich auf der Startseite des Forums eventuell ein Block einfügen, der anzeigt, wer zurzeit im Chat ist?
Hat das eventuell sogar jemand gemacht?
Verfasst: 16.10.2007 20:54
von madblueimp
Verfasst: 17.10.2007 07:11
von Tauberplanscher
Geht auch wirklich prima.
Im eingebauten Button oben bei SUCHE, PROFIL etc sieht man, wenn man mit der Maus über CHAT fährt, wer online ist.
Im Bereich "Wer ist online" werden derzeitigen Chatuser mit * gekennzeichnet.
Kannst du dir auch am Abend , wenn was los ist, unter
http://www.tauberplanscher-forum.de/ mal ansehen
Verfasst: 17.10.2007 09:00
von Stefan0812
danke! manchmal bin ich echt ein trottel!

Verfasst: 18.10.2007 11:20
von Helmut
Hallo,
ich habe ein Problem mit der neuen Version vom Chat (0.5.1.3_phpBB3). Mit der Version RC7 vom Forum erhalte ich folgende Fehlermeldung:
Fatal error: Call to a member function escape_string() on a non-object in C:\Programme\xampp\htdocs\phpBB3\chat\lib\class\AJAXChatMySQLiDataBase.php on line 69
Ich habe den Chat (0.5.1.3_phpBB3) zuvor mit der Version RC5 vom Forum getestet, da läuft er ohne Fehler. Der Fehler passiert beim einloggen nach drücken des Submit- Buttons bzw. wenn ich schon eingeloggt bin, wenn ich zum Chat wechsle. Hat von euch schon jemand eine Lösung für dieses Problem?
[EDIT]
Ich habe die Lösung bekommen, mehr dazu steht hier:
https://blueimp.net/forum/viewtopic.php?p=11124#p11124. Nun klappt es auch mit phpBB3RC7 ohne Probleme.
Gruß Helmut