Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Have you had a look in Dave's Top pilot files?
  2. Best one is chrome and F12 then you can choose css console html get what you like really, i suppose the only thing safe in stuff in php tags.
  3. mark1million

    logo

    Make sure you have created a ico file and not just renamed a png file, have a search for ping2ico
  4. I have found a similar thing, I hope you don't think im ripping off your idea? I will have a go at implementing it tonight.
  5. I currently use jquery to display my schedules, maybe its time to update that to the collapsible lines, great work by the way
  6. I had this once it was someone thinking he was cleaver messing up the map so i just banned his ip, funny it stopped after that.
  7. You don't need to resend your pireps this should be automatic, as for the schedules that will not change the exported flag. Glad it worked.
  8. Ok guys this is not an arena. Continue in private if you must.
  9. Try embed instead of iframe, http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html
  10. I dont think that's the issue as i am using the same file on two VA's one is showing up and the other the details are not.
  11. You must have a lot of pireps then, just log in to your database and change the status to sent. so, UPDATE phpvms_pireps SET `exported` = '1' WHERE `exported` = '0'
  12. Replace the existing awards code with code that is in the forum here, just search for award images and you will see the fix.
  13. What doesn't work about them?
  14. Easiest way would be to use the phpVMS beta then use the activity feed to post to your airlines twitter account then connect your twitter account to your facebook page.... and breath.
  15. Its not just chrome its all browsers. Browsers need to access these files to render the pages correctly, you can block access but then your site would not display correctly.
  16. If you are going to use kACARS then its the MTOW and max cruise speed
  17. Nice touch Roger, Thanks:)
  18. This is what i use. In the header or layout tpl depending on your site put this, <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> And in the local.config.php make sure this is in there, # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); Config::Set('DB_CHARSET_NAME', 'utf8');
  19. Maybe its me but i dont see the problem?
  20. enclose in the round function so <?php echo round (existing code here), 0);?> Just replace teh existing code here with the current code you use to display, there are a couple of variations deppending on your code, some may need to be enclosed with {} as well.
  21. No what im after is the dropdowns to be populated from the active schedules not from the airports table as it currently is.
  22. You need to define your path to that file so <?php INCLUDE /home/yourdir/core/codon.config.php ?>
  23. HI you need to access via the direct path so. /home/freshje1/public_html/code/
×
×
  • Create New...