Jump to content

Angello

Members
  • Posts

    55
  • Joined

  • Last visited

Posts posted by Angello

  1. uploaded files with FTP again and the error continued, must be because it's a host free, I spend with the web I had, kACARS modules - Free - and CAVacars free is not connecting to the database, there is no choice but to begin to find a good server host and payment, thank you for the help, a hug

  2. <table width="100%" border="0" cellspacing="2" cellpadding="2" class="ocean_table">

    <thead>

    <th width="25%">Name</font></b></th>

    <td width="25%"><?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?></td>

    <th width="25%">Hours</font></b></th>

    <td width="25%"><?php echo Util::AddTime($userinfo->totalhours, $userinfo->transferhours); ?></td>

    </tr>

    <tr>

    <th width="25%">Pilot ID</font></b></th>

    <td width="25%"><?php echo $pilotcode ?></td>

    <th width="25%">Flights</font></b></th>

    <td width="25%"><?php echo $userinfo->totalflights?></td>

    </tr>

    <tr>

    <th width="25%">Rank</font></b></th>

    <td width="25%"><?php echo $userinfo->rank;?></td>

    <th width="25%">Last Flight</font></b></th>

    <td width="25%"><?php

    if ($userinfo->lastpirep == '0000-00-00 00:00:00') {

    echo 'There are no flights!';

    }

    else {

    $datebefore1 = substr($userinfo->lastpirep, 0, 10);

    $datetoday2 = date("Y-m-d");

    $datebefore3 = strtotime($datebefore1);

    $datetoday4 = strtotime($datetoday2);

    $newdate = $datetoday4-$datebefore3;

    $lastpirep = floor($newdate/(60*60*24));

    echo ' ';

    if ($lastpirep == 0) { echo 'Today'; }

    else if ($lastpirep == 1) { echo 'Yesterday'; }

    else {

    echo $lastpirep . ' Days ago';

    }

    } ?></td>

    </tr>

    <tr>

    <th width="25%">Hire Date:</font></b></th>

    <td width="25%"><?php echo date('m/d/Y', strtotime($userinfo->joindate));?></td>

    <th width="25%">Last Flight Date</font></b></th>

    <td width="25%"><?php echo date('m/d/Y', strtotime($userinfo->lastpirep));?></td>

    </tr>

    </thead>

    </tbody>

    </table>

  3. ahughes3

    Perfect, I'm going to start work on the project , i hope to be lucky, but i have very little knowledge of programming "basically zero, but I'd like to learn how to help the other users and contribute something to the community " once more thank you " very grateful

  4. This is the admin panel " i imagine that it has customized in a different way "

    You could also do so " i imagine that will be in

    phpvms / admin / template / tour/

    You will be able to customize any template to your liking " i do not take into account, since I am not an expert

  5. There are no LoA requests.

    Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /membri/wwwcubanavirtual/phpvms/admin/modules/LoA/LoA.php on line 83

    Warning: fclose(): supplied argument is not a valid stream resource in /membri/wwwcubanavirtual/phpvms/admin/modules/LoA/LoA.php on line 84

    any help, thanks

×
×
  • Create New...