Jump to content

Nabeel

Administrators
  • Posts

    8140
  • Joined

  • Last visited

  • Days Won

    37

Posts posted by Nabeel

  1. Hey everyone,

    The next update is now available, 1.1.437. Alot of changes in this build:

      * Delete pilots (the clean way! :)

      * Aircraft registration options added

      * Routes can be assigned specific aircraft/registration

      * Pilot avatars added, with sizing options

      * Pilot country with flag images added

      * Dynamic signatures generated, to use on forums

      * Bug fixes and other such things.

    Don't forget to follow the update instructions, and read the changelog. There are still more updates coming, with more features.

    The forums have also been updated to SMF; your profiles are still there, you just need to reset your password. It's much easier to use and work with than phpBB. The site design overall has also been cleaned up.

    Note: If you downloaded the 1.1.428/430 build, and updated, download  the latest update for 1.1.437, and upload the /core folder. No need to run the update script again.

    Enjoy!

  2. Do we have a soloution to this? Look at my web site, http://www.virtualsterling.net. I was testing the acars system, and it didnt log the flight hours on my pilot center.Also, is there any way to feed FSAcars with some pre-information, like Dep.ICAO, Arr.ICAO, and other information, just by doing a click in the FSAcars program. Like Load from VA, is it possible to link this to the database at our website?
    Looking at your live map:http://virtualsterling.net/index.php/acarsYou didn't enter a flight number in the IATA field. Enter it as your airline code + flight number. So if its from airline VMA and flight #1066, enter VMA1066. You didn't enter an arrival/departure airport either. Read through the guide:http://www.phpvms.net/docs/using_fsacars#using_fsacarsUnfortunately, there is no way to pull that data as far as I can tell. The local information seems to be to supplement the local database.
  3. The latest is actually 402.http://www.phpvms.net/downloads/phpvms.402.full.zipNot sure why the installer build didn't update. I'll check/change that. That version number it's tracking is different. I'm in the process of changing how the builds are laid out to make it a bit easier for myself.I'm not sure what you can if it can be flown by FSACARS. It can, you just fly it like a normal flight. I'm fixing the bug where the bid isn't removed though.And you can't delete pilot's just yet. There's too much data to account for to completely delete someone, but once I finalize that data, then you'll be able to delete, so maybe in the next update, or the one after that (the next update will be by next weekend the latest)

  4. Ahh UTF8 and Unicode issues. PHP doesn't handle unicode the best, but a few things might help: - setting a character encoding:

    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">

    Put that in your <head></head>.You can also set your mysql database/tables to UTF8. I think in phpmyadmin there is an option. If you don't find it, let me know. This may also helpAlso, if you can give me some specifics, I can check the code against the PHP docs and see which functions aren't as unicode friendly. This is supposed to be completely fixed in PHP6. Hopefully that helps a bitNabeel

  5. 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.

  6. 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

×
×
  • Create New...