Thanks, we have that one already, we need to try and find out what the session variable is for the pilot ID, this way we can match who is currently logged in to the database and then allow the chat for the member pilots only
We are upgrading our chat to ArrowChat. We trying to integrate it with our database. Ran into a wall. Having problems with the sessions. The chat script wants the data from the cookie. We can change that from cookie to session without a problem. Just don't know what the variables are.
Any help would be appreciated.
Looks like its this bunch of code. The first line of this code. Back up this file before you start changing it.
.nav li a:hover { background: /*#f2f2f2*/ #FAFBFF; color: #000; }
#nav-one li:hover a, #nav-one li.sfHover a { background: #ccc; color: #000; }
#nav-one li:hover ul a, #nav-one li.sfHover ul a { background: #565656; color: #959595; }
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover { background: #ccc; color: #000; }
I now just have special flight numbers for the tours. I add a T in the number. (AKA125-T) make sure that number is never used again. Keep goin up in the order.
For last flight use,
<?php echo date('m/d/Y', strtotime($userinfo->lastpirep));?>
That's how I have it on my site.
I don't have a Last login displayed on my site, you can try
<?php echo date('m/d/Y', strtotime($userinfo->lastlogin));?>