Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Login with..

    They can login now with the pilot id or the email address. Not the name though, that's filtered for security purposes.
  2. It wasn't because of budget cuts, but because of PM and priority issues. FS was one of their top-selling franchises; it wasn't because of money issues
  3. You'll have to create a function to do that in some module, then call it <p><?php MainController::Run('ModuleName', 'FunctionName'); ?></p>
  4. Hey, Unfortunately, FSPax doesn't have that feature. You can request it on their site, don't know if it would make a difference. I requested it as well, so we'll see if it comes in the future, but I doubt it.
  5. Nabeel

    No links work

    You'll have to switch hosts, unfortunately. If you can PM me with your FTP info, perhaps I can find a work around. I haven't had an IIS server with FastCGI to be able to diagnose.
  6. Hey, What was it? Might help someone else out in the future. Thanks
  7. Thanks for the testing guys. Trying to figure out a few issues, on email with the developer...
  8. Try taking them out and seeing if it's still broken.
  9. Nabeel

    Website

    Hey, welcome. The documentation has nearly everything you need to know: http://docs.phpvms.net/
  10. You could - but I wouldn't just yet. There's a few things with how pireps are connected to schedules, and I was waiting for people to move over to this last release to be able to de-couple that code.
  11. Only inactive for now. I'm planning on changing that for next release.
  12. Nabeel

    No links work

    Ask them if you can use PHP as an ISAPI module. They would have to set that up.
  13. Nabeel

    No links work

    Is it your own server? Or hosted?
  14. You're missinga closing } Add <?php } ?> After that closing </tr> tag
  15. Nabeel

    No links work

    Search for "IIS". IIRC, FastCGI has a issue on Windows - you have to use the ISAPI plugin to run PHP under IIS
  16. Good luck with your va!
  17. Post your code, seems like a syntax error (you can use pastebin)
  18. Not at the moment. The flight types only matter for financials.
  19. Maybe when you re-uploaded it, it was corrupted. Try re-uploading
  20. Yeah, find the template you want to replace it it in, it's there. Just replace the text with the image.
  21. Nabeel

    script

    I'm waiting for Google Map's new version to mature a bit, then I'll recode to that - there's no key required for that
  22. xacars doesn't have a flight log. What do you mean no data is included?
  23. $location = $lastreport->arricao; do $lastreport->arrname
  24. Yessir. If you do print_r($schedule); Or whatever the variable is, you'll be able to see all the fields which are available
×
×
  • Create New...