Jump to content

TennShadow

Members
  • Posts

    724
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by TennShadow

  1. Gentlemen, We have already been through this in the past. Please take up this matter off the forums. Thanks, Keith
  2. No, I'm not sure where the auto retire code is. I forgot to mention this was happening before I made the changes. Sorry...
  3. That's what I thought...thanks!
  4. Ok, first I did what sim pilot suggested on the below forum post. I made it where retired pilots don't show on the public pilot roster but do show on the backend pilot list and I set that no pilots can login if they are retired. http://forum.phpvms.net/index.php?topic=2099.0 Anyways, When I go look at an account that was auto retired their status doesn't change. It still says "Active". Is there a way that when a pilot auto retires their status changes on the backend so I won't have any issues seeing which pilots are in "Inactive" status? Also, perhaps a sort function could be included to sort by active and inactive on the backend. I'm running beta 868. Thanks, Keith Thanks
  5. This works great thanks! One question on the edited files. I'm assuming that the auth_class.php files will be overwriting when I update. If I add the auth_class.php to my skins folder will it still work? I know I can't add the admin/template/pilots_list.tpl there because I already have my normal pilots_list.tpl stored there.
  6. Did the debug and I didn't see any errors and i was about to fire up a flight when I noticed that someone else was already flying. I watched the live map for 30 minutes and it is updating fine. I think this is more user problems than anything. I'll let you know if something comes up but for now I don't think there is a problem. Thanks, Keith
  7. Weird, I uploaded 3500 routes using the csv and had no issues with any of them. What type of errors are you getting when you import via .csv?
  8. I find that exporting the schedules to a .csv file is faster than doing a lot of changes on the web. When your done you then import it back. Keith
  9. http://forum.phpvms.net/index.php?topic=1665.0
  10. Will do... I'll check the logs when I get home from work and report back either tonight or tomorrow. Thanks!
  11. A few of my users are reporting that FSacars will not update the map after they start the flight. Any ideas on how I can troubleshoot this? I'm using the release version. Thanks, Keith
  12. I can't get the airways.sql to import no matter what I try. I had no issues with the one you wanted us to test. I keep getting a vague error saying to check the syntax.
  13. Right, I guess what I was referring to was if I made a fake pilot on the dev he automatically showed up on the prod. etc. I was trying to keep my pilot numbers in order but I didn't realize I was using my production database on the dev site so when I logged in to prod I had the users. :-[ Silly me. ;D
  14. Maybe I said the wrong thing. What is not working is the "My Flight Map" in the pilot center. It is nothing but gray. /pireps/routesmap All the other maps seem to be working fine.
  15. The only issues I've seen so far is on the Monthly report and the route map. The expenses breakdown chart doesn't show up. This happens on both pilot and admin side. http://dev.flypatriotva.com/index.php/finances/viewreport?type=m1263058238&submit=View+Report I don't have a custom route_map.tpl so it should have worked. I changed my skin to the default and it still didn't work. I just shows gray. One last thing - the airways and navdb tables were made but nothing was inserted. I made sure to drop the tables before updating. I'm currently importing those two in manually.
  16. Word of caution! If you use the same database for your dev site and your production site ANY changes having to do with the database will carry over to your production site. For that reason I have two copies of my database.
  17. That would be a neat feature but not everyone wants to force the pilots to fly from their last location.
  18. Wow, that doesn't seem too bad at all. I may upgrade to them after my quarter is up. Do you think the Linode 360 plan will be a good start? I'm not speaking in terms of bandwidth and storage but more in terms of performance. Thanks, Keith
  19. A big duh on my part. I was looking for the php code in conact_form.tpl. Got it working... Thanks!
  20. Thanks for the input. It looks like Linode would be in my price range but I don't know anything about setting up a linux/unix based server. I'm a Windows Server guy. 8) I'm assuming with enough time and patience I'll be able to figure it out. Thanks again!
  21. Currently I'm on shared hosting and so far it is working fine but I know as my airline grows I may need to move over to a dedicated server. I'm asking any who have dedicated hosting plans what they would recommend. Thanks!
  22. This is the output I got. I don't see anything for aircraft. stdClass Object ( [pirepid] => 15 [pilotid] => 1 [code] => PVA [arricao] => KPHL [landingrate] => -112.61 ) stdClass Object ( [pirepid] => 13 [pilotid] => 1 [code] => PVA [arricao] => KPHL [landingrate] => -121 ) stdClass Object ( [pirepid] => 14 [pilotid] => 4 [code] => PVA [arricao] => KIND [landingrate] => -143 ) stdClass Object ( [pirepid] => 17 [pilotid] => 4 [code] => PVA [arricao] => KPHL [landingrate] => -383.85 )
×
×
  • Create New...