Jump to content

Nabeel

Administrators
  • Posts

    8147
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Nabeel

  1. That same setting applies to signatures as well. Which version are you using right now?
  2. You'll have to call: $pilots = ACARSData:GetACARSData(); And that'll be the list of pilots with all that information you need. See my signature for the link to the API docs
  3. if(!$airline) $airline = array(); foreach($allairlines as $airline) Use: $allairlines = OperationsData::GetAllAirlines(true); foreach($allairlines as $airline)
  4. Don't change anything. I think I'll switch back to the old style map. I think this update will be a huge problem for people.
  5. Did you replace/update your core_htmlhead.tpl, routemap.tpl and acarsmap.tpl?
  6. Rev 749 - XAcars fixes and ACARS map fixes2 October 2009, 9:52 pmRev 749 - nabeel (6 file(s) modified)XAcars fixes and ACARS map fixes~ /trunk/core/common/ACARSData.class.php~ /trunk/core/common/CentralData.class.php~ /trunk/core/common/SchedulesData.class.php~ /trunk/core/modules/ACARS/xacars.php~ /trunk/core/templates/acarsmap.tpl~ /trunk/lib/js/acarsmap.jsSource: phpVMSDownload from http://downloads.phpvms.net (phpvms.beta.zip)
  7. What does Bericht: Id, tekenreeks of getal wordt verwacht mean?
  8. Yeah, if that's true and someone bids on the schedule, the schedule is removed from the listing until the bid is removed (didn't you request that? lol)
  9. Yeah that's fine. They won't show up if there are bids on them if you have that option enabled. I meant, do you know which flights aren't showing up? If you do a search. I haven't looked at the SQL yet
  10. Doesn't seem like your route_map and acars_map templates are updated. Try that.
  11. Email me a mysql dump of that table and the IDs of the missing schedules
  12. Bottom left corner, there's a yellow exclamation point. can you double click that and tel lme the error?
  13. Can you give me a few examples?
  14. I don't assign ID's, the database does. As for reusing, MySQL doesn't re-use auto-increment ID's, it just goes to the highest + 1. I don't think this can be changed
  15. Check the FAQ too, there's a few threads in there which might help
  16. It's in the "log" field. What do you want to do with it?
  17. Well then you have to upload an avatar. I think the 2nd one is a rank image, so you'll have to upload that too
  18. Typo, that should be GetSchedulesWithArrival
  19. Looks good. I would only show the AIRmail link if they're logged in.
×
×
  • Create New...