Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. I wouldn't change the kACARS_Free.php file. Leave it the way it is like, somehow, you may have a whitespace in the very beginning of your kACARS_Free.php file. Try seeing if you have a white space at the very start of your file between to the <?php tags and remove the whitespace, as well for the Auth.class.php file.
  2. I HIGHLY HIGHLY wouldn't recommend doing this as this can open your PC to hackers in the world, however, you would need to do port forwarding with your Router to point the port 80 to your computer, but still do not recommend doing this. I suggest you to buy a hosting, from fivedev as it's operated by Nabeel who made phpVMS. Have a look at http://fivedev.net
  3. I don't have the simpilot staff module though, but this can be little bit easier for everyone.... This code will only show staff online. <?php $staff = StatsData::UsersOnline(); foreach($staff as $pilot) { if(PilotGroups::group_has_perm(PilotGroups::getUserGroups($pilot->pilotid), ACCESS_ADMIN)) { ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a><br /> <?php } } ?>
  4. Made a little idiot error when you forget the WHERE id. lol Right here -> https://github.com/Vansers/phpVMS_vFleetTracker/commit/50972621c53faab16d68e267ab832ed9ada4880c Hey, No problem!
  5. Strider, flyalaska I have found the error. Released a new build. . View Changes Download
  6. It's mostly styled in custom CSS Styles, I'm sure it's pretty easy to make something like that with it.
  7. Your hosting needs to recompile PHP.
  8. Hahaha, I found that funny.... hosting doesn't know their server too well.
  9. You can find all of simpilot's add-ons from here -> https://github.com/DavidJClark?tab=repositories
  10. You can edit the information in the signatures, go to /core/common/PilotData.class.php Go to around line 963 to 980, or find this at the last function of the file... # Configure what we want to show on each line $output = array(); $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname; $output[] = $pilot->rank.', '.$pilot->hub; $output[] = 'Total Flights: ' . $pilot->totalflights; $output[] = 'Total Hours: ' . $totalhours; if(Config::Get('SIGNATURE_SHOW_EARNINGS') == true) { $output[] = 'Total Earnings: ' . $pilot->totalpay; } Change the variables to your likings.
  11. Try clearing your browser cache, it may seem it's clogged, or allow cookies in your browser.
  12. Re-upload phpVMS to your server, it is saying that /phpvms/install/install.php does not exist on your server.
  13. Reuploaded! https://github.com/Vansers/phpVMS_vFleetTracker
  14. I'm going to try to get all my modules uploaded later tonight.
  15. You can do this way... Change the $number var to whatever your getting the number. <?php echo number_format($number); ?>
  16. Be sorta careful on the first node, clearly to me, that simplexml skips the first node... for example <something><rss>Hey!</rss></something>. The $rss->something->rss won't do it's job, try something like $rss->rss.
  17. As of today, February 8, 2013, this module will no longer be supported.
  18. Kyle

    vStatsCenter

    Something is up with the nameservers again, however. I'm going to upload my modules in Github in the next few days.
  19. Number of reasons. 1) Clear your phpVMS Cache in your Admin Settings, Maintenance and Clear Cache 2) It usually happens when you don't have a PIREP Filed yet 3) It shows up on the first day of the month, but it goes away soon. Cheers!
  20. Doesn't seem to be around now. According to their website, their accounts has been suspended. http://www.angelairva.co.uk
  21. Right here! http://vansersaddons.com/index.php?/topic/2-vansers-add-ons-downloads/
  22. That's in one of the devs in phpVMS Github... https://github.com/nshahzad/phpVMS/tree/dev
  23. Mostly new URLs gets marked as spam emails and it takes a while to get it unspammed it's self on email servers.
  24. That's becasue I have the query set to look for accepted PIREPs, not pending or rejected ones. Are you wanting to change the parameters to have it to look for all PIREPs with the aircraft?
  25. Oh man, same here. I pre-ordered it in November 2012!
×
×
  • Create New...