View Single Post
  #1 (permalink)  
Old 04-11-2005, 01:08 PM
marionez marionez is offline
Junior Member
 
Join Date: Apr 2005
Posts: 3
nice chat module
in first step i must say "sorry for mine broken english" :P

hi i search for chat module and i find nice one with moderator options (kick,ban,....)
this is easy for polish users ;p but dont worry.. so lets start..

step 1)

wisitthis pageand register your nick

i translate this page:
Quote:
Twoje imie = your name

Nick:* = Nick :P

Haslo = password

Powtórz hasło:= retype pass.
you must unchek this "zgadzam się z regulaminem oraz netykietą POLCHAT"
now you click this buton
now u see your profile click again buton >dalej<

now go to your email box and take new mail
clik in to activate link

step 2)now u can create your own chat room


go tohttp://www.polchat.pl/index.php?opti...m&task=newroom

and type your account

translate page ;p
Quote:

nick =..
haslo = password
Nazwa pokoju = room name
Krótki opis pokoju = destription
kategoria = category
now uncheck "Zgadzam się z regulaminem oraz netykietą POLCHAT"

and click >dalej<

and click in to activation link at e-mail

step 3)instal module:
create new folder rename it to "chat"
create there new text file index.pfp

and paste there it:
Quote:
<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo"<center>"
. ""
. "<BASE HREF=\"http://www.polchat.pl/chat/?room=your room name here\">"
. "<APPLET CODE=Chat.class ARCHIVE=c.jar CODEBASE=http://s4.polchat.pl/ WIDTH=700 HEIGHT=500>"
. "<param name=\"room\" value=\"=your room name here\">"
. "<param name=\"desc_font_size\" value=\"10\">"
. "<param name=\"fgcolor\" value=\"#262D34\"> "
. "<param name=bgcolor value=\"#262D34\"> "
. "<param name=\"desc_font_size\" value=\"12\"> "
. "<param name=\"room_info\" value=\"0\"> "
. "<param name=\"pref_font_size\" value=\"12\"> "
. "<param name=\"rooms_button\" value=\"0\"> "
. "<param name=\"http_connection_selection\" value=\"0\">"
. "</APPLET>"
. ""
. ""
. "</center>";
CloseTable();
include("footer.php");

?>
you must edit red text and can edit green.

step 4)upload folder "chat" in to your_page/modules/

step 5) go to admin panel and active module "chat"

now u can use it!

remember your nick and pasword becuse u must login to chat (if you want be chat admin)

its end!

if u dont understand something write it... i wiil help you :wink:
Reply With Quote