Jump to content

Nabeel

Administrators
  • Posts

    8139
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by Nabeel

  1. Do you see it in the admin panel, under that pilot?
  2. Are his cookies enabled? He's not being logged in, most likely because of cookies.
  3. Yup this is a known bug: http://www.phpvms.net/forum/index.php/topic,198.0.html The last post, I posted a quick fix; it's fixed for the next update as well.
  4. It does see the OK message (I'm assuming), I send out an OK either way. I don't always get the error. I can't really ask the FSACARS people either about it, since they seemingly closed shop. It usually shows up when you click "Send Log", but when you accept the PIREP, it should send the PIREP right then. I haven't had the time to really diagnose it in too much detail.
  5. Ask your host if they can flip that around for you first, usually it's not a big deal since it's an entry in the virtual host section which is already setup for you (I know my host has done it for me). To move it, no, just move the files and change the SITE_URL in the core/local.config.php, as well as in your skin files
  6. Weird, it's not listed on the country list I used. I think it's because it's included in the UK. So I added: Scotland, England, European Union, Catalonia, and Wales
  7. I'll see what it takes to fix it, I'll sit down with it tomorrow. If it's quick I'll post i tup
  8. Yeah, I'm changing this so it doesn't kill your server everytime it does a lookup. As for it setting to zero, that is a mistake I made in create the column (as an integer, not a float value), I'll fix that, but it's gonna count the time based on PIREPs. Flight tim in schedules is just a carry over which was going to be used as a check against a really wrong PIREP flight time.
  9. Like a splash page? I guess putting phpvms in its own directory. There might be some htaccess trick, or if your host looks for index.html before index.php, ask them, depends on their http.conf setting (ask them what order its looks for a default page)
  10. It'll remove the # sign. Weird, I'll take a look a bit deeper, it was working. Arg. And as for multiple backgrounds... right now no... I'll put it on my list though Oh, you guys know it'll take the size of the background image, so you can adjust the size through the bg image size. If you thought it was too big
  11. There's no Scotland? Wow. I had downloaded an icon package. What's the 2 letter country code for it?
  12. Did the background change when you hit the reset. Try it without the # sign Actually I found an error in my code, To fix it for now, open core/common/pilotdata.class.php, around about line 486, theres: sscanf($color, Config::Get('SIGNATURE_TEXT_COLOR')); Replace it with $txtcolor = str_replace('#', '', Config::Get('SIGNATURE_TEXT_COLOR')); $color = sscanf($txtcolor, '%2x%2x%2x');
  13. You can do that now; you don't need to resign, and you don't have to fly only flights from your airline; when you go to the "file pirep" you can select any airline from the drop down, and do any flight, same for FSACARS (the reason you have to enter the airline code is so the system knows which airline you're flying the flight on). When you register and select and airline, that's just to associate you with some airline. If you don't see the airlines in the drop down in the 'File PIREP', then make sure the airline is enabled. Also, if they want to change the airline they are registered to, an admin can change that, under pilot options.
  14. Drop down menus - I suppose you have some javascript for that already Open up your core_navigation.tpl, after copying it into you skin folder. Change the HTML, add your links, etc into there (just as if you were building your nav bar from your example template)
  15. Ya, well I guess that's the most 'realistic' way, but since a few other things are going to depend on the reg, it's the best way to future proof yourself.
  16. That's not phpVMS. And what exactly do you need help with? If you have specific questions, or how to do something, just saying you need help doesn't help us to help you. Dave posted an excellent primer above, messing with the system is probably the best way to see how it's put together.
  17. Use absolute paths, with your complete domain in it, in your XML file. Try giving that a shot.
  18. Yep, that's how it'll be the most realistic, since that's how it's done. I don't cross check regs and say its being flown on another flight at the same time, just to make it easier. And it doesn't have to be flown using that reg, a pilot can use any reg. Though now if they book the flight and import it using FSACARS, it'll pull that reg in. Would an importer for aircraft help, similar to the schedules?
  19. A sneak-peak of the new admin panel, just to get your juices flowing Alot of your requests have made it in - deleting PIREPS and 'retiring' aircraft. Oh, and FSACARS can pull the latest bid now and fill in the data . Most importantly, the entire thing is noticeably faster, I spent a lot of time optimizing. Still a few more things to do, so I don't know when it'll be out just yet. Still have a buncha testing to do, as well as baking in a few more cool things! Happy New Years! sneak_peak.png
  20. I'm not sure I understand what you mean in the first part, if you mean having a option not to add a registration, that becomes a little tricky with FSACARS, and other statistics functions which are coming. But when filling a PIREP, it's not restricted to the assigned aircraft. It'll take whatever registration they enter (in FSACARS or on the form), as long as its been added. I suppose you can add an "aircraft" called none, with "none" as the registration and then assign that to your schedules. The stats will look at the PIREPS as the reference point on usage stats, so there are no worries about "holes" in the actual usage.
  21. Well, just add one saab and one jetstream, and assign a reg to each one (so total of two aircraft), then just assign that reg number to the schedule, so then you only have those two aircraft listed. You don't need to add 8 saab aircraft with one reg (it won't let you anyway), just add one with one reg, and use that one across your schedules.
  22. Yes cookies is one. There is a link there though that says if you don't get redirected, to click it. Does that work?
  23. He doesn't get redirected after login? Is that the problem? Can he access the pilot center directly? If its redirect, seems like a javascript setting, blocking redirects, or some add-on doing it.
×
×
  • Create New...