Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Correct, I would not want for example pilots getting hours for time they have not actually flown. Like is a pilot takes off at 09:00 for a 5 hour scheduled flight then pauses his sim and comes back 5 hours later to complete the way you would want it he could potentially log 10 hours. If a pilot uses more than x1 sim rate then the actual hours that are flown is displayed as it should be not what was supposed to be on the schedules. I suppose its about personal preferences, im sure if you sent Jeff an email he could make a custom kACARS for you logging your schedule times as apposed to actual flight time.
  2. That is excellent.... I want one. Fantastic.
  3. I have no experience with this skin but you could try #wrapper{ width:900px; Increase that size to start see what happens.
  4. That is the default behaviour, you have to manually accept all pireps.
  5. lol I like the bit about professionalism. Im not in the habit of justifying my posts so im not going to start now, if you wanted help understanding the program Jeff has created then just putting "Dropping kAcars due to the failure rate with Windows 7" was bound to get a sharp reaction. Have a good day
  6. Yes it was an addition about 6 months ago to the betas.
  7. In the admin section there is a space for pilot notes, what i have done is link that to the pilots public profile so only if you are logged in as admin you can view the information in the box
  8. Stuart thats looking fresh and clean, very well done mate.
  9. Come on please, this is basic stuff. what exactly do you need to know, if you give a paragraph the id of success you get a green box round your text if you give it a error you get a red box. Just try it on your site somewhere, <p id="success">This is a green box</p> <p id="error">This is a red box</p>
  10. Ok head hurts now lol, Try this <?php $params['depicao'] = EGKK; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.$flight->depicao.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> Clearly this will being back all the schedules in your system just change the depicao to teh field you want to list.
  11. Ok i see whats its doing its bring all the airports not limiting to the departure filed, I will have another play about later but the url is too long, just look at the image url.
  12. You could try this it seems to be working on my test install but i dont have that many schedules on it, <?php $params['s.enabled'] = 1; $flights = SchedulesData::findSchedules($params); $string = ""; foreach($flights as $flight){ $string = $string.EGKK.'+-+'.$flight->arricao.',+'; } ?> <img src="http://www.gcmap.com/map?P=<?php echo $string ?>&MS=bm&MR=240&MX=650x360&PM=pemr:diamond7:red%2b%22%25I%22:red&PC=%230000ff" /><br /> Maps generated by the <a href="http://www.gcmap.com/">Great Circle Mapper</a> - copyright © <a href="http://www.kls2.com/~karl/">Karl L. Swartz</a> Just change the first bit of the call to the airport you want in my case i changed to EGKK (line 5)
  13. Ha ha bbq last night = lots of drink and a cloudy mind this morning
  14. Let me have a play for 5 minutes or so. Coffee required first
  15. you can display php in the pages just do it in source view, one word of caution if you edit it do it directly at the server not using the admin interface or it converts the code.
  16. Not tested but add your departure here $string = "";
  17. Look in your css its not hard to reproduce.
  18. Cheers James. will give them a try, you can always email me at mark[at]mgrant.info
  19. What version are you on?
  20. Its the standard css class that vms uses, example <p id="success">Your text here</p> <p id="error">Your text here</p> I have created lots you can define them in your css.
  21. You should be able to, you will find it in the css
  22. Cheers James, its Cooper Black for the font
  23. Try this url, http://fshost.vacentral.net:82/user301.html
  24. I dont use it as its too much of a security risk in my opinion.
  25. I can create another page for you to call, what did you have in mind?
×
×
  • Create New...