Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Hi Can someone tell me what and how schedules route details is populated in the schedules table, as its making my schedules row massive.
  2. No changed url from a dev site to a live one, so registered www.mysite.com/dev then when we went live updated the local config and va central url to www.mysite.com, then things started messing up for some reason.
  3. Take a look in the core/common/RSSFeed.class.php
  4. You will probably find its an unclosed div, sorry at work on phone and its not easy to look at code.
  5. Change the setting in your local.config.php from 720 to what you wish. # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes (12 hours) Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false);
  6. That is a div misplacement.
  7. We don't have no aircraft restrictions on rank. Just normal hours to ranks.
  8. Yes it is. If your site is showing access to http:// and http://www. then you will be ranked down in site rankings within google as they can look at it as 2 sites. Basic seo crap courtesy of google themselves
  9. Yes do as i do, use the .htaccess rewrite rules to change http:// to http://www.
  10. I removed the VA from vacentral and re registered, now everything is OK with the jetva one, it seems when you change the url for some reason VA central goes all screwy. I developed and registered another va with www.myurl.co.uk/dev which was registered on va central, when i moved it to the live site and updated the url in vacentral things got all messed up.
  11. Use this and change it to 100 if needed, as Auz said. <?php MainController::Run('FrontBids', 'RecentFrontPage', 100); ?>
  12. That's probably to do with your airport latitude and longitude coordinates. Might be worth checking those.
  13. I have just deleted it and registered again which seems to have fixed it. Strange.
  14. Just noticed also that I have another VA which is doing the same. Thats on the latest beta release.
  15. It stopped working when i changed the VA name, not sure whats going on tbh. I think most people that are running a beta have this problem as i have spoke to a couple of other va owners and noticed myself on the va central map.
  16. mark1million

    Pauses

    Yes it will do, you notice if FS reloads or refreshed it will also log a pause. If for what ever reason FS just hangs as it does every now and again that will also register a pause.
  17. Add this script to the top of your tpl, <script type="text/javascript"> setInterval(function() { $("#fboard").load(location.href+" #fboard>*",""); }, 60000); </script> Place your flightboard between these divs, <div id="fboard"><---Place your include here---></div>
  18. I use jquery i think, put the board between a div that is set to refresh every xx seconds
  19. Nabeel, I have been on this for a while now and for some reason the VA central flights are not showing up on the map not sure if its a name change on my part or something else, before the names were showing up but with not flight details, now not even the va name is showing.
  20. There is no limit, i have imported it and its fine. does take some time to load on a dedicated server though so that's maybe the problem especially if you are on shared resources.
  21. Thats the feeds that were down for the past few days. Maybe they are back not checked.
  22. Ah yes there is different content available when you login sorry forgot Basically when you are not logged in you see one set of menus and then when you are logged in you will see all the options dropdowns etc.
  23. Is it me or has fetching NOTAM information got very difficult? A lot of places have now closed or stopped working, does anyone have any suggestions?
  24. It means your backing up your files to your home directory. Remove them to off site ie to your pc. When you back up files you should keep them somewhere else apart from your home location or even on the same server. I use syncrify which is am incremental backup system and will only download the files that have changed. I can run it directly from the command line or set it as a cron to run when i like, it sends the files over https to my server in my office upstairs so if my main webserver falls over i can restore and have a fully operational site again with in 10 to 15 minutes.
×
×
  • Create New...