CBBB wrote:n0vacane wrote:Get Real! wrote:Why would you want to set one up... to serve losers?
hahaha you have a point.
just was looking for a different approach from forum posting.
if i set one up it would take 5 minutes to upload the code onto the page.
that image made me lol and then forget the idea of a Cyprus chat room.
There are social networking sites in Greek here and Facebook has become useless to me.
I will stick to reading this forum, much better than chatting to naked old men haha
Now you are going to upset Miltiades!!! What's wrong with naked old men?
I am a straight male, thats whats wrong with naked old men.
anyway i generated the code for the java chat room it just needs uploading.
if you want to use it just copy this onto your web page:
<SCRIPT LANGUAGE="javascript">
var roomname="CyprusChat";
var SKIN="http://imchat.pwp.blueyonder.co.uk/nd/login.html";
// change this to "0" if you want people from other rooms to see this room
var CLOSED="1";
function login() {
window.open(SKIN+"?" + document.details.NICK.value + "|||||||" + document.details.PASS.value + "||0|0|0||" + roomname + "|"+CLOSED+"|0", "qlogin", "width=779,height=500,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=0,resizable=1");
}
</SCRIPT>
<FORM NAME="details">
<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" style="border-collapse: collapse" bordercolorlight="#CCCCCC" bordercolordark="#808080">
<TR><TD COLSPAN="3" ALIGN="CENTER" BGCOLOR="#cccccc">
<B><FONT COLOR="#000000" FACE="Arial" SIZE ="4">Chat Room Login</FONT></B></TD>
</TR><TR><TD BGCOLOR="#6666FF" WIDTH="89"><B><FONT COLOR="#ffffff" FACE="Arial" SIZE ="3">Nickname</FONT></B></TD>
<TD BGCOLOR="#6666FF" WIDTH="120"><INPUT NAME="NICK" TYPE="text" SIZE="16" MAXLENGTH="16"></TD>
<TD BGCOLOR="#CCCCCC" WIDTH="60">
</TD>
</TR><TR><TD BGCOLOR="#6666FF" WIDTH="89"><B><FONT COLOR="#ffffff" FACE="Arial" SIZE ="3">*Password</FONT></B></TD>
<TD BGCOLOR="#6666FF" WIDTH="120"><INPUT NAME="PASS" TYPE="password" SIZE="16" MAXLENGTH="200"></TD>
<TD BGCOLOR="#CCCCCC" WIDTH="60">
<INPUT ID="cLoginButton" NAME="LOGIN" TYPE="button" VALUE="LOGIN" ONCLICK="login();"></TD></TR><TR><TD COLSPAN="3" BGCOLOR="#cccccc"><P>
<p align="center"><b><font size="2" FACE="Arial">* A password is only required if you<BR>have registered your nickname.</font><font size="2"><SCRIPT LANGUAGE="javascript" SRC="http://imchat.pwp.blueyonder.co.uk/nd/skindata.js"></SCRIPT>
</font></b></TD></TR></TABLE></FORM>