Jump to content

Chat System


NSX665

Recommended Posts

  • 2 weeks later...

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.

Link to comment
Share on other sites

  • 4 weeks later...

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
Link to comment
Share on other sites

  • 6 years later...
  • 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...