Side Chat
Re: Side Chat
I wouldn't recommend having an PHP chat like that. I made one myself, http://lodire.com/ username: test password: test (ignore any errors this version is old) It goes slow and I wouldn't like to see 200 people using it at the same time as that would be a huge strain on the server. With some reasearch I've found something called twisted, http://twistedmatrix.com/trac/ . Twisted is written in Python a much more stable language than PHP. Twisted nearly stops all buffer overflow and will pretty much never crash! NEVER! This means you can nearly have a limitless timeout on your ajax.. Meaning the chat will go really fast rather than slow like when using PHP. Try http://omegle.com/ it uses twisted aswell. That's how fast you can get your web based chat to go XD.
Fighting for peace is declaring war on war. If you want peace be peaceful.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Side Chat
Those "strangers" are computer-controlled chat bots, right? Or did it just connect me to an unnamed human?Chris wrote:Try http://omegle.com/ it uses twisted aswell. That's how fast you can get your web based chat to go XD.

The indelible lord of tl;dr
Re: Side Chat
LOL, I wondered that too. I was waiting for one of them to post "hope I put this in the right forum!"Jackolantern wrote:Those "strangers" are computer-controlled chat bots, right? Or did it just connect me to an unnamed human?Chris wrote:Try http://omegle.com/ it uses twisted aswell. That's how fast you can get your web based chat to go XD.

Re: Side Chat
Okay, i've found one that works alright. Tho i have one bug. if i have long word the div conatainer f*cks up.
In IE the div becomes super long, and in chrome the text continues outside the div. And i have set a max-width.
So how can i do so that, if a word is to long, it continues to the next line instead?
Or is there any other way to fix this?
In IE the div becomes super long, and in chrome the text continues outside the div. And i have set a max-width.
So how can i do so that, if a word is to long, it continues to the next line instead?
Or is there any other way to fix this?
Re: Side Chat
overflow: auto;
Fighting for peace is declaring war on war. If you want peace be peaceful.
Re: Side Chat
Just curious, what are you using?
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Re: Side Chat
Erm.. CSS.
Code: Select all
<div style="overflow: auto;"></div>
Fighting for peace is declaring war on war. If you want peace be peaceful.
Re: Side Chat
Actually I was sorta directing the question to skacke
should have been a bit more clearer I was wondering what he is using for his chat

Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
Re: Side Chat
i just wanted to quote a quoted quote =]OldRod wrote:LOL, I wondered that too. I was waiting for one of them to post "hope I put this in the right forum!"Jackolantern wrote:Those "strangers" are computer-controlled chat bots, right? Or did it just connect me to an unnamed human?Chris wrote:Try http://omegle.com/ it uses twisted aswell. That's how fast you can get your web based chat to go XD.
if you love something, let it go.
if it doesnt return.....hunt it down and kill it.
if it doesnt return.....hunt it down and kill it.
Re: Side Chat
Yeah, that's pretty cool, isn't it!darspire wrote:i just wanted to quote a quoted quote =]OldRod wrote:LOL, I wondered that too. I was waiting for one of them to post "hope I put this in the right forum!"Jackolantern wrote: Those "strangers" are computer-controlled chat bots, right? Or did it just connect me to an unnamed human?
