integrierte X7Chat

Begonnen von algebre, 02 Mai 2007, 04:17:12

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

algebre

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



screen2

netzer

works it with php 5.2.1?

netzer

Hat sich erledigt. Geht.

algebre

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

netzer

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)

algebre

#5
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

netzer


netzer

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.

netzer

OK OK, blöd darf man sein aber nicht blind. Habe das File das angehängt war nicht gesehen  :cool: :mad2:

algebre

@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 and chat with your self


algebre

hi
I'm so sorry, I forget one file in the archive
put this file in root/chat/lib/

algebre

#11
hallo

only one other thing:
ZitatCookies für phpNuke-Module erstellen?
must be activeted in admin.php?op=Configure

you can test it here without registering,
using tester, test

netzer

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?

netzer

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?

algebre

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>");


Oscar175

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

netzer

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.

netzer


breakdancer

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

breakdancer

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