Jump to content

mseiwald

Members
  • Posts

    435
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mseiwald

  1. Hi Parviz, actually i just followed the steps in the first post of that thread if i remember right. It was a few months ago when i added the Last Location to the Badge http://forum.phpvms.net/topic/2665-last-location-in-badge/page__hl__badge__fromsearch__1
  2. Hm Daniel i don`t agree with you on that point. I have been flying for a German VA named "Leipzig Air" before and they use a system like that. They simulate the operations very realistic and also are very restrictive on accepting PIREPS and i think that is the reason why they are one of the best known and a very popular german VA. There are a lot of people who prefer a realistic operation. A VA should be for people who are having fun simulating the operations of a real world airline. People who just want to have fun flying around shall in my opinion just fire up their FS and go flying but they don`t need a VA for that. We have a big choice of routes every day so i think there will still be enough options available. And if a route shall be served like in RW more than 1 time a day then I make it like in reality and create a second or third flight number for it. So i don`t see a problem there.
  3. Thank you very much for trying to get it working. It would be amazing if you could figure it out
  4. Hi Parviz, yes that`s exactly what i want. All already completed flights on that day should be disabled for all pilots. So that every flight number can only be flown once per day. If a pilot has flown a flight it then is considered completed and can not be booked by other pilots on that day. If that is much work to figure out how that works i wouldn`t mind to pay a reasonable amount for it
  5. mseiwald

    ETA

    Hi Paul, i just found this old topic and tried again to get this to work and surprisingly the code you have posted above now works perfectly on my site..... don`t ask me why. I have this: <?php $returnedString = $flight->timeremaining; $returnedTime = explode(':', $returnedString); $time = strtotime('now +' . $returnedTime[0] . ' hours, +' . $returnedTime[1] . ' minutes' ); print gmdate('H:i T', $time); ?> and it works great so thank you again for that
  6. Is there a way in the schedule_results.tpl to check the latest pirep submit dates with todays date so that i can make something like if the pirep submitdate == today for that flight number and then echo a specific image in the line of that specific scheduled flight? The reason i want something like that is because i want that every flightnumber can only be flown once per day. Any ideas?
  7. unbelievable that it was so easy thank you very much tom
  8. Hy guys, i have added a new column to my airports table called "elevation" and as the name says it contains the airport elevation for all airports. Now i am trying to have the elevation displayed on my flight briefing document for the departure and the arrival airport. For some reason it won`t show up and I`m trying different codes for hours now....I`m not too good in database stuff. It would be great if one of you could show me how to call that elevation field value inside the flight briefing. thank you in advance
  9. i principly don`t give answers to questions written in big and colored letters as that reminds me a little bit on beeing in elementary school thank you! hope you enjoy your summer too
  10. ??? Didn't you ask the same question just 2 posts above? (null)
  11. I always save them as Extended Bitmap - Extended 32bit using DXTbmp and this keeps the quality for me. (null)
  12. mseiwald

    vAwards

    thank you very much kyle...it works great
  13. me too but everything i tried failed
  14. I think he wants that when you select in the departure airport dropdown field for example EHAM....then only arrival airports for flights that go from EHAM to there shall be available in the arrival dropdown list and not all airports as it is right now. so i think he is not reffering to the results given by the search but to the arrival airport dropdown list. It doesn`t look to me that this works on your site that way?
  15. Thank you very much. It sounds very interesting and i'll let my pilots know about it I will join you in HECA if i don't get activated from my standby on that day (null)
  16. i talked to our members....most are registered at both networks. So we can use either VATSIM or IVAO.
  17. Hi guys, some of our pilots and myself would love to have an event but unfortnuately in my opinion we are just not enough active pilots. I think the more pilots join an event the more fun it is. Therefore I want to ask if anyone of you guys is interested in organizing an event (fly-in, fly-by-route,....or whatever) for our VA`s together. Maybe a fly by route between our major hub Athens (LGAV) and the Hub of your VA. I think it would be lots of fun to meet new people and for sure it would be a much nicer event when there is some traffic on the route and not only we few guys from hellenic. My VA is hellenic airways: http://www.hellenicair.co.nr If anyone is interested please PM me here in the forum or contact me via the Contact form on the VA website. I`m looking forward to hearing from you guys.
  18. There is a bid date in the Admin Center....so i thought it has to be saved somewhere? (null)
  19. Thank you very much it works great (null)
  20. Me too please...that would be Great (null)
  21. I'm pretty sure you got that code from my site. The reason why it doesn't work on your site is that it is still looking for my airline code "NXP"! You have to replace that with your own Airline 3 Letter Code but if you only have 1 Airline in your Va. I would remove the whole php Tag for the Image and insert a simple img Tag . Or change the php Tag to a simpler One like if ($lastbid->code == NXP) echo ......your image! (null)
  22. no unfortunately not...i have asked jeff already but he told me it`s not possible yet but it might be sometimes in the future
  23. Btw. I think it was this topic http://forum.phpvms.net/topic/2811-request-flight-board/ (null)
  24. I think it shows all flights in your schedules only sorted by dep time but it doesn't look for the days. Thats why all flights are mixed up. Most of my flights operate only on specific weekdays but this Code shows all of them every day. Also like i said for some Reason it doesn't sort the dep Times correct. (null)
×
×
  • Create New...