Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Nabeel

  1. You don't need to do all this. In the admin panel, under settings, there's "Custom Fields", you can add it there.http://www.phpvms.net/docs/managing_you ... ile_fieldsAfter adding it, to show it in the profile, you have to call it (assuming you named it "Country"):

    echo PilotData::GetFieldValue($pilot->pilotid, 'Country');

    As for showing icons, that'd be a bit trickier. But if this seems like something everyone wants, I can add it in, that way there's no hassle during updates. I'm not quite sure where to get the icons as well.

  2. What do you mean change the location? Do you mean change where it's centered? There's no quick way. I'll come up with something, but for now, if you open /lib/js/acarsmap.js, line 28:

    map.setCenter(new GLatLng(45.484400, -62.334821), 13, G_PHYSICAL_MAP);

    Change those coordinates. And I'm sure they can be converted, but now without some effort. The fields stayed mostly the same. I'm not sure why you would want to though? The PIREPS are separate from the ACARS

  3. Their documentation is fuzzy. It says for that it's returning flight plan info, but it's information regarding one flight plan, but you're passing it a pilot number, which doesn't really make sense.I'm looking through the SDK now, I don't see anything about listing flights. It doesn't really explain what that does. I think it's getting the flights already flown by that pilot, since it keeps a local log of all the flights.Also, alot of their documentation differs from how it really works.

  4. Ok.First of all, does the flight show up in your PIREPS?Hours and number of flights are only accounted for when the PIREP has been accepted by an admin. Until then, it's not counted.The live map data shows up for 12 hours after wards. Did you change the default live time in your config? It may be a caching issue, that I'll check to see, but I doubt it. Also, the flight wasn't closed out, so I guess FSACARS crashed?

  5. Now the site is up the server was downIf a phpbb3 auto replier work so can phpvms.As for the ACARS i will make a video on what im talking about.
    Well it's working for other VAs. I would still check with your host. Maybe phpBB is using SMTP? Check the spam filter, etc. There's a ton of reasons why mail may not be working. The site is extremely slow. It's not loading up.
  6. I also have a question regarding this,What does the button 'Flight From VA' do as when i click this in FSACARS i get cannot connect to server. Is there a way to link FSACARS so it can pull a list direct from my server of all the flight plans so that users dont need to input any data. Just to save time for the pilotsChris
    I am not sure, but as far as I can tell, there's no way to pull a list.
×
×
  • Create New...