• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need a free chatroom script

richleader

Golden Member
I'm trying to set up a chatroom for my site, but I'm having a lot of problems. Most of them are written for linux servers that support file locking and my server uses NT so I'm SOL. Perl or CGI would be best. Any ideas?

I'm looking for something that has admin options of at least kicking.

thanks
 
When you say chatroom do you mean a chat room script or a message forum?

Most PERL CGI scripts written for Linux servers should (if the programmer is worth his/her salt) work on an NT server, you will just have to ensure you have ActivePERL (or some other PERL clone) installed. Most PERL programmers check which platform the server is running on and turn on/off features such as file locking automatically - either that or you can manually turn off such features when you configure the script.
 
Chatroom, I use an Infopop UBB board on my site, and I'm just looking for a way people can chat without having to run an IM, since the board is pretty much just me and my friends and most of us are at work.

Thanks, though.
 
Yeah, I've been to all those script sites. A lot of the scripts are really deceptive about whether they're a lite version of a real one that costs $480/year or not, or various other forms of bait-ware, so I was looking for a specific reccomendation for something that is NT based and designed to be free.
 
Most af all the CGI type of chat rooms have the "meta refresh" thing and to me appears not very professional.

If that does not bother you, Look here!
 
No, I haven't forgotten Java. I think Java's probably the best way to do a chat interface. Any suggestions as to a good free Java applet?
 
I remember when I used to run a fairly big site, I had just what you were looking for. It was a simple Java applet based chatroom with the choice of avatars, fonts, colors, filters, and even moderation for admins. Updates Real Time unlike those Meta Refresh Chatrooms. Best of all, it was free! I really wish I could remember the name, it was over a year ago. If I remember, I'll PM you.
 
While Java chat is the most common, it requires "Java interpreter" on the server. This should not be a big deal if your PC is your server, but not with a virtual host.
 
Back
Top