Jump to content

SouthwestVA

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by SouthwestVA

  1. Not Really... It does the same thing, you can customize it, put it as a cron job. Change the Text, Background.
  2. In a link form or the Flight ID, seems easy, I could do it
  3. first person to buy this gets it for $7 USD. PM for details.
  4. What should I make? No one responds to module requests.
  5. Examples: You can change the Background and what you want displayed.
  6. Hi All, I have created a simple Status Badge Script. If you want it PM me. I made if for a VA and feel that I should release it. Thanks
  7. Sorry, Its working. It another part thats not. Let me find it.
  8. $flights = ACARSData::GetACARSData(); $acars = count(ACARSData::GetACARSData()); $pilots = PilotData::getAllPilots(); if($acars > 0) { foreach($pilots as $pilot) { $pilotid = $pilot->pilotid; foreach($flights as $flight) { $pilotflight = $flight->pilotid; if($pilotflight == $pilotid){$status = 1;} else {$status = 0;} } } } else { } It only returns the last pilot. Ex. XXX001 XXX002 XXX003 are all flying, only returns 003 as flying. Anyone?
  9. Oh then kyle, why are people making IFEs? But I see your point, they should shut up about the actual movies they have and just say they have movies... I believe its 3rd party websites that they are iframing.
  10. I think the problem is this is not what you would buy, its priced to high, i could make this module and give it out for free.... and ugly.
  11. Hi I was wondering if you guys knew how to add another PIREP admin actions, like Hold... So its not pending its actually held. Thanks
  12. Thanks Guys and they all look nice.
×
×
  • Create New...