Jump to content

mark1million

Moderators
  • Posts

    2284
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. 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
  2. Yes it was an addition about 6 months ago to the betas.
  3. 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
  4. Stuart thats looking fresh and clean, very well done mate.
  5. 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>
  6. 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.
  7. 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.
  8. 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)
  9. Ha ha bbq last night = lots of drink and a cloudy mind this morning
  10. Let me have a play for 5 minutes or so. Coffee required first
  11. 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.
  12. Not tested but add your departure here $string = "";
  13. Look in your css its not hard to reproduce.
  14. Cheers James. will give them a try, you can always email me at mark[at]mgrant.info
  15. What version are you on?
  16. 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.
  17. You should be able to, you will find it in the css
  18. Cheers James, its Cooper Black for the font
  19. Try this url, http://fshost.vacentral.net:82/user301.html
  20. I dont use it as its too much of a security risk in my opinion.
  21. I can create another page for you to call, what did you have in mind?
  22. Hey guys, Does anyone do repaints here and are willing to do a couple for me? I am after the default 747's in fs9 /fsx and the PMDG 747 repainted for easyjet Let me know if we can do business, Cheers.
  23. Not with the current system no.
  24. Only was is through the database.
  25. Just reset the hours in your admin panel.
×
×
  • Create New...