Results 1 to 4 of 4

Thread: How Do I Add A Chat

  1. #1
    tralalala's Avatar The Almighty
    Join Date
    May 2003
    Posts
    5,437
    any ideas?

    also, id like to add the link to the top where links to search and members are, but i have a link to arcade nad when i try to add another one it doesnt work.

    link to the forum: Braude English Forum



    Thanks


    Rafi

  2. Internet, Programming and Graphics   -   #2
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    java or irc?
    free java chat runs on their servers, limited to their IRC server: http://p2pchat.net/
    free java chat runs from your server connects to any irc channel: http://glaz.rasko.ru/j_applet.html
    free java chat runs on their server: http://www.centralchat.net/

    sample 1
    sample 2

    and one that uses mschat, one nice thing about it is it doesn't pop up a security warning and prompt the user about downloading and installing a java app

    here is a page i made for using it, feel free to edit it to your needs
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html><head><title>Java Chat</title></head><body bgcolor=black text=white link=lightblue vlink=pink alink=red>
    <table border=3 cellspacing=0 cellpadding=4 bordercolor="#00FF00" align=center width=100% height=100%>
    <tr><td bgcolor=#333333>
    <center><font face="Arial" size="2">press the <img src="http://www.centralchat.net/connect.gif"> button below to connect!</font><br>
    <applet archive="mschat.jar" codebase="http://www.centralchat.net/" code="MSChat" border="0" align="baseline" width="580" height="400"><param name="autodisconnect" value="true"><param name="CABBASE" value="mschat.cab"><param name="autoconnect" value="false"><param name="room" value="#WebChat"><param name="memberlist" value="true"><param name="motd" value="true"><param name="stats" value="true"><param name="id" value="msjavauser"><param name="rely" value="false">You do not have a java enabled web browser</applet><br><font size="1" face="Verdana, Arial, Helvetica, sans-serif">this chat can also be reached via IRC @ <a href="irc://irc.centralchat.net/WebChat">irc://irc.centralchat.net/webchat</a></center></td></tr></table>
    </body>
    </html>

  3. Internet, Programming and Graphics   -   #3
    tralalala's Avatar The Almighty
    Join Date
    May 2003
    Posts
    5,437
    how can i open my own irc channel?

    and i did that sigmachat, and it works, but how do i make myself administrator on it..??

    i cant seem to find out how to do that


    Rafi

  4. Internet, Programming and Graphics   -   #4
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    you would have to sign up and create your own room to be admin on there.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •