Jump to content

dale0404

Members
  • Posts

    87
  • Joined

  • Last visited

Everything posted by dale0404

  1. I spoke to Robin Hood (the Errol Flynn version) and the Sheriff of Nottingham because of the name of my VA. They had no problems with it as long as they took a slice of the action, go figure!!
  2. Robin Hood Airlines now has an Online Discussion Page. Feel free to drop by at any time and ask anything you want or even just chew the fat! Link: http://www.robinhoodairlines.com/index.php/pages/onlinediscussion
  3. I just removed the word pilots and also the code below it: <div class="mc0201"> Pilots </div> <div class="mc0202" style="width: 18px; height: 15px"> </div> <div class="mc0203"> <div class="mc0203">
  4. Its all in the code mate. Here: http://forum.phpvms.net/topic/2811-request-flight-board/page__view__findpost__p__19704
  5. Thanks for the reply mate but already sorted it: http://www.robinhoodairlines.com/index.php/pilots
  6. Hiya peeps, I have created a new VA called Robin Hood Airlines. It can be found here: Robin Hood Airlines It is in its infancy but I am looking for new members. Within the airport database there is 1,100 airports that you are able to fly to. The flight schedules will be getting added to on a daily basis. Also the fleet will improve over time. The look of the website is getting there, however it does need improving which I am doing but learning phpvms from scratch is not easy. The actual workings within the website is up and running, everything works that you can see, however the actual layout does need some work. I also have a Teamspeak 3 server for you to use, details of this are on the website. I have forums but at this time they are not integrated with the website so you need to also register on the forums. This will be changed in the future so that you only need to register once to gain access to the website and the forums. Please feel free to give me some pointers within the forums if you have ideas on how to improve the VA. Hope to see you flying with Robin Hood Airlines in the near future!! Dale.
  7. Please ignore my last post *embarrassed*. Split is an airport on the coast of Croatia.
  8. Got it working to show CEST instead of EDT!! Without going into the php.ini. It iis also showing the correct time for my timezone. <?php date_default_timezone_set('Europe/Berlin'); $query = "SELECT * FROM phpvms_schedules ORDER BY deptime + 0 ASC"; $list = DB::get_results($query); echo '<h3>Expected Departures - Current Time is '.date('D M j H:i:s T Y').'</h3>'; Hope this helps peeps.
  9. Been playing around and reading some stuff. This is what I have come up with on my site now: Expected Departures - Current Time is Fri May 28 05:07:30 EDT 2010 and Expected Arrivals - Current Time is Fri May 28 05:07:30 EDT 2010 This is the the line of code I used: echo '<h3>Expected Departures - Current Time is '.date('D M j H:i:s T Y').'</h3>'; I still cant get it to say CEST instead of EDT though, cant find the bloody fabled php.ini file lol.
  10. Could you give me path please, I still cant find it!
  11. Also, how do I go about changing the colour of the tables please? Cheers.
  12. In the location box it has LDSP (Split).
  13. Gents, I have this on my front page now and very nice it looks too! 1 question though, I am looking to change the time so it reflects my own timezone. Someone said you need to go into the php.ini, where can I find this please? Cheers Dale
  14. Sorry for being dumb but do I need to add this? Just updated to new version of phpvms 20 mins ago...
  15. Cool, works like a dream!
  16. Just ran this again and I get the following error: Warning: Invalid argument supplied for foreach() in /home/robinhoo/public_html/core/modules/RandomFlights/RandomFlights.php on line 30 I have just upated the the latest version of phpvms, is this the problem? Cheers Dale
  17. Done and a big thanks to Vansers for talking me through it!
  18. Gents, I have been meaning to update to the latest version but I am a little reluctant to do so. The reason being is that I have just added 1,100 destinations to the database and I dont want to do it again! Could someone please talk me through the process of doing this please? I have a TS3 server which the link for is on the front page of my site: Robin Hood Airlines If someone could pm me who is willing to help me out with a time etc, I will make damn sure I am there. Thanks for your help in advance. Dale. PS. Please make the time after 2100 GMT please if you can.
  19. Is there a tutorial for me to follow or can someone give me an example please?
  20. I know how to add pictures to pages etc but what I dont know is how to position them on the page. ie, if I wanted to place a picture at the top right of a page, how would I go about that? I am using the frontpage_main.tpl to try and do this in the skin folder. Is this also correct? Ta.
  21. http://en.wikipedia....i/Airline_codes and http://en.wikipedia.org/wiki/Aircraft_registration Does that help??
  22. As I understand it, when you create an aircraft in your fleet, near the bottom there is a drop down box asking which rank is eligible to fly given aircraft. In your ranking system, add ranks as you see fit dependant on hours flown. When you goto your schedule it should only show the flights you are able to fly as long as you have set it up correctly in the schedules pages. Hope that helps.
  23. I took out all the javascript so now there are no info boxes. Looks ok.
×
×
  • Create New...