Jump to content

Recommended Posts

Posted

Has anyone here used any form of chat room software that is easy to use, free, and can hold more than 10 people? Or does anyone know a good way to program a chatroom using PHP? I'm not really good with AJAX and I don't know a way to force the window to refresh when someone sends a message.

 

I'd prefer for the software to be able to support IRC and GUI connections, but GUI only would be fine. IRC only will not work as most people don't know how/won't use mIRC or any similar programs any longer.

 

On another note: Does anyone here run an IRC chat? I'm a pretty fair IRC bot developer and I'd like to get back into it if I can't figure out a good way to get a chat room on my own site.

Posted

I'm not sure that one is going to do what I'm looking for. I'll try and use it if I can't find anything else, though. Thanks crazy. Are there any others that might be useful?

Posted

There's a really easy Javascript called command window.reload() or something, I suggest you set it to reload every few seconds, instead of every message...

Go look it up on w3schools, they have a spiffy AJAX tutorial too.

Posted

The type of stuff I generally do in chat rooms requires that I have it update per message (even if it's just the chat window).

 

As far as ajax goes, I was looking at the w3schools and while I can understand the concept, the individual code baffles me. I need it broken down more so I understand what each tag does. Otherwise, I don't know what to modify. :S

Posted

Meebo isn't going to give me quite as much control as I want. I use mIRC for my IRC needs but, as I said, IRC only won't work because people who aren't computer savvy won't waste their time downloading a chat program to talk to a few people they could talk to using other means.

 

Anyway, thank you all for your input. Maybe I'll just try to get a shoutbox working with phpbb.

Posted

That site is blocked where I work. I'll check it out at home, but if you're still on I'd really like a short synapsis of what it's all about. From what you've said so far it sounds exactly like what I'm looking for.

 

How does it work without java or flash?

Posted
That site is blocked where I work. I'll check it out at home, but if you're still on I'd really like a short synapsis of what it's all about. From what you've said so far it sounds exactly like what I'm looking for.

 

How does it work without java or flash?

Magic.

Seriously though, I'm guessing Mibbit works on some AJAX or something. Definitely some PHP in there. There was a time before Flash and Java ya know? Content can be revised in real time in more ways than I can count.

Posted
That site is blocked where I work. I'll check it out at home, but if you're still on I'd really like a short synapsis of what it's all about. From what you've said so far it sounds exactly like what I'm looking for.

 

How does it work without java or flash?

I also don't know the ins and outs of it but I'm also assuming php and or ajax, same way meebo works. There really isn't much to explain it connects to IRC and lets you have conversations just like an IRC client that you would download onto your computer. So if you have an IRC server or a registered channel on an already existing server this probably would be what you need.

  • 5 weeks later...
Posted

I really enjoyed the Mibbit IRC client, I've added it to my site. I've seen that alot of people can't figure out the Java client, hope that isn't the case with Mibbit.

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...