Jump to content

SouthwestVA

Members
  • Posts

    71
  • Joined

  • Last visited

Recent Profile Visitors

2761 profile views

SouthwestVA's Achievements

Newbie

Newbie (1/14)

5

Reputation

  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?
×
×
  • Create New...