NSX665 Posted June 13, 2011 Report Posted June 13, 2011 Has anyone ever built into the VMS system a chat system. Like other web sights out there. For either Registered users or unregistered users. If anyone has any Idea how to do this I think it would be a pretty neat feature to add in. Destrey Trainham http://www.northstarexecutive.com Quote
TAV1702 Posted June 14, 2011 Report Posted June 14, 2011 Is that site powered by phpVMS? Just curious. Quote
NSX665 Posted June 24, 2011 Author Report Posted June 24, 2011 Yes it is. I have two seperate sections for the VA. A information section, just like a regular web sight. And I have the phpvms under the AMS (Airline Management System) what I call it. I would like to add a chat log into the phpvms section for guys to get on and talk to each other. I perfer. it to log you into the chat via the log in into phpvms but if someone has to log into it then so be it. Quote
fsx Posted June 24, 2011 Report Posted June 24, 2011 see if this can serve http://forum.phpvms.net/topic/1712-having-a-va-chat-server/ Quote
flyalaska Posted June 25, 2011 Report Posted June 25, 2011 I am working on getting this implemented with phpvms, http://ajaxim.com/ Quote
Paul Defaire Posted July 23, 2011 Report Posted July 23, 2011 Hey, any luck integrating that AjaxIM thing? Looks like the perfect solution I've been looking for, but my php skills are quite lacking >_< Quote
flyalaska Posted July 25, 2011 Report Posted July 25, 2011 Hey, any luck integrating that AjaxIM thing? Looks like the perfect solution I've been looking for, but my php skills are quite lacking >_< That systems requires a VPS server. Quote
Paul Defaire Posted July 26, 2011 Report Posted July 26, 2011 A virtual private server? I hardly thing so. It requires a webserver with the correct libraries. I'm on a selfhosted linuxbox, it should have no problem with running AjaxIM, as far as I can see. I just don't know how to write the implementation code. Quote
Moderators mark1million Posted July 26, 2011 Moderators Report Posted July 26, 2011 It looks pretty easy to setup just had a look myself. Looks like you upload the files to your webserver configure a database and run the install, then check out the getting started guide Quote
Paul Defaire Posted July 26, 2011 Report Posted July 26, 2011 Well.. Yeah. But I want it integrated with the phpVMS users, ie, pilots.. Thats the part I havent figured out. Quote
stuartpb Posted July 26, 2011 Report Posted July 26, 2011 Well.. Yeah. But I want it integrated with the phpVMS users, ie, pilots.. Thats the part I havent figured out. An easy way to ensure that only registered pilots can use the chat system would be to wrap it in an auth::loggedin thingiemajig. Example: <?php if(Auth::LoggedIn()) {?> <div> code for the chatbox </div> <?php };?> That way, only regged and logged in pilots could see the chat box. 2 Quote
smokey68 Posted June 29, 2018 Report Posted June 29, 2018 I went with a simple chat system simpilot gave links to and installed it on the server setup MySQL database with it and styled it in about 20 mins looks great and is now responsive to wok on any device thanks David ! Quote
Michael2015 Posted January 10, 2020 Report Posted January 10, 2020 We have a live chat feature at Virtual Air and we have a full customised Admin and CMS as well we always update and add unqiue features Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.