Jump to content

Soundman9

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Soundman9

  1. Great that fixed it thank you. This has not been on our config before..have they changed something? Thanks again
  2. Hi We are currently receiving an error exporting PIREPS. No response from API server We have the correct code in the local.config.php and we are falling down the ranks quickly - is anyone else getting this error? Martin - Virtual Aviation Group CEO
  3. Hi All We have a staff position available on our airline after one of our developers has become busy with other personal projects. Our airline has been transformed in recent months with our new v2 implementation which has tripled our pilot count and increased our airline ranking significantly. We are looking for someone to join our staff team with a passion for coding, aviation and a drive to implement improvements to help excel the airline. We pay an agreed price for large projects but we are looking for someone who, along with the large projects, would be willing to volunteer themselves for day to day improvements for the airline and become a permanent staff member. This candidate would be expected to be active on our Teamspeak server and take part in the airline and its activities along with the admin team. If you would like to get involved and would like to commit to joining our team please PM me for more details. Many thanks Martin
  4. Vangelis, your a wizard That worked perfectly - thanks very much for your input its greatly appreciated!
  5. <?php echo '<img class="img-responsive" src="'.fileurl('/airlines/'.$pirep->code.'.png').'" alt="'.$airline->name.'" />'; ?>
  6. At the moment i am using the same code as the recent flights section which returns VTA. So the variable is $pirep code
  7. The code for the recent flights is posted in the top of the thread. If you need anything more please let me know. It seens to return the VA icao VTA rather than the airline logo such as AAL
  8. Thanks for your response. That code did not work for us. We are not trying to input the logo on the live flight map bubble. We have a live flights board which we are trying to post it in. I have images below of the issue with the new code and also how it displays normally with the wrong logo. With the old code you can see it looks for VTA.png for every flight instead of the airline icao .png
  9. Hi We have some code to pull the airline logo for our recent flights board - but I would like to return the same for the live flight info. For some reason the same code does not work and instead of returning the airline logo it returns VTA as the answer all the time for every flight and displays the airline logo. The code we use for the recent flight board is below and works fine. I have tried editing it but cannot find the solution. Should it be looking at the $PIREP data or something else? Like I say this code works on recent flights but not live flights. <?php echo '<img class="img-responsive" src="'.fileurl('/airlines/'.$pirep->code.'.png').'" alt="'.$airline->name.'" />'; ?> Thanks
  10. I would recommend completing your website before you start advertising - your link just takes us to the standard Lance Designs template
  11. Perfect must have missed this - thanks a lot that resolved it
  12. On the new leader board I have noticed our landing rate average is not showing so not sure if we are missing out on points. A lot of other airlines are showing the same as me. Could this be missing code or is this a known issue? Thanks Martin Virtual Aviation Group
  13. the button to generate flight plan does not do anything when you click it - is this something you could look at for us?
  14. the module does not use the schedule brief php as far as im aware as it has the flight briefing within the schedule results php which comes with the RLS module - i manged to port over the button to generate flightplan but nothing hapends
  15. yeah i have seen that module but we use realschedulelite for our book flight system and I am struggling to get this to work with that module.
  16. I am looking for a developer to work on our airline to introduce a custom briefing package for our pilots. We have an API key for simbrief and would like to use this service. We would like to include a package which creates a flight plan such as how PFPX outputs theirs. Any input from the developer would be appreciated. We use real schedule lite for our flight booking. Future projects in mind so looking to build a relationship with the coder to implement future paid services. Thanks Martin - www.virtualaviationgroup.com
  17. Perfect, worked like a charm thanks!!
  18. Current map supplied with module looks like this Would much prefer to use Google to look like this - like on the rest of our site
  19. Hi I'm currently messing around with this module on the site to make it look as clean as possible to fit the look of our site and I am happy with the results and the module is great. The only thing I would like to do is change the map which shows the booked flight route to use the google map (like the standard live acars map) Has anyone managed this. Current code looks like below. <th align="center"colspan="4">Flight Map</th> </tr> <tr> <td width="100%" colspan="4"> <?php $string = ""; $string = $string.$route->depicao.'+-+'.$route->arricao.',+'; ?> <img width="100%" src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=680x200&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /> Obviously red is pulling the map image its using but it isn't the best and think the standard google map will look much nicer. I presume to pull the google map in it may need some code adjustments to correctly mark and trace the flight and deprt / arr ICAO's? Cheers
  20. Hi Please PM me with your prices - i have been trying to get someone to skin our site and have been using the AAvirtual as an example for what I would like!! martin.langran@gmail.com Cheers
  21. Hi I have installed this module and it pulls the figures great but its just in plain text format? the table does not show like in your pictures? any way to fix this? Thanks Martin
  22. Thanks for your help we have cut it back massively and got it down to around 3 seconds but i did notice that smartcars was really quick. Shame the website cant function in the same way tbh
  23. we have just performed a bulk deletion of around 14,000 airports which were not needed and it is still no faster?
  24. Ok we will remove a lot of them and report back thanks
  25. Then click pilot panel and book flight
×
×
  • Create New...