Chat Application

Reply

Join Date: Nov 2008
Posts: 24
Reputation: xarz is an unknown quantity at this point 
Solved Threads: 1
xarz's Avatar
xarz xarz is offline Offline
Newbie Poster

Re: Chat Application

 
0
  #41
Nov 29th, 2008
hi kkeith29!
Im looking for an ajax/php/mysql driven chat in which most probably Im going to modify a little bit to fit my soon-to-open-website.. I found bunch of them around the net but most of them are hard understand.. (I'm still new to php) so maybe, im just wondering if I can ask for the code of your script..
:: xarz ::
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso

Re: Chat Application

 
0
  #42
Nov 29th, 2008
the link to download it is in an earlier post.
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 1
Reputation: walzpeter is an unknown quantity at this point 
Solved Threads: 0
walzpeter walzpeter is offline Offline
Newbie Poster
 
0
  #43
Oct 17th, 2009
Originally Posted by kkeith29 View Post
Hello,

I have been working on a php/xml/ajax chat program which requires no database for the last few days and was wondering if anyone could test it out for me. It has a few bugs that I would love to have someone help me fix (I am running out of ideas). The chat works best in Internet Explorer, I am still working on the whole browser compatibility issue.

Here is the url: http://www.banditssoftball.org/chat/

All input is greatly appreciated, whether its good or bad.

If someone is looking for a chat program like this and wants the program, I will be glad to post the code. Just let me know.

Thanks,

kkeith29
thanks for the quote any way we are in the same situation i also need the program
u can send it to me on my email address <email snipped>
thank you very much
Last edited by ~s.o.s~; Oct 17th, 2009 at 6:59 am. Reason: Email snipped; keep it on site.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso
 
0
  #44
Oct 17th, 2009
The chat is only good for one on one conversations (like for helping a client/customer). After testing it couldn't handle more than 10 people at a time (which was more than I expected).

If you are looking for something to handle a lot of people you are going to need to find another open source chat solution. There are tons of them out there.
Google is your friend.

Use [code] tags.

If you have found a solution to your problem, please mark the thread as SOLVED.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso
 
1
  #45
Oct 17th, 2009
So many people have asked for this code so I have updated it. Before I post the source I need to test it. Anyone willing to help?

The demo site is: http://www.box201.com/~kkeith/chat/
Google is your friend.

Use [code] tags.

If you have found a solution to your problem, please mark the thread as SOLVED.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,492
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso
 
0
  #46
Oct 17th, 2009
Tested!
It is working (FF) but a little bit delay.
Can you make it little more faster?

OFF TOPIC SUGGESTION: Make simple tutorial to make simple chat!
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso
 
0
  #47
Oct 18th, 2009
I am recoding the javascript to make it faster. I have a few ideas I am wanting to try.

There is a bug in opera I am trying to sort out.

If I have some more time later I will make a tutorial, or have cwarn23 make one for his video tutorial series.
Google is your friend.

Use [code] tags.

If you have found a solution to your problem, please mark the thread as SOLVED.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,492
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 128
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso
 
0
  #48
Oct 18th, 2009
Originally Posted by kkeith29 View Post
I am recoding the javascript to make it faster. I have a few ideas I am wanting to try.

There is a bug in opera I am trying to sort out.

If I have some more time later I will make a tutorial, or have cwarn23 make one for his video tutorial series.
Are they ready Yet? I'm waiting to see them. Hope they will be downloadable for offline reading too
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
---- Python, C++ PHP and Java ----
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso
 
0
  #49
Oct 18th, 2009
Not yet.
Google is your friend.

Use [code] tags.

If you have found a solution to your problem, please mark the thread as SOLVED.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 1,227
Reputation: kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about kkeith29 has a spectacular aura about 
Solved Threads: 167
kkeith29's Avatar
kkeith29 kkeith29 is offline Offline
Nearly a Posting Virtuoso
 
0
  #50
Oct 18th, 2009
I can code anything in php, but when it comes to javascript I am a complete failure. I have officially given up. The php side of the chat is complete. Hopefully someone will take an interest and finish the javascript of this thing.

I spend 4 hours on the php and 10 on the javascript. I almost went insane.

Code is attached.
Last edited by kkeith29; Oct 18th, 2009 at 9:15 am.
Attached Files
File Type: zip chat.zip (27.8 KB, 10 views)
Google is your friend.

Use [code] tags.

If you have found a solution to your problem, please mark the thread as SOLVED.
Reply With Quote Quick reply to this message  
Reply

Message:




Views: 5042 | Replies: 50
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC