Jump to content

Recommended Posts

  • 2 weeks later...
Posted

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.

  • 4 weeks later...
Posted

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. :P

  • Moderators
Posted

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 ;)

Posted

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.

  • Like 2
  • 6 years later...
Posted

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 !

AjnyClY_d.jpg?maxwidth=640&shape=thumb&f

  • 1 year later...

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.   Restore formatting

  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.

Loading...
×
×
  • Create New...