Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Hi Nabeel, the filed ones come off the system when the bid is pulled down with kACARS, Would that function remove all bids regardless after the defined time?
  2. What is your line 45?
  3. What do you want kACARS for anyway?
  4. Sure here you go. That will be £10 Of course only jocking :lol: <table width="700px" border="0" cellspacing="0" cellpadding="1"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td align= "left">'; echo '<img src="'.Countries::getCountryImage($country->location).'" /> '; echo Countries::getCountryName($country->location); echo '</td>'; echo '<td align="center">'; echo ' ('.$country->total.')'; echo '</td>'; echo '</tr>'; } echo '</table>'; ?> You may need to mess about with the style and table but the function is there.
  5. Dan, join my VA You can download from there but what use would that be? You can also go to Jeff's site and downloads from there, http://www.fs-products.net/
  6. Just another addition to the code if possible, can there be a permission set for this as well so the group can be defined who has access to "Events"
  7. NO just download FF and load your page then hit F12 to bring up the window, firebug is an addon that helps you as well
  8. Nabeel, maybe i have missed a setting somewhere but i have changed the following for the bids, # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '12'); # How many hours to hold bids for The bids are not closing for some reason, any ideas?
  9. Because i will only ever use the £ sign i just hard coded £ after the code Plus added a note on things to manually update that with other stuff when i do an update.
  10. Would be nice but not imperative to have 5 minutes between bookings,(cant all book to depart at a certain time)
  11. whoop whoop
  12. Thanks thats done it, as you can see the £ sign is now back
  13. Get yourself Firefox and mess with the css live Thats the easiest way.
  14. Hi, Im looking for the code where the signatures get generated, can some one point me in the right direction please.
  15. OMG..... Thats fixed it Route lines everywhere......
  16. I wondered why there wasnt many flights on my map I was looking at this yesterday as well , Cheers....
  17. Hi the code to display the pilots current position in their profile is, <?php echo $report->arricao;?> Not sure if it will work in the pilots page, you could try something like, <?php echo $userinfo->arricao;?> See if that gives you anything, im sure someone more proficient in code will be along soon
  18. Excellent Thanks
  19. Yes thats my thoughts exactly, to create a schedule for the event then deactivate it after.
  20. Ok this is what i had in mind, i create an event from A to B on the specified date and time, this then is visible on a page for pilots to see url could easily be published in forums / frontpage news. On the page will be listed event from and to with a banner and date / times for booking a slot flight plan details or any other text. Variables to be used would be Depart icao, Arrive icao, Date and time span. Along comes a pilot and they want to fly in the event so maybe from a dropdown menu they can select departure time (times would be read from the created timespan with a 5 minute slot) and departure icao (this would populate from the depart or arrival set when the event was created by admin) input callsign and submit, this would then show an overview of what they have just booked and all other bookings that have been submitted for the event. I hope i have explained it ok,
  21. Paid kACARS is good Lots more logging output for a start, for an example jump on my site and look at a filed pirep
  22. No. You have an option to pull down the bid if thats how your airline operates or you can just enter the flight number from your schedules, there is an option in the settings menu to select either way. Personally speaking i have used this on my VA since its release, highly recommended.
  23. Hi SimPilot, What i want is to publish that we are holding an event, define the times say from 15:00 to 22:00 so bookings will be open during those time slots for members to book a leg, im not too worried about overlaps in time, banner image would also be good, also an overview page of the event and slots booked would also be helpful
  24. Thats Excellent i want some of that
  25. I think he is going through the vms database
×
×
  • Create New...