Jump to content

homer09001

Members
  • Posts

    88
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

homer09001's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i've tried looking at template::set but im not getting anywhere with either problem
  2. Im also trying to call the pirep form externally, i can call it up but i can't populate it with a bid? MainController::Run('pireps', 'Filepirep', $_GET['bidid']); any ideas on how i can populate the form with the given bid id?
  3. im writing a standalone script to work with phpvms, currently im trying to get it to return an error message if a bid can't be removed, but for some reason its not working correctly: if(SchedulesData::removeBid($bidid)) { echo "Bid Succesfully Removed"; } else { echo '<font color="red">Failed to Remove Bid, Error Code: RB001</font>'; } The problem im having is that its returning the error message when the bid is removed or when its not, where as i use a identical check when adding bids: if(SchedulesData::addBid($pilotid, $brief_id)) { echo "Bid Added!"; } else { echo '<center><font Color="red">Failed to Add Bid, Error Code: AB001</font></center>'; } and that works as it should? any ideas why my remove bid check isn't working?
  4. i need to create a drop down list of all the departure/arrival airports, aircraft outside of the system in an external page, the issues im having at the moment is how can i populate the drop down list with a list of all the unique airports? etc.
  5. there is a drop down box in the Edit Profile page of the Pilot Center.
  6. multiple images, with filenames like so: image1.png image2.png image3.png all uploaded to the signatures folder, the system automatically detects them a list them all for the pilots
  7. Disregard, answered my own question. Simply uploaded the multiple images under different file names.
  8. Is it possible to upload multiple Signature backgrounds and allow the pilots to choose which one they wish to use?
  9. ahh never thought of it that way thanks.
  10. Surely the live flight map should show each route as A -> B but on ours the markers are showing as A -> D http://www.flyoasis.org/index.php/acars
  11. Hi, im trying to reduce the height of the Schedule Search form, i have managed to Remove the lower <HR> tag but where on earth is the upper one, the one under the search options? Also where is the CSS code for div id "TabContainer"?
  12. Just updated PHPVMS to the latest, and just realised im still on .4 for the app
  13. For some reason kACARS is creating 24 other flights on the ACARS live map? with the callsign "100 - " see here: http://www.flyoasis.org/index.php/acars
  14. No change. Also just to add, fiddling with that pirep i rejected after it was accepted the pilot hours didn't change, then i accepted it again and the system now counted it as a new flight so even though there is only the 1 pirep it counts it as two and add the two flight times.
  15. Ive installed the latest update on an active VA system and a test system, and when i manualy edit the flight time in a submitted pirep, the pilots hours don't change to reflect the change i make still?
×
×
  • Create New...