Jump to content

Nabeel

Administrators
  • Posts

    8149
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. Nabeel

    Pilot Status

    Jeff, are those the only changed needed for that? I can implement that into mainline
  2. PM me your email you used
  3. Might have to do Template::Set(), I'm not 100% sure without looking at it
  4. Send me the exact changes you made, I will incorporate them into the main code
  5. POints? what do you mean, you want to manually assign them? You can change dollars into points..... that would work if you want to use that instead of money
  6. I believe that was fixed, I can't find the specific commit, but if you run into it, just open a bug for it
  7. Changed Files: m core/app.config.php added options to filter on last PIREP filed, show schedules only for certain days of week View complete changes Download from here
  8. Changed Files: m admin/lib/template.csv m admin/modules/Import/Import.php m core/modules/Schedules/Schedules.php import/export for multi week schedule View complete changes Download from here
  9. Changed Files: m admin/modules/Operations/Operations.php m admin/modules/PIREPAdmin/PIREPAdmin.php m admin/templates/ops_scheduleform.tpl m admin/templates/pirep_edit.tpl m core/app.config.php m core/classes/CodonCache.class.php m core/common/ACARSData.class.php m core/common/PIREPData.class.php m core/common/SchedulesData.class.php m core/modules/PIREPS/PIREPS.php m core/modules/Schedules/Schedules.php m core/templates/schedule_results.tpl schedules listing cleanup, added weekly schedule filter View complete changes Download from here
  10. Your host probably has dozens and dozens of other accounts on the same server, so it's not just your account.
  11. Your server is out of space, contact your host
  12. That's a FSFK question, not a phpVMS one
  13. Look in the code snippets forum
  14. There are templates in core/templates which start with fsfk_, you can start with those
  15. Sorry for the late reply, yeah, you can replace it with an image
  16. Your login script has to use the API login, or you can find the code in the API which does it
  17. I commented on the bug report
  18. Nabeel

    Pilot Status

    Look in app.config, I believe I had them in there
  19. Try this - in the phpvms fieldvalues table, using phpMyAdmin, find this FOREIGN KEY: phpvms_fieldvalues_ibfk_2 Delete that... Probably when the pilots table was duplicated, there was a second key added which didn't get removed. The error is coming from that field values action though, so that's a good thing
  20. You'd have to create a new module Use AJAX to call action.php/module/airportlist/KJFK class module extends codonmodule { public function airportlist($airport) { } } Then you'd select based on $airport (KJFK) passed in Use the API to search... output your list from that
  21. That's strange... You can copy the default one over from the install folder
  22. Nabeel

    ICAO Codes

    You can add a separate airline and assign schedules to that airline
  23. The password is salted for extra encryption
  24. What was the link?
  25. Give it some time, sometimes that lookup server goes down if it's getting hit with a lot of traffic
×
×
  • Create New...