Jump to content
MakeWebGames

Ajax chat


Recommended Posts

I'm looking for an ajax chat that allows my users to login with in game name and password.

Yes I know they is an ajax chat I could use but that only lets pre set user's login.

If anyone could code a login page for the normal ajax chat that can login with user names and passwords ill but it.

No questions asked!

It needs to be working and seen working!

Thank you.

PM me if you think you can do this.

Link to comment
Share on other sites

Yea the wsirc allows your users to sign up with what ever name they want. To do this open chat.php and replace autojoin=true to autojoin=false. (I think those are the varables it will be someting similar to that) if you leave it as that they login automaticly also IF you do this I advise you to register your admin/mod accounts

Link to comment
Share on other sites

Here's one i wrote, i just wanted basic features.Parent window does not reload it is all done within layered iframes and the data refresh is 99% transparent to the user.

still working on the styling and going to change the fonts to emulate a oldschool terminal screen/console

4352171559_fc995da2d6_o.jpg

php,jscript,mysql

Link to comment
Share on other sites

well actually a java or flash chat would use less bandwidth than an ajax chat

i was thinking the same thing...

i have a few OS Ajax Chat scripts and could of provided one but never got an answer about the requirements .. so cant help much with that.

 

-

Link to comment
Share on other sites

Guest cablebox

I prefer flash because its one of the only languages I know, and you can make it look very nice. Just a disadvantage with flash is that some computers dont support it....lol

Link to comment
Share on other sites

Well you can make things look good with nearly anything, or bad actually. A technology doesn't imply good results.

On the other side, if you plan to implement yourself a complete chat system, you will see it will take you a lot of time. So my suggestion is to use something existing, and just merge it with your site:

- http://www.wsirc.com (for using a IRC server)

- http://www.phpfreechat.net/start for a PHP / Ajax (one of the many examples)

- http://www.tufat.com/s_flash_chat_chatroom.htm for a flash chat to be used with a php website (one of the many example)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...