Jump to content

Miggel

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by Miggel

  1. I still have the problem with the unseen names
  2. wow thank you, but dosent work And what do I do if there is no standard gate, so no ICAO code? . Can I generate something where then is: No information available.
  3. Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]->icao_code == 'GCLP') echo "Stands T02 - T07"; elseif($info->destination[0]->icao_code == 'GCRR') echo "Stands T01 - T07"; elseif($info->destination[0]->icao_code == 'GCTS') echo "Stands F02 - F08"; elseif($info->destination[0]->icao_code == 'HEGN') echo "Stands 69 - 74"; elseif($info->destination[0]->icao_code == 'HESH') echo "Stands 26 - 33"; elseif($info->destination[0]->icao_code == 'KTPA') echo "Stands 85 - 89"; elseif($info->destination[0]->icao_code == 'LBWN') echo "Stands 15 - 19"; elseif($info->destination[0]->icao_code == 'LCLK') echo "Stands 22 - 26"; elseif($info->destination[0]->icao_code == 'LICC') echo "Stands 327 - 331"; elseif($info->destination[0]->icao_code == 'LPMA') echo "Stands A5 - A10"; elseif($info->destination[0]->icao_code == 'MUHA') echo "Stands 10 - 11"; elseif($info->destination[0]->icao_code == 'LEPA') echo "Stands 40 - 63"; elseif($info->destination[0]->icao_code == 'LIEO') echo "Gates 01 - 05"; elseif($info->destination[0]->icao_code == 'LEIB') echo "Stands 27P - 31P"; ?> greez Michi
  4. Hi Community We are looking for a partner who (2 Virtual Airlines) a Common Pilot Center created us plus a custom ACARS system. Details can be discussed via Skype or PM.
  5. Hi Community I have problems with the Automatic Flight Assignments module for phpVMS. The Settings will not Save. Image 1 The Second problem is with the Cronjob for this Module. i have an Error Mail with: wget: not found Image 2
  6. Hi i have the same Problem ... http://flyedelweiss-virtual.com/index.php/registration
×
×
  • Create New...