Jump to content

Angello

Members
  • Posts

    55
  • Joined

  • Last visited

4 Followers

Profile Information

  • Gender
    Male
  • Location
    Cuba
  • Interests
    HTML , CSS, phpvms, Flight Simulator

Contact Methods

  • Skype
    angel.angello

Recent Profile Visitors

4738 profile views

Angello's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. Angello

    help

    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. Angello

    help

    trying to of install phpvms, I find the following errors https://i.gyazo.com/f5ecf5c44c24a86d713c54ec4572b160.jpg https://i.gyazo.com/b3b2f55287a0199c04ae7bca9fee1978.jpg someone can help me thanks
  3. <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>
  4. good job, a question where is the login folder is placed? Thanks for your attention
  5. I think that you will have to do with the database , navdata, but does not solve it Anyone that can help me ? Thanks
  6. http://forum.phpvms.net/topic/21398-oceanblue/
  7. ahughes3 It is a brilliant idea , jejejeje , very intelligent , tanks firend
  8. 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
  9. http://ahughes3 Many thanks for your help and is very well explained, I think that now whether I shall be able to continue the project, my aim is to share with the community this template once completed " thank you , you may receive a cordial greeting This is the web site http://siteestudios.altervista.org/index.php
  10. I have edited the skin , but failed to progress in the registration of users http://siteestudios.altervista.org/
  11. I have prepared the template as explained in the tutorial but how do you add the page to start section and register ? Thank you for your work , a greeting
  12. Vangelis I have already proved it, it works correctly, You can see in the image tanks
  13. Vangelis Functions properly, good job thank you
  14. I'M STILL WITH THIS ERROR , THANKS
×
×
  • Create New...