Click to See Complete Forum and Search --> : Help chatroom !!!


Cazza
01-14-2003, 01:44 PM
Hi there,

I use a public chatroom that uses hmtl/javascript you do not need a password etc to login and the site is not moderated.

Unfortunately it has been suffering alot of abuse lately and I wondered if there was anyway I could log someone out ?

Caz

jeffmott
01-14-2003, 03:41 PM
Do you have a link to the site? I'm a little curious to see how you make a public chatroom from only HTML and client-side JavaScript at all.

Vladdy
01-14-2003, 04:37 PM
You can protect your chatroom using password or have priveleges to boot certain users. Implementation would depend on existing code. There is always a chance that it would be easier to re-write it from scratch with this additional functionality. In any case you can not do it with javascript alone and need server side coding.