Jump to content

Nighthawk

Members
  • Posts

    168
  • Joined

  • Last visited

Posts posted by Nighthawk

  1. Did you seek an Airline where u can fly for fun organised??? It didn´t cost nothing for you. We have 2 own Servers, one Root (Web) and Gameserver. If u interested in helping me to

    bring my VA up, u can join the Admin Staff. There is an Ranking/ Economy System integrated. U can´t fly for example an 777, it depends on your rank. With Hours of flying u become an greater rank and you can fly a bigger plane :P .For every Flight u become virtual dollars and flyinghours.

    In the beginning i "buy" an basic fleet, in the future every added plane must bought to upgrade the fleet. The payment/ financial will be realistic when iam ready with it.... and u can go shopping in virtual shops.

    Try a look at my site :DTS666 Airways

    It´s not the final stage what u see.

    Sorry for my ugly english :rolleyes:

  2. i found an app.config thats shows:

    /* VACentral */

    Config::Set('VACENTRAL_ENABLED', true);

    Config::Set('VACENTRAL_DEBUG_MODE', false);

    Config::Set('VACENTRAL_DEBUG_DETAIL', 0);

    Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net');

    Config::Set('VACENTRAL_API_KEY', 'xxxxxxxxxxxxxxxxxxxx');

    Config::Set('VACENTRAL_DATA_FORMAT', 'json');

    my app.config is:

    Config::Set('VACENTRAL_ENABLED', true);

    Config::Set('VACENTRAL_DEBUG_MODE', false);

    Config::Set('VACENTRAL_DEBUG_DETAIL', 0);

    Config::Set('VACENTRAL_API_SERVER', 'http://api.phpvms.net');

    Config::Set('VACENTRAL_API_KEY', '*****************');

    What´s wrong now???

  3. My Fuelprices in German Airports doesnt change. They are allways on default prices 5.10. I have the Fuel prices enabled in app.config.php :

    Config::Set('FUEL_GET_LIVE_PRICE', true);

    Config::Set('FUEL_DEFAULT_PRICE', '5.10');

    Config::Set('FUEL_SURCHARGE', '5');

    But it didnt download something. When this live Fuelprice only work with usa airports is there an solution to get the Fuelprices from one usa airport for all german airports to get them random?

    Can someone help me pls?

  4. phpVMS Virtual Airline Administration Software

    Install Check

    phpVMS Build Number: 934

    Checking PHP version

    [OK] PHP version is 5.2.11.x

    ASP Tags

    [OK] ASP-style tags are disabled

    Checking connectivity...

    Notice: Use of undefined constant CURLOPT_FOLLOWLOCATION - assumed 'CURLOPT_FOLLOWLOCATION' in C:\wamp\www\phpvms\install\checkinstall.php on line 92

    Notice: Use of undefined constant CURLOPT_RETURNTRANSFER - assumed 'CURLOPT_RETURNTRANSFER' in C:\wamp\www\phpvms\install\checkinstall.php on line 92

    Notice: Use of undefined constant CURLOPT_AUTOREFERER - assumed 'CURLOPT_AUTOREFERER' in C:\wamp\www\phpvms\install\checkinstall.php on line 92

    Notice: Use of undefined constant CURLOPT_CONNECTTIMEOUT - assumed 'CURLOPT_CONNECTTIMEOUT' in C:\wamp\www\phpvms\install\checkinstall.php on line 92

    Notice: Use of undefined constant CURLOPT_HEADER - assumed 'CURLOPT_HEADER' in C:\wamp\www\phpvms\install\checkinstall.php on line 92

    [Connection failed] Could not connect to remote server - error is "cURL not installed or initialized!"

    Checking for SimpleXML module...

    [OK] SimpleXML module exists!

    Checking file hashes for corrupt or mismatched files

    [Checksum failed] /core/modules/kACARS_Free/kACARS_Free.php did not match, possibly corrupt or out of date

    [Checksum failed] /admin/templates/news_additem.tpl did not match, possibly corrupt or out of date

    [Checksum failed] /admin/templates/mailer_form.tpl did not match, possibly corrupt or out of date

    -- Checked 183 files, found 3 errors

    i dont know now, what i must do now. Download curl ???

    Can u help me plse?

  5. Hi, can somebody help me with the integration of Virtual Dispatch XML File please?

    On their Webpage:

    If you want to use the Virtual Airline flight details interface, your VA needs to setup a webpage providing the following XML (structure).

    <?xml version="1.0" encoding="UTF-8"?>

    <VirtualDispatchVAModule Type="flightplan">

    <flight>

    <PilotId></PilotId>

    <Captain></Captain>

    <CaptainAbbr></CaptainAbbr>

    <CompanyIcao>AAL</CompanyIcao>

    <CompanyIata>AA</CompanyIata>

    <CompanyRadio>AMERICAN</CompanyRadio>

    <CallsignAtc></CallsignAtc>

    <CallsignCompany>AA7890</CallsignCompany>

    <AircraftType>757</AircraftType>

    <Registration>N620AA</Registration>

    <SelCal>KP-EQ</SelCal>

    <Endurance></Endurance>

    <PersonsOnBoard></PersonsOnBoard>

    <Equipment1></Equipment1>

    <Equipment2></Equipment2>

    <ColorAndMarkings>SILVER WITH BLUE AND RED STRIPES</ColorAndMarkings>

    <FlightLevel></FlightLevel>

    <EstimatesEnrouteTime></EstimatesEnrouteTime>

    <Origin>KMIA</Origin>

    <Destination>KJFK</Destination>

    <DepTime>0200</DepTime>

    <ArrTime></ArrTime>

    <Alternate1>XXXX</Alternate1>

    <Alternate2></Alternate2>

    <Alternate3></Alternate3>

    <Route></Route>

    <Remarks>OPR/JOINAVA.ORG</Remarks>

    </flight>

    </VirtualDispatchVAModule>

    Virtual dispatch is able to call any URL and handover the attributes Pilot ID and Password.

    That would be nice to integrate in PHPVMS

    Thank you

×
×
  • Create New...