Advanced PHP - Help Needed

Hello everyone, I’m new to this forum and looking for help to get my dream project done.

So, what I want is to make a single full screen chat room just like chatzy.com chat rooms…I would love to have all the features there like chatzy offers, with exception of premium account feature, without that I need all the feature. I want to make it look just like chatzy, but want something more…I want to track how much a user has chatted in the chat room, so that by default they can level up their account there - 24H chatted for LVL 1, 48H chatted for LVL 2 and so on…

Can this be done? With all the features that chatzy offers, and a custom “chat account registration” for my chat so that users can control their account from there or change usernames, passwords…Mod and admin ranks, kick ban silent users…etc

I’m not so much good at PHP, can I get a script for this so that I can paste that in my website…

Just do a google search for PHP Chat Scripts, you’ll find a bunch of results and just test them out.

Just got back to my online work and noticed this post. There are many free chat room code systems based
on PHP. One that seems to have a lot of interest is this one at:
http://www.phpfreechat.net/
They have an open-source version that is free to download. It helps you set up the database tables and
has an admin page for various options and controls. Of course, you would need to customize the display to
fit your needs and have it display whatever records you want such as the ones you asked about. Not sure if
this is what you are looking for, but, writing it from scratch would be a long process… Good luck!

Thanks for your reply Alex, but I’m looking for something like this one: http://www.phphelp.com/forum/chat/index.php (ajax chat)

With possibly these features: admin panel, ban kick users, track how much time a user chatted to give them a level (for ex lvl1, lvl2)

Would this be possible?

Well, if that is the one you want, just download it. It is free and part of this free blog software. You can find
it here: https://frug.github.io/AJAX-Chat/

You can download it, study it some and alter it to fit your needs. Should work… Good luck…

Destructo, did you ever finish this? You should post the working code so others can see how you did it.

Just curious if you got it working or not…

Sponsor our Newsletter | Privacy Policy | Terms of Service