Results 1 to 4 of 4

Thread: Where Is The Best Place To Get A Free

  1. #1
    Where Is The Best Place To Get A Free Chat Room For My Website? Does anyone now any good ones?

    Thanks

  2. Internet, Programming and Graphics   -   #2
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    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/

  3. Internet, Programming and Graphics   -   #3
    Thanks LOADS!!!! I liked the centralchat one best think i will use that, shame you cant specify a name that only you can use and have it stored somewhere but...its still good

    Thanks again

  4. Internet, Programming and Graphics   -   #4
    Vargas's Avatar gone fishin'
    Join Date
    Jul 2003
    Location
    the poopdeck
    Posts
    1,878
    yeah that one 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>

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
  •