Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. First thing would be to check your coordinates for those airports
  2. I'd wait a few days for 901, some big changes
  3. Nope, it's alreayd included, a newer version. Yes, that demo should work...
  4. phpVMS uses jquery, it's included by default and uses it for many things including schedules. So to make it easy, I'd use jquery plugins
  5. You can use the one included with jquery-ui: http://ui.jquery.com
  6. The ID wouldn't get that high on its own with 30 pilots. Someone's pilot ID might have manually been changed - and in that case, data gets lost and screwed up.
  7. Not sure yet. I've ordered the dedicated, hopefully will get to it this week sometime. It's an 8 core monster.
  8. What's your site? Did you change their pilot ID manually to that?
  9. Since 2.0 (the last release) there's been these functions: url('module/etc/...'); // Same as index.php/site/etc/... actionurl('module/etc/...'); // same as action.php/site/etc/... fileurl('lib/skins/etc/'); // same as site_url/lib/skins It automatically adds in the SITE_URL, et. It was detailed in the changelo/upgrade guide
  10. Sounds good. You should make a github account and use that!
  11. Is the actual ID 9530? I don't think it would be hitting the upper limit of the INT field... the max is 2147483647. Are you using the PILOTID_OFFSET variable, did you set something to that?
  12. You can use the pirep_filed event listener so then the code sticks on updates. Goto the docs link in my signature and scroll to the bottom to "events"
  13. Yeah, I can see it on my IE8 as well. Check your IE8 security settings as well, maybe something isn't set correctly there?
  14. Are they able to log in? What's their actual ID?
  15. Which version, are you on beta? Can you link me? I'm not sure...
  16. Thanks, fixed
  17. Nope, no configuration. What IE version?
  18. In the latest betas, if you call $routes_expanded = NavData::parseRoute($route_string); It will expand out airways. There are still some bugs but it will be avail from 2.1. As for what it returns, it will return an array of objects, one object for each point which contains the coordinates and the type of point, and what airway that point belongs to. To get the distance, you can call SchedulesData::getDistanceBetweenPoints($lat1, $lng1, $lat2, $lng2), IIRC. You'd have to check the API for specifics
  19. Yep, soon. I'm down to three potential hosts after evaluating all weekend.
  20. Yep, just don't fill any finance-related data out
  21. Hey, Not sure what you mean. Where is this happening? Any other details?
  22. You have a semi-colon at the end of hte foreach: foreach($bids as $bid); That could be it.
  23. Hey, You have to use one which is made for jquery. Those are prototype/mootools, which aren't compatible with jquery
  24. There's no one single OOP style. You have to learn the language and syntax. Most of OOP is part of design patterns. Those are included in any CS programs.
  25. No, you set those up. They tell you exactly what to enter in the host file
×
×
  • Create New...