Jump to content

BBuchanan

Members
  • Posts

    96
  • Joined

  • Last visited

Everything posted by BBuchanan

  1. Well, in regards to this, why add the mil flight? Why not take one of the others and change it? For example, I don't see military doing charter flights, I really don't. So instead: Config::Set( 'FLIGHT_TYPES', array( 'P'=>'Passenger', 'C'=>'Cargo', 'H'=>'Military' ) Anyone care to pitch in?
  2. Greetings, I was kinda upset that I didn't get to join the original Virtual Army. So, I decided to open a group, similar, but highly different. Features: Pirep - Automatic via IVAO or Vatsim Kacars, FSAcars, FSFK compatible Forums Knowledge Base documentation Wings/Division (Historic with updated airframes) Pilot Pay Ranks / Medals more to come.... I'd like to invite everyone interested. US Army Virtual Website
  3. +10 for this one. Thank you for the work you put in!
  4. Not quiet where I was going with it. Actually, instead of pulling the airports from geonames (which gets a few of them wrong), why not have a sql file with all the airports. This way, one only needs to run the sql file to have all the airports in their database, a second script would need to be made to update the airports listed in phpvms admin section.
  5. As far as this goes, I agree. There should be a plugin manager via phpVms to let us install/uninstall. That would force the plugin writers to at least give us the opportunity to uninstall without the hassle of going back to a backup or fresh install. The other thing is, dev's who remove their items from the web or access to it, should have their plugin posts here removed. Honestly, this entire thread, now that the plugin isn't available, should be deleted or archived.
  6. Is there anyway to get a full database? I mean all current airports. I know it would be a large file. Just curious.
  7. edited: My previous reply to this was rather confusing even to me. Basically, use acars for offline flights and vatsim for online. Never use both, otherwise it might look like sandbagging or trying to cheat the system. So, if you have pilots that can only get online to submit a acars pirep, let them use their acars program, whether it's FSacars, Xacars, kAcars, FSFK.
  8. Is there something you can do about the horrific lag produced by your site? I enjoy the list and what not, but not the stress it puts on my equipment. Not to mention the script errors. Yes, I'm sure everyone's going to look at me as the only one to complain, but I feel it needs to be said. This way, the site can be updated and modified to run better. Good Job with it though and good Luck!
  9. Flight Tracker is similar to Keeper, only its very minimal. Doesn't have all the fancy stuff Keeper does, but it gets the job done. Anyway of intergrating it in, like you did with Keeper?
  10. before I forget, included is the original index file unmodified.
  11. Great job adding in the Flight Keeper, but what about those of us using Flight Tracker?
  12. BBuchanan

    Basic Blues

    Ok, so this is my first actual skin on my own. I follow the tutorials and tweaked a few things. This skin is compatible with the latest beta (as of 12/18/2009). Of course there are some modifications you will need to perform. What makes this skin great, is that the css allows the screen size to be adjusted without losing placement of the side columns. I know this isn't a large image, but I don't want to over do it. You can see it in action at my website: UltrAir Virtual
  13. Had to change this line: if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) to if(Auth::UserInGroup('Administrators'))
  14. When I click on Pirep Feilds under Pilot Reports, I get: Fatal error: Call to undefined method Settings::renderTemplate() in /home/vdefense/public_html/ultrair-virtual.org/admin/modules/Settings/Settings.php on line 272 and also for anyone using a skin or template that was made for the older system, update your custom core_navigation.tpl otherwise this newer re-write of the code with mess things up.
  15. Hey, I wondering how this got resolved because I'm dealing with it also: Warning: Cannot modify header information - headers already sent by (output started at /home/vdefense/public_html/ultrair-virtual.org/core/modules/Mail/Mail.php:131) in /home/vdefense/public_html/ultrair-virtual.org/core/modules/ACARS/ACARS.php on line 132 Warning: Cannot modify header information - headers already sent by (output started at /home/vdefense/public_html/ultrair-virtual.org/core/modules/Mail/Mail.php:131) in /home/vdefense/public_html/ultrair-virtual.org/core/modules/ACARS/ACARS.php on line 133 Warning: Cannot modify header information - headers already sent by (output started at /home/vdefense/public_html/ultrair-virtual.org/core/modules/Mail/Mail.php:131) in /home/vdefense/public_html/ultrair-virtual.org/core/modules/ACARS/ACARS.php on line 134
  16. I would like to welcome everyone to visit us. You'll find that we not only use Phpvms, but we've opened our doors to several Flight networks: Vatsim IVAO and Virtual Skies You'll find each pilot is different and they are allowed to be apart of all, one, or none of the networks. Check us out sometime: http://www.ultrair-virtual.org
  17. why not just attached it here for others so you don't have to send out a ton of emails?
  18. 2 Idea's: 1.I'd like to see a "Award Reason" field. Meaning, since we have to do awards manually, I'd like the option to let the pilots see exactly why they got what. I have 24 different awards. 2.I would also like pilots know when they get each award and how many times they've gotten a specific award. just idea's ;D
  19. Parse error: syntax error, unexpected $end in /home/vdefense/public_html/ultrair-virtual.org/lib/skins/biz/pilots_list.tpl on line 60 and the page itself: <div id="pilots"> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> <th>Vatsim ID</th> </tr> </thead> <tbody> <?php foreach($allpilots as $pilot) { /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ ?> <tr> <td width="1%" nowrap><a href="<?php echo SITE_URL?>/index.php/profile/view/<?php echo $pilot->pilotid?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><?php echo $pilot->totalflights ?></td> <td><?php echo $pilot->totalhours ?></td> <td><?php $fieldvalue = PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); if($fieldvalue != '') { echo '<a href="http://www.vataware.com/pilot.cfm?cid='.$fieldvalue.'" target="_blank"><img src="'.SITE_URL.'/lib/skins/global/images/vatsim.gif" alt="Vatsim ID" /></a>'; } ?> </tr> </tbody> </table> page can be found here: http://www.ultrair-virtual.org/index.php/pilots
  20. Is there anyway to add a flight type? Such as Training flights?
  21. This is what I get: Parse error: syntax error, unexpected $end in /home/vdefense/public_html/ultrair-virtual.org/lib/skins/biz/pilots_list.tpl on line 60
  22. Your google email does not work. It simple rejects emails.
×
×
  • Create New...