Jump to content

freshJet

Members
  • Posts

    1470
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by freshJet

  1. <?php if(Auth::LoggedIn()){?> <li><a href="http://www.yoursite.com/admin">Admin</a></li> <?php } ?>
  2. Just started to re-upload all my lost charts, noticed I had added a SID as a Facility chart so I edited it, only to see that it has now edited ALL of my charts to have the same name and chart type as the first one...
  3. http://forum.phpvms.net/topic/7431-no-route-passed-solved/#entry49472
  4. There is a code somewhere to make it non-javascript which is what I use, and when I bid, I am redirected to a confirmation page.
  5. OK, I get you now. Can I see the schedule results code?
  6. This isn't odd, the schedule ID always remains the same. Each flight has it's own unique ID. I'm not entirely sure on what you need...
  7. $route->id is the schedule ID, so that the system knows which flight to book. So yes you are right, the bidid is part of the bid details, not the route. If you are trying to echo the flight number, you should be doing: <?php echo $flightnum;?>
  8. $id is the schedule ID, not the flight number. Perhaps you mean 'bidid'.
  9. Yeah it's nice, but big question is is it your own? However note that you make it look like you are giving the link to download that skin.
  10. Sounds good
  11. Anything that starts up with free hosting or a free domain, throws together an effortless site and calls it a VA. An then closes within a month Make sure you're well planned and have a goal. The fact that you're in the Bahamas is good news because it's somewhere new and isn't a dominated market like the UK or the US. Oh, and look at real world start-ups and try to reflect on how they go about their business. In other words, no one likes to see you're already flying half of the commercial aircraft available today. Start simple and take it easy
  12. I think this has been covered before, however this is actually the flight number and not the callsign.
  13. No, because if it was 'G-ABCD' you'd get 'G-AB' which doesn't get you anywhere. You need to get the aircraft ICAO somehow, so that it returns B738 or B763.
  14. Agreed, there is a LOT of work to be done.
  15. I think he means the aircraft ICAO, as in B738, B763. In this case it would be more difficult.
  16. EDIT: Tom got there first, see if that works.
  17. Did you get this working?
  18. Very nice. There's no guessing who was involved in that development.
  19. What is in your lib/signatures/background folder?
  20. Make sure you have selected it in the Admin panel
  21. <img src="http://www.siteurl.com/lib/signatures/<?php echo $pilotcode;?>.png" />
  22. Pinned threads would be nice! That was my original thought, couldn't remember it though. Not too hard to do actually, could do it myself.
  23. WYSIWYG and quotes are my two biggies
  24. Quotes would be nice too...
  25. Did you copy that right? And replace username with your cPanel username?
×
×
  • Create New...