Jump to content

Angello

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Angello

  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
  15. the aircraft selected on the form, does not appear in the data received in the mail tanks
  16. 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
  17. You are referring to http://www.simpilotgroup.com/module/toursystem
  18. no, wanted to do the registration page and start secion,, then do the rest
  19. I am trying to create a skin for my website,, I need to create , the registration page and login How can I do, someone can help me Thank you very much This is the site http://siteestudios.altervista.org/
  20. http://forum.phpvms.net/topic/21986-nocaptcha-recaptcha-for-phpvms/page__hl__%2Brecaptcha%26%2339%3B+%2Bfound
  21. Angel Air echo "Thank You!" . " -" . "<a href='http://YOUR SITE' style='text-decoration:none;color:#ff0099;'> Return Home</a>"; Thank you. works perfectly, good job
  22. Thank You! - Return Home when you click on Return Home This error appears Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'RouteSubmit::form.html' was given in/membri/wwwcubanavirtual/phpvms/core/classes/MainController.class.php on line 218 Good Excellent work, thank you very much for the contribution
  23. NETWORK TRAFFIC SIMULATION

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