We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Java Chat.; By shaythong8
Topic Started: Jan 25 2010, 09:17 AM (76 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: shaythong8
Java Chat.
 
Java Chat With Other Outside Chat Rooms.

Preview removed

http://invisionfree.com/forums/support/index.php?showtopic=43194

(page might load slow)

I will install it for anyone who asks.

Step 1

Make a new catorgory.
name it Chat
Slate Visable.

Make a forum in that called, Java chat.
Don't change any other in THERE, just chnage the permissions.
To what kind of users can go in. And go to Java chat forum again, and make a Forum Rules page (its a triangle button).

Name the forum rule page <center>Chat</center>

Put this code in the forum rules page Text.

Code:
 
<!--Begin code for ConferenceRoom Applet-->
<table border=0 width=500 align=center><tr><td>
<applet archive="http://www.freejavachat.com/java/cr.zip"
codebase="http://www.freejavachat.com/java/"
name=cr
code="ConferenceRoom.class"
width=500
height=300>
<param name=channel value=#Room Name>
<param name=showbuttonpanel value=true>
<param name=bg value=FFFFFF>
<param name=fg value=000000>
<param name=roomswidth value=0>
<param name=lurk value=true>
<param name=simple value=false>
<param name=restricted value=false>
<param name=showjoins value=true>
<param name=showserverwindow value=true>
<param name=nicklock value=false>
<param name=playsounds value=true>
<param name=onlyshowchat value=false>
<param name=showcolorpanel value=true>
<param name=floatnewwindows value=false>
<param name=timestamp value=true>
<param name=listtime value=0>
<param name=guicolors1 value="youColor=000000;operColor=FF0000;voicecolor=006600;userscolor=000099">
<param name=guicolors2 value="inputcolor=FFFFFF;inputtextColor=000099;sessioncolor=FFFFFF;systemcolor=0000FF">
<param name=guicolors3 value="titleColor=FFFFFF;titletextColor=000099;sessiontextColor=000000">
<param name=guicolors4 value="joinColor=009900;partColor=009900;talkcolor=000099">
<param name=nick value="">
<center> This application requires Java suport.<br> This server also available via IRC at:<br> <a href="irc://irc.ircstorm.net:6667/">irc://irc.ircstorm.net:6667/</a></center></applet> </td></tr></table>
<!--End code for ConferenceRoom Applet-->



The code in red is YOUR room name. (in the code above)

Done in step 1 you are.

Step 2

Then put this code below in to your Board Wrappers Place.

Board Wrappers > Header & Body > <% BOARD %>

Code:
 
<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://img148.exs.cx/img148/4369/atbmembers0ka.gif" border="0" alt="" />&nbsp;<a href="Java Chat Link">Java Chat</a>'

var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell[i].align=="right" && uCell[i].innerHTML.match("act=calendar") && uCell[i].innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" &nbsp; &nbsp;&nbsp;"
}

uCell[i].innerHTML=addLink+uCell[i].innerHTML
}}
</script>



And then, hit Edit..

now your done with step 2..

Step 3

Go to your Board (site) and go to the Java chat forum.
Theres nothing there. Go to the top of the java chat page near Rules the you will see a text that Says Chat. Go into it.

And then when you get to the page, copy the link of the page.
Then put the link somewhere you will remember it.

Now go back to your Admin panel and go to the Catorgory Called Chat. Hit Edit (next to the catorgory Chat). Go to the Slate, put Hidden from forum list - can access via of known.

And go to the Borud wrapers page. Go to the code you pasted in step 2. Remember the link i told you to save somewhrere save? Put the link in the place that says "JAVA CHAT LINK" And your done.. :wub:
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
ZetaBoards - Free Forum Hosting
Create your own social network with a free forum.
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply