LiveChat script for website

All about creating websites!
Post Reply
User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

LiveChat script for website

Post by z3r0aCc3Ss »

I am looking for a FREE or PAID PHP or AJAX chat script for my website. Mostly, it will be a live chat system.

Requirements:
Just like a Facebook chat system, chat window should come minimized.
No pop-ups.
No need to register.
No need to download any client application.
Just open the window and type your query.
No two users should communicate with each other. Only user to admin chat will be there.

Can anyone know of such script?
My website is not on WordPress. It's like a normal HTML5/PHP website.
Last edited by z3r0aCc3Ss on 25 Apr 2013, 02:15, edited 1 time in total.
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Re: LiveChat script for website

Post by ayu »

Facebook uses XMPP so you would need an underlying chat server to handle it, or use a system with a database that keeps the posts similar to a forum.

Code: Select all

http://archive.plugins.jquery.com/project/chat
"The best place to hide a tree, is in a forest"

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Re: LiveChat script for website

Post by computathug »

This one is free, we had it running on Rustytub for a while, the site is being updated at the mo and the live chat is not working, its from the mozilla foundation.
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
https://tshirt-memes.com

User avatar
z3r0aCc3Ss
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 700
Joined: 23 Jun 2009, 16:00
14
Contact:

Re: LiveChat script for website

Post by z3r0aCc3Ss »

Thank you so much for your replies.
This is the demo which I basically want:

Code: Select all

http://tb.gothemeteam.com/html/origami/main.php
Beta tester for major RATs, all kinds of stealers and keyloggers.
Learning NMAP

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Re: LiveChat script for website

Post by computathug »

If you google for 'open source live help desk chat scripts' you will find plenty to look through and test, choose the one that works best for you. *thumb*
The devil can cite Scripture for his purpose.
-- William Shakespeare, "The Merchant of Venice"
https://tshirt-memes.com

Post Reply