Flashchat integrado a phpnuke

gothcrow

New Member
Messages
307
Reaction score
0
Points
0
Buenas, alguien sabe como pongo usuarios administrador y moderadores en flashchat 4.7.12 (a de ser igual ke en otras versiones). Lo tengo integrado con phpnuke
 

gothcrow

New Member
Messages
307
Reaction score
0
Points
0
Subes el flashchat hay te redirige al instalador hay una opcion (es la unica que hay) para chulear, la chuleas (dice algo de revizar si hay algun cms; en ingles) despues te muestra un lista eliges tu cms y continuas el proceso.

Psd: Ya descubri como poner admins
:lockd:
 

figu120

New Member
Messages
921
Reaction score
0
Points
0
Subes el flashchat hay te redirige al instalador hay una opcion (es la unica que hay) para chulear, la chuleas (dice algo de revizar si hay algun cms; en ingles) despues te muestra un lista eliges tu cms y continuas el proceso.

Psd: Ya descubri como poner admins
:lockd:
le verdad quede con la misma duda loq necesito es modificar el modulo que dice esto

Step 1): Copy following files in PHPNuke module into PHPNuke forum root directory
phpnuke_copyfirststep.jpg

to:
phpnuke_copysecondstep.jpg


Copy modules to phpnuke/modules,
Copy blocks to phpnuke/blocks.


Step 2): Integrate chat with PHPNuke using index.php
Open "modules123flashchatconfig.php", you will find:
$chat_client_root_path = "";
$swf_file_name = "123flashchat.swf";
$chat_data_path = "C:/Program Files/123FlashChatServer6.0/server/data/default/";
If your 123flashchat.swf is at http://yourhostname/../123flashchat.swf,
just set
$chat_client_root_path = " http://yourhostname/../";
$swf_file_name = " http://yourhostname/../123flashchat.swf";

then open default.xml on server side :
phpnuke_addchatfirststep.jpg

find:
<integrated-other-database>None</integrated-other-database>
change it to:
<integrated-other-database>URL</integrated-other-database>
find:
<auth-url charset="UTF-8"></auth-url>
change it to:
<auth-url charset="UTF-8">http://yourhost/modules.php?name=123flashchat&op=login&username=%username%&password=%password%</auth-url>
Note: Don't forget "&" means the character "&' in xml.
Restart the chat server to make it effective.
Now you can try to open http://localhost/phpnuke/modules/123flashchat/123flashchat.swf to check if chat is shown up, and try to use your account in PHPNuke to login chat to see if login_chat.php has connected to your database.
Step 3): Show chat link and block in PHPNuke, enable auto-login.
(This is for advanced user only! If you don't know much about either PHPNuke or 123flashchat , you can skip this step.)
Here is the effect:
 

gothcrow

New Member
Messages
307
Reaction score
0
Points
0
hmm, eso es otra cosa; el flashchat es por el ke toca pagar; mira yo mañana lo subo a rapidshare o cualkier cosa de esas y te paso el link por PM.
 
Last edited:

gothcrow

New Member
Messages
307
Reaction score
0
Points
0
:dunno: Hmm no me lo adjunto el mail
Ya lo subi a rapidshare, hay te lo mando en PM si alguien más kiere el flaschat 4.712 me aviza ;)
 
Top