Jump to content

Nabeel

Administrators
  • Posts

    8151
  • Joined

  • Last visited

  • Days Won

    39

Posts posted by Nabeel

  1. As I'm sure many of you have noticed, phpVMS has been without a logo, due to my lack of artistic skills. I know many of you are creatively skilled... so I though it'd be nice to have a competition going...

    Requirements? None really. Just a super high res copy with layers in either Photoshop or Fireworks. It can include the phpVMS text (shown in the header). A modern look, "Web 2.0"-ey (I'm sure you know where to get inspiration). Then we can vote (or I'll decide, depends  ;)). Something orangy/blue, that goes with the theme of the site.

    I figure about two weeks is a decent time to run the competition. Winning gets your name in the about for credit, and a free copy of............. phpVMS  ;D

    Let 'em come...

  2. Doh!

    writedebug($data);
    print_r($data);

    Didn't remove the print_r()... heh. I changed that on my side so it'll be corrected... Thanks! I end up leaving something, funny thing is, the writedebug() was so I didn't have to do print_r(). Sorry about that...

    Also, don't remove the XLR before the numbers in the pilot ID, just remove it from the CompanyICAO. It's the way I need the complete ID and code of the pilot, while I can change that going forward, it'll take a few places to change it so it accepts both (I've changed other code so now I can take only the ID number).

  3. Your PilotID is doubling - in youre config file, set CompanyICAO to blank (CompanyICAO=)

    As for debug mode, I haven't found a way. I use that log to debug as well.

    What you can do is, the top line:

    pilot=XLRXLR0003&date=2009/01/04&time=23:22:00&callsign=&reg=F-TACB&origin=LFLL...

    Put it in your URL as:

    yoursite.com/action.php/acars/fsacars/pirep/?pilot=XLRXLR0003&date=2009/01/04&time=23:22:00&callsign=&reg=F-TACB&origin=LFLL...

    And you can see the system response (should be "OK")

  4. A new section has been added with tutorials, more will be added as they are created:

    http://www.phpvms.net/tutorials

    If you can create video tutorials, I will post them up, especially if you understand some aspect of the system  ;)

    Roger is working on skinning, I'll do a skinning tutorial as well, and also a tutorial on how some aspects of the systems work.

  5. I also notice when they get sent in with fsacars on the website under the pilots page if you click on a pilot it doesn't show a prep at the bottom as if you were to fill one out on the website. I didn't know if this is in the matter of being fixed but i just thought i would let you know.

    Do you see it in the admin panel, under that pilot?

  6. It does see the OK message (I'm assuming), I send out an OK either way. I don't always get the error. I can't really ask the FSACARS people either about it, since they seemingly closed shop.

    It usually shows up when you click "Send Log", but when you accept the PIREP, it should send the PIREP right then. I haven't had the time to really diagnose it in too much detail.

×
×
  • Create New...