Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TennShadow

  1. Thanks - I just added this to my hub module and it works great!
  2. To be honest, I didn't request that X-Plane work in my custom kACARS. I just downloaded XPUIPC and give it a try and it worked fine. Saying that, I'm not sure if the free KACARS would work with X-Plane or not. I've never tested it but I can't see why it wouldn't.
  3. I use a very customized version of kACARS. It works with FS2002, FS2004, FSX, FSX:SE, P3D, and X-Plane. Your X-Plane users will need to use XPUIPC in order for it to connect. I fly X-Plane a lot and haven't had any issues with compatibility my with ACARS.
  4. Same here. I'm actually excited for Simpilots new version as it states it has a PHPVMS auto-migration tool. Very cool. I'm definitely going to try it out and see if I can get my new bootstrap skin to work with it.
  5. There is another one in development to. According to the Developer it will have limited backwards compatibility to PHPVMS. VAOS - Virtual Airline Management System Interesting to see so many new systems on the horizon. However, I have 7 years of time and money in PHPVMS and I can't see myself moving to a new platform anytime soon.
  6. This works perfectly! Thank you for supplying the code. This is something I've been wanting on my site for a while now.
  7. Open up core/local.config.php and find the below section and make sure they match what I have. Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Config::Set('PHPVMS_API_SERVER', 'http://api.vacentral.net'); Config::Set('PHPVMS_NEWS_FEED', 'http://feeds.feedburner.com/phpvms'); Config::Set('VACENTRAL_NEWS_FEED', 'http://feeds.feedburner.com/vacentral'); Config::Set('GEONAME_API_SERVER', 'http://ws.geonames.org');
  8. Looks like the database user password is incorrect or the permissions are not correct.
  9. In you core\local.config file look for the below entry and change it to something other than 720 minutes. # ACARS options # Minutes, flights to show on the ACARS # Default is 720 minutes Config::Set('ACARS_LIVE_TIME', 720); Config::Set('ACARS_DEBUG', false);
  10. I can zip mine up if you what that one?
  11. This is the call I'm using on my frontpage_main template which displays all aircraft in my fleet regardless of status. What could I use in order to only have it display the enabled aircraft? <?php echo StatsData::TotalAircraftInFleet(); ?>
  12. There should be a link called "Admin Center". If you don't see it go to http://yoursite.com/admin after you are logged in and see if you have access to it.
  13. If your the first user of the VA and using the default Crystal template, as soon as you login to the site you should see an admin menu link.
  14. Awesome - thanks for the help! If possible, please try to help here on the forums so all can benefit from this. Unless, of course, this pertains to support for a service you provide.
  15. Alright guys, I think you both made valid points and there is plenty of good information for the OP so I'm closing this one down.
  16. I did exactly this last weekend. I didn't add any of those new columns into my tables and so far I haven't had any issues. I've got debug turned on and so far so good. This is my production db on my test site so I haven't finished testing it all yet. I'm hoping testing keeps going well and I can move on as is.
  17. I just grabbed 3 pulls from him to get the cargo schedules I was needing and a lot of them even had routes already in them. That was a nice surprise!
  18. Thank you Scott for the info. There was a provider that offered schedules from Flightaware.com. If an aircraft flew a flight you could get from there. Unfortunately, they don't offer that service anymore. I was hoping someone else had access to the flightaware API so I could get that flight information. Crazy Creatives has a payware cargo module. It's a random generated system. All you need to do is add the fleet and cargo type and it does the rest. https://www.crazycreatives.com/downloads/cargoops-v1/
  19. Are you using the flight aware API to pull schedules?
  20. I'm looking for cargo schedules from UPS, Fedex, and DHL. Anyone know where I can get them from besides manually going to flightaware.com and doing it myself? Thanks!
  21. PM me the email address you used to contact him. I just talked with him last week.
  22. We don't know what happened. He has removed all of his modules from his accounts.
  23. Not sure if they are all using Simconnect but I know they will work with the free version of FSUIPC.
  24. There are several free and payware ACAR's systems. SmartCars 2 - https://tfdidesign.com/smartCARS.php kACARS - http://www.fs-products.net/ CCFTracker - https://www.crazycreatives.com/ccftracker-free/ There a few more as well but I can't recall them off the top of my head. If any of their devs see this I'm sure they will add links as well.
×
×
  • Create New...