hallo
If you don't know x7chat this is a demo site :
http://demo.hostx7.com/index.php
If you like this chat, I will tell you how integrate it into pragmamx
screen1 (http://demo-pragmamx.22web.net/albums/x7chat/Capture10.gif)
screen2 (http://demo-pragmamx.22web.net/albums/x7chat/Capture9.gif)
works it with php 5.2.1?
Hat sich erledigt. Geht.
hi
Zitat von: install.txt
*********************
*** Requirements ***
*********************
It is recommend that you use an FTP client for uploading and changing
permissions on files and directories. For assistance in obtaining and
using an FTP client please visit http://help.x7chat.com.
X7 Chat requires that you have a properly configured HTTP server which
supports PHP Version 4.2.2* or higher. X7 Chat also requires some type
of database server. X7 Chat provides built in support for the following
database servers:
- MySql 3.23.54* or higher;
Additional modules may be available at http://x7chat.com that will allow
you to use different database servers. Instructions for installing
these should come with them.
If you are unable to find a module for your database, you may also
program your own database module for X7 Chat to use. Intermediate to
advanced knowledge of PHP is required to do this. Support is not
provided, but documentation is available at http://help.x7chat.com under
the developer section.
* X7 Chat may function properly with some lower versions but Tech
Support will not be provided to people who do not meet these system
requirements.
PHP Version 4.2.2* or higher. and pragmamx 0.19
X7chat forum
Zitat von: algebre am 02 Mai 2007, 04:17:12
If you like this chat, I will tell you how integrate it into pragmamx
Tell me (us)
hi
0- make db backup
1 download v2.0.5 from http://x7chat.com/releases/v2/x7chat2_0_5.zip
2 unzip and upload in a folder (chat) into root of your pragmamx
3 unzip attached file and upload it
4 loggin as admin
5 activate new module (chat)
6 click on chat link
7 the installation processus will be atomaticaly started
8 next->next->next->(just clic next no things to do)
9 create chat admin account ( must be same with god account of pragmamx)
10 delete the files install.php and upgradev1.php (from chat folder in root)
11 enjoy
Thanks :BD:
Der Chat greift aber nicht auf die Datenbank (User) vom Pragmamx zu? Ich dachte er liest die User aus. Macht er aber nicht, oder habe ich da etwas falsch verstanden.
OK OK, blöd darf man sein aber nicht blind. Habe das File das angehängt war nicht gesehen :cool: :mad2:
@netzer
ZitatDer Chat greift aber nicht auf die Datenbank (User) vom Pragmamx zu?
are you sure?
If there is difference between the prefix and the user_prefix in your db
open modules/chat/lib/auth/pragmamx.php
find :
global $dbhost, $dbuname, $dbpass, $dbname, $prefix;
$pragmamx_prefix = $prefix."_";
replace by:
global $dbhost, $dbuname, $dbpass, $dbname, $user_prefix;
$pragmamx_prefix = $user_prefix."_";
if you like test it create an account here (http://demo-pragmamx.22web.net/modules.php?name=Your_Account) and chat with your self
hi
I'm so sorry, I forget one file in the archive
put this file in root/chat/lib/
hallo
only one other thing:
ZitatCookies für phpNuke-Module erstellen?
must be activeted in admin.php?op=Configure
you can test it here (http://demo-pragmamx.22web.net/) without registering,
using tester, test
Hi,
Chat läuft nun.
Ist es richtig, das sich keine Gäste einloggen können, obwohl ein Hacken in den Einstellungen ist?
Beim klick auf "registrieren" in der Chat Anmeldung kommt ein Seiten Fehler. Stimmt der Link?
root/chat/modules.php?name=Your_Account&op=new_user
Keine Anmeldung möglich. Fehler?
So, das zweite Problem hab ich selbst lösen können, mit dem reg. Pfad in der Anmeldemaske.
In der pragmamx.php im lib Ordner muss man die Pfadangabe anpassen je nachdem im wievielten Unterverzeichnis das Pragma bzw. der Chat liegt.
$auth_register_link = "modules.php?name=Your_Account&op=new_user";
Vor "modules.php muss halt ".././" usw.
Nur das erste Prob hab ich noch nicht gefunden. Kann man echt nicht kurzzeitigen Gastzugang erlauben?
hallo
look at root/chat/index.php line 402
actual line is:
exit ("<center><a href=\"../$auth_register_link\" target=\"_top\">Create new account</a></center>");
and try with this:
exit ("<center><a href=\"../../$auth_register_link\" target=\"_top\">Create new account</a></center>");
Hi,
wenn bei mir der Chat geladen ist geht Firefox einfach so zu, ohne irgendeine Meldung. Wenn ich ihn neu öffne sage ich Sitzung wiederherstellen und dann wähle ich wieder einen Chat-Raum und nach dem laden geht er wieder zu. Immer wieder das selbe. Hat das noch jemand??
LG Benjamin
Zitat von: Oscar175 am 03 Mai 2007, 20:49:16
Hi,
wenn bei mir der Chat geladen ist geht Firefox einfach so zu, ohne irgendeine Meldung. Wenn ich ihn neu öffne sage ich Sitzung wiederherstellen und dann wähle ich wieder einen Chat-Raum und nach dem laden geht er wieder zu. Immer wieder das selbe. Hat das noch jemand??
LG Benjamin
Ich verwende auch ausschließlich Firefox (neueste Version). Dies kann ich aber nicht bestätigen.
.
Hi there,
the problem I have with the Chat-Module exists with the installation of the database-parts.
Copying the files and installation does work fine.
However, when calling the chat afterwards, an error occurs telling me "table xxx does not exist".
I checked this using PHPMyAdmin and found out, that the installation does not set up database correctly with me.
My Database-Prefix is MX58998_ (f. e. mx58998_users). The install script now sets up completely new tables that are like here: "mx58998users", "mx58998banned" etc... it does not more...
Where do I have to change the installation that the tables are changed correctly and not set up some new ones?
Kind regards
Markus
Hi again,
I did now change the tables from f. e. "mx58998banned" to "mx58998_banned" and left out the already existing tables - no success. Error message regarding sql structure...
Who can help? What mistake did I do?
Regards
Markus
hi
look at ROOT/chat/lib/auth/pragmamx.php
search :
$pragmamx_prefix = $user_prefix."_";
replace by
$pragmamx_prefix = $user_prefix;
Zitat von: algebre am 06 Mai 2007, 10:54:15
$pragmamx_prefix = $user_prefix."_";
I do not have the given phrase in that file. I could only find:
global $dbhost, $dbuname, $dbpass, $dbname, $prefix;
$pragmamx_prefix = $prefix."_";
$prefix = $temp_prefix;
So I will change it to:
global $dbhost, $dbuname, $dbpass, $dbname, $prefix;
$pragmamx_prefix = $user_prefix;
$prefix = $temp_prefix;
Correct ?
Regards
Markus
EDIT: It did not help. See as follows:
Creating table mx58998bandwidth ... OK
Creating table mx58998banned ... OK
Creating table mx58998events ... OK
Creating table mx58998filter ... OK
Creating table mx58998messages ... OK
Creating table mx58998muted ... OK
Creating table mx58998online ... OK
Creating table mx58998permissions ... OK
Creating table mx58998rooms ... OK
Creating table mx58998settings ... OK
Creating table mx58998users ... OK
Setup was successful. Press Next to setup your Admin account.
As you can see, all tables were again made the wrong way...
Here f. e. the error message:
Table 'thx5549pragma.mx58998_x7chat2_banned' doesn't exist
Regards
Markus
hi
now I understands.
I do not know for what the system detect not the prefix?
You must introduce the prefix in phase 2
Hi, ;)
the prefix is correctly displayed as in your image. But something does not work well within the understanding between installation routine and database...
No idea... I have an blackout.
Kind regards
Markus
P. S. Das muss doch irgendwie rauszufinden sein, warum die Erstellung der Tables bzw. das Alter_Table nicht hinhaut... Jeder, der eine Idee hat, bitte meldet euch !
Keiner eine Idee, wie ich mit diesem tollen Chat glücklich werden könnte?
Es kann doch nicht sooo schwer sein, dem Script zu sagen, dass er die Tables anstatt "so" lieber "so" anlegen soll (siehe oben)...
Was ich z. B. auch nicht weiss: Das Script legt eine Table "mx58998users" an... Soll hier die ursprünglich bestehende Table um ein Feld erweitert werden oder tatsächlich ein neues Table "mx58998_X7bla_users angelegt werden ?
Helft mir ! ;)
Liebe Grüße
Markus
hi
Zitat von: netzerChat läuft nun.
I do not know what happened with your installer? :puzzled:
but you can rename your tables manualy via phpmyadmin
like mx58998_x7chat2_banned :gruebel:
Is OK. Chat is running :-)
Hi Algebre,
thnx for fine support regarding the Database-Problem. I have now manually changed the Tables as advised from you and now the chat is running including the usernames from PragmaMx. Thanks a lot.
One more problem now exists: When I come to the Pragma admin menue and click on "X8 Chat Admin" the system shows me an error message "You do not have the permission to enter this section". Of course, I am logged in as God-Admin.
Any idea ?
Kind regards
Markus
hi
I'm sorry I made an error
open admin/modules/x7chat.php
replace all after those lines:
$Date: 2007/05/2 11:49:21 $
**********************************/
by :
if (!MX_IS_ADMIN){
include("header.php");
opentable();
mxErrorScreen("<b>" . _RESTRICTEDAREA . "</b><br><br>" . _MODULESADMINS . "", _ACCESSDENIED);
closetable();
include("footer.php");
}
include ("header.php");
//GraphicAdmin();
OpenTable();
?>
<iframe height="800" name="manage_database" scrolling="yes" border="0" frameborder="0" marginwidth="0" marginheight="0" width="100%" src="<?php echo (MX_BASE_URL ."chat/index.php?act=adminpanel");?>"></iframe>
<?php
CloseTable();
include("footer.php");
?>
Hi,
so sorry to bother you again, I have now changed the x7chat.php as mentioned in your posting above but the whole thing does not work.
The situation is as it was before and I do get the message: "You do not have the permission to enter this section" everytime when I try to enter the Chat-Admin from the Admin panel...
It seems, it does not recognize my Admin-status... Any more ideas ?
Best regards - and thanx for your fine support
Markus
Hi,
obwohl ein neuer User noch nicht für das Portal/Forum freigeschaltet wurde (Adminfreischaltung bei Registrierung) kann er schon in den Chat als Registrierter User. Fehler? Ist das bei anderen auch so?
Folgender Fehler gleich zu Beginn
Warning: main(includes/detection/config.php) [function.main]: failed to open stream: No such file or directory in C:\xampp\htdocs\neu\includes\mx_detect.php on line 18
Warning: main() [function.include]: Failed opening 'includes/detection/config.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\neu\includes\mx_detect.php on line 18
Wenn ich es trotzdem installieren bekomme ich am Ende ne ganze Seite voller Fehler und die Tabellen werden wohl auch nicht angelegt. :gruebel:
hi
in read-me.txt
Zitatif you got a probleme with :
Warning: include_once(includes/detection/config.php
open /includes/mx_detect.php & comment line 18
//include_once('includes/detection/config.php');
after installation uncomment it
include_once('includes/detection/config.php');
Sagt mir einer Bescheid, wenn er läuft?
Ich würd ihn dann auch gern installieren <g>
Aber wenn ich mir das hier durchles, trau ich mich nicht ;)
Hey Algebre and all other folks :gott:
please refer to my last posting above and the problem with the admin-login for which I do net yet have a solution...
Anyone to help please ?
Kind regards
Markus
hi
It is not necessary to come to “chat admin” via mx admin panel. You can access to “chat admin” directly from chat module.
(Admin CP)
Hm,
something is not correctly working here...
I do not have the AdminCP on my display...
Please check the enclosed live picture from my site. Only User CP, no Admin...
Kind regards
Markus
hi
there is an problem in chat_user table
execute this query with phpmyadmin
SELECT `aid` , `pwd`
FROM `mx58998_authors`
WHERE `name` = 'God'
copy name and password
then execute this query:
Zitat
UPDATE `mx58998_x7chat2_users` SET `username` = 'paste_name_here',
`password` = 'paste_md5_password_here' WHERE `id` =1 LIMIT 1 ;
or change admin and pass manually(via phpmyadmin)
Hi again,
I did execute first query with phpMyAdmin, copied the username and pass, inserted the second query, took the username and pass from query#1, inserted it there and executed it.
Result: Queries were okay, but no result. Nothing has changed, it does not work either... ! :-)
Will you give me a new try ?
I will be on vacation now for the next 5 days so please be patient, that I will not answer until Wednesday next week. ;)
Kind regards
Markus
hi
@breakdancer
in screen 1 your member list
screen 2 my member list
screen 3 my phpmyadmin
PS chat administrator must be same with pragmamx system ( admin God)
then you can create others admins
Wie sieht es aus , kann mann den Chat schon Installieren ?
Oder soll man vorerst noch die Finger davon lassen ?
Hey,
ja der Chat läuft soweit einwandfrei. Bei mir leider derzeit noch im Testbetrieb nur für Admins, muss später noch das Theme ändern und die restlichen Räume anlegen, dann kann ich ihn freischalten.
Probleme mit der Datenbank gab es soweit keine, bis auf die Gruppendefinition. Standardmäßig werden alle User wohl als Standard-User in der DB angelegt... Die Administratoren können dann aber nachträglich per MyAdmin umgeschrieben werden.
Liebe Grüße
Markus
...by the way @algebre:
Sorry,
I forgot to say thanks for your last hint. Now the chat is working fine and without any problems. Great support !
BR
Markus
Hi,
der Chat läuft bei mir auch schon ne Weile. Keine Probs beim Chatbetrieb.
Wunschliste:
Man sollte im Chat die User mit klick auf Namen ansprechen können. Momentan muß man noch händisch "@user" davor schreiben.
Zitat von: netzer am 20 Juni 2007, 07:42:22
Wunschliste:
Man sollte im Chat die User mit klick auf Namen ansprechen können. Momentan muß man noch händisch "@user" davor schreiben.
Das solltest Du besser im Support-Forum vom X7Chat (http://x7chat.com/support_forum/) schreiben. Dort gibt es extra nen Board "Feature Requests". ;)
If it posible, i have any problems with the languages-files? See here. (http://viennaffairs.at/modules.php?name=chat)
Zitat von: StegRene am 22 Juni 2007, 21:25:14
If it posible, i have any problems with the languages-files? See here. (http://viennaffairs.at/modules.php?name=chat)
Sorry for new post, but i can´t change the old post.
I see, that this
Zitatmain(./lang/german_du.php):
is wrong, but all changes in index.php takes no effect.
hi
copy (lang/german.php) and rename it to (lang/german_du.php) make modif if necessary
ich habe das problem wenn ich auf chat clicke klappt soweit alles
aber die leiste links wo Hauptmenu usw drin ist ist
leer da ist die seite sie ist aber leer.
der chat klappt
Zitat von: algebre am 23 Juni 2007, 00:05:31
hi
copy (lang/german.php) and rename it to (lang/german_du.php) make modif if necessary
Ok, i see. Thanks a lot!
Now i have the chat, but "standalone" - no connection to pragma, i think..... :gruebel:
But the Database-Prefix is correct, i have change it manually.
Now it works.
I have change the passwort for the admin in database manually, and now its all right.
Fine - nice chat!
Hi there,
in the above mentioned DL - are there all bugfixes / enhancements included or do I have to follow each step here from this topic again?
Thank for the implementation and any information
Oliver / HanSolo
Zitat von: michaelthomas am 23 Juni 2007, 01:03:37
ich habe das problem wenn ich auf chat clicke klappt soweit alles
aber die leiste links wo Hauptmenu usw drin ist ist
leer da ist die seite sie ist aber leer.
der chat klappt
habe mal zur besseren ansicht ein bild dazu gefügt.
Zitat von: HanSolo am 23 Juni 2007, 11:55:24
Hi there,
in the above mentioned DL - are there all bugfixes / enhancements included or do I have to follow each step here from this topic again?
Thank for the implementation and any information
Oliver / HanSolo
You have follow each step.
hallo zusammen. gibts eigentlich irgendwie die möglichkeit das die user sich nicht nochmal zusätzlich im chat einloggen müssen ?
Zitat von: vittatus am 29 Juni 2007, 17:37:35
hallo zusammen. gibts eigentlich irgendwie die möglichkeit das die user sich nicht nochmal zusätzlich im chat einloggen müssen ?
Haste das
http://www.pragmamx.org/Forum-topic-21326-start-msg144229.html#msg144229
mal gelesen und den Anhang runtergeladen? ;)
........... und der User soll seinen Cache leeren!
Sehr wichtig, ich hab einen, der kam bis letzte Woche auch nicht rein, da er immer das Anmeldefenster bekam ;)
guten morgen pragma mx gemeinde,
wolte mal fragen ob es irgendwie jemand hiermal auf deutsch erklären kann, wie man den chat installiert.
mit dem englisch-deutsch-deutsch-englisch komme ich irgendwie nicht mehr klar.
würde den chat sehr gerne auch einsetzen, aber ich bekomme aus lauter fehlermeldungen nichts hin.
ja ok, ich bin blond :mad2:
vielen dank für eure mithilfe.
mit sportlichen grüßen
schoenefelder
Hallo , hab auch den x7chat installiert. Alles funktioniert bis auf das ich mich im Admin Modus nicht einloggen und Einstellungen verändern kann. Das Problem mit den Tabellen habe ich gelöst, hab nachgelesen. Dann hab ich laut Anleitung per PHPMYADMIN den Admin angelegt . Genau so wie ich mich als GOD AdminEinlogge. Aber es funtzt leider nicht. Habe sämtliche änderungen laut der Anleitung gemacht . Z.b auch inder /admin/module/x7chat.php das ersetzt was ersetzt werden sollte. Dan die Sache mit der Config.php was er wohl vergessen hatte usw. Eigentlich geht die Frage an BREAKDANCER , da er es wohl irgendwie geschafft hat. Falls das der Fall ist , könntest du mir hier bitte eine Schrit für Schritt Anleitung geben damit ich als ADMIN die Einstellungen des Chats verändern kann ??? Wäre echt Super von dir.
Irgendwo mach ich was falsch , aber ich kome nicht drauf.
Für jegliche Hilfestellung Dankbar....
PS ** Es gibt diese WHO IS ONLINE Abänderung für den X7CHAT ! Sobald ich aber diese Zeilen einfüge geht nix mehr und meine Seite wird nicht mehr angezeigt. Gibt es da einen Block der funktioniert ?? Hab hier gesucht aber leider nichts gefunden !!!
Hari
Hi Hari,
sorry, hab den Beitrag gar net gesehen, der wurde so schnell nach "unten" durchgereicht, da isser mir durch die Lappen gegangen.
Also ist das so richtig: Du kommst weder über das Admin-Menü von PragmaMX in das Admin-Panel noch über das normale Login im Backend-Bereich ?
Kannst Du Dich denn in den Chat normal einloggen und wenn ja, siehst Du, wenn Du im PMX als Admin angemeldet bist, denn den Eintrag "Admin-CP" oben rechts über dem Chat ?
Falls nicht, schalte bitte mal den Debug-Modus an und sag mir mal, ob da was steht.
Liebe Grüße
Markus
P. S. Für den Who_is_online-Block probier bitte mal beigefügte Datei aus. Die ist angepasst und die fehlenden Sachen in der Sprachdatei wurden ergänzt.
MIST ! Hab in der Datenbank die Chatfile Daten gelöscht und wollte das Script neu installieren. Geht jetzt aber nicht mehr weil das Modul ja aktiv ist ? Wie kann ich das X7chat modul löschen , so das ich es wieder installieren kann ?? Ich dreh noch hole ......
Breakdancer ... brauch ne DAU Anleitung :puzzled: :cul:
Dank dir (euch)
wenn ich das Script im Verz. Chat installiere kommt die Anweisung auf Englisch. Und der Chat läuft dann nicht. Und als ich damals das Chat Modul aktiviert habe kam sofort die Installation ..aber auf Deutsch ..
Irgendwo hänge ich mal wieder... help..help...
Weil der Chat ist einfach Super !!!
Hari
Hi Hari,
keine Panik, packen wir schon. Ich muss jetzt nur leider dringend wech für zwei Stunden, bin aber heute Abend wieder online.
In der Zwischenzeit deaktivierst Du bitte im Admin das Modul, löschst ALLE von Dir hochgeladenen Daten ganz einfach und die vom Script angelegten Datenbanktabellen, natürlich per PHPMyAdmin. Die zugehörigen Tabellen sollten, wenn Du Dich an die Anleitung gehalten hast, alle Tabellen, die "X7chat" beeinhalten. Z. B. "deindatenbankprefix_x7chat2_messages" und den ganzen Kram.
Und dann setzen wir uns heute Abend mal hin und kauen das Ganze nochmal durch.
Günstig wäre per ICQ oder MSN, falls vorhanden bei Dir.
Liebe Grüße
Markus
Hallo an alle,
habe das problem, wenn ich den chat beende kommt meine Seite im Rahmen des Chats
(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fwww.horbach-in-franken.de%2Fkanotix%2FChat.jpg&hash=d8bd45aec0edd251c696a67b96e88713cb420c56)
was kann da nicht stimmen?
Im Chat habe ich die Menues links nicht!
Gruß Adapter
Ich hab ein Problem mit dem Who is Online im Chat . Der Block hat Dinge drinn die bei mir auf dem Server nicht sind !
AUSZUG :
$imagedir = "images/waxoon"; <--- wo soll das sein ?
if (@file_exists("language/maaXoN/maaXoN-" . $GLOBALS['currentlang'] . ".php")) {
include_once("language/maaXoN/maaXoN-" . $GLOBALS['currentlang'] . ".php");
} else {
include_once("language/maaXoN/maaXoN-english.php"); <--- das hab ich !?
Blick da nicht mehr durch ...
auf jedenfall seht es dann so auf meiner Seite aus :
(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fwww.computer-ruoff.de%2Fcomputer%2Ffehler.jpg&hash=e04450390918662b4354410f32ee3ef7abb3a323)
Gruß: hari
Leute, was soll dieser Megathread? Da blickt doch keiner mehr durch um was es geht....
http://www.pragmamx.org/Content-pa-showpage-pid-48.html#brule_6
Neue Frage – neues Thema
Das gilt auch für Fremdmodule.
ps: zu den fehlenden Bildchen im Block, siehe hier: http://www.pragmamx.org/Forum-topic-22736.html