Jump to content

mseiwald

Members
  • Posts

    435
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by mseiwald

  1. it`s just a background image and then i positioned the text over it using table and css.
  2. oh and here is phpBB Auto V1.2 http://www.2shared.com/file/9TN-P_35/phpBB_Auto_12.html
  3. There are a few of your addons.... not sure if all of them are the actual versions but i thought I`ll upload them anyway. http://www.2shared.com/file/jwPsDa9g/VansersAddons.html
  4. This happens to me sometimes but not always. On some flights kACARS doesn't submit the whole pirep Info. Stuff like touchdown rate and some other things are missing in some reports. Also pilots don't get paid and no flightrevenue at all shows up for these pireps. I can tell immediately while submiting the pirep if this will happen or not because the process of submiting the pirep takes much longer when this happens. Also after submitting one of these pireps i always have it in Admin Center as waiting for export to VA Central. When i Turn off VA Central ALL pireps are submitted correctly.
  5. Sorry guys but this discussion is ridiculous. There are a lot of virtual pilots that look for a realistic VA and also lots of pilots just want to have some fun flying community. I think everyone can run HIS own VA like he wishes and i'm pretty sure both concepts attract a different type of flightsim fan. My VA hellenic airways is targeted on realism. No i don't ask my pilots to sit in front of their PC for 12 hours or send me medical certificates but our operations will be maintained on a as realistic as possible in FS level. We are looking for pilots who are able to fly ATS routings correct and land their planes without destroying the Aircraft with -1500ft/m touchdown. Pilots who aren't able to program a FMC or fly an ILS approach can learn it in our flight training center. You can trust me there are enough people interested in an realistic operation. Other pilots who aren't will more likely join your VA Gordon. So everyone offers a different Service that fits the needs of different types of pilots. I really see no Point in this discussion.
  6. It is possible to add more Status values. I have some more at hellenic airways. I'm just on my iphone so i can't give you the code right now but i got it from this forum. Somewhere Here is explained what files you need to edit.
  7. I did the same with substr on my site and that works great. <?php $airlinecode = substr($row->flightnum, 0,2); ?> <img src="<?php echo fileurl('/lib/images/airlines/'.$airlinecode.'.gif'); ?>" alt="<?php echo $airline->name;?>" />
  8. Lol why on earth should he open a new topic for the exact same request? Just to have 2 topics about the exact same thing....and then comes the next one who likes this and also has to make another topic and so on and so on?
  9. I just renamed the functions in vFleetTrackData.class.php switched passengers with cargo there...that way in the tpl file it is named correct... Where you call Cargo you have Cargo in the table. Both seem to work fine
  10. Please delete this post. Duplicated the above one by mistake
  11. I have something similar to this on my site.... I'm pretty sure the calculation must be changed from < 50 to > -50 for it to work
  12. fixed it by changing the code to public static function getLastNumFlightsAircraft($id, $count = "5") { return DB::get_results("SELECT p.*, UNIX_TIMESTAMP(p.submitdate) as submitdate, dep.name as depname, dep.lat AS deplat, dep.lng AS deplng, arr.name as arrname, arr.lat AS arrlat, arr.lng AS arrlng FROM ".TABLE_PREFIX."pireps p LEFT JOIN ".TABLE_PREFIX."airports AS dep ON dep.icao = p.depicao LEFT JOIN ".TABLE_PREFIX."airports AS arr ON arr.icao = p.arricao WHERE aircraft = {$id} AND accepted = 1 ORDER BY submitdate DESC LIMIT {$count}"); } it was missing the WHERE aircraft = {$id} AND accepted = 1
  13. hi kyle that works perfect now....i`m having a problem now with the latest flights. Flight count shows only 5 for that aircraft I`m looking at for example. 5 Flights is correct. However the Last 15 flights table and the Map are showing the last 15 flights for my VA...regardless if they were flown with that aircraft or not?!? hehe best regards Manuel
  14. hey kyle, thanks a lot for this great module i have a small problem with the flights count.... it shows on all aircraft either 0 or 1. Everything else works great. kind regards Manuel
  15. Yeah i was about to say that hehe the font isn't a good choice for a livery or logo but besides that nice painting.
  16. kACARS and XUIPC works but not on Mac OSX. So pilots flying X-Plane on a Mac will have to use XACARS.
  17. hm i pasted it exactly like in your post now but it gives me when i run maintenance.php
  18. Wow once again thanks a lot Kyle. That issue really was a pain. Especially in the beginning when I didn't know why my flights don't reappear in the schedules hehe
  19. Ok i know now for sure that the problem is that the bidid in the schedules table isn't updated to 0. Could someone be so kind to show me what i need to add to the function in my first post to not only delete the bids from the bids table but also Update the bidid column for that flight to 0 in the schedules table? kind regards Manuel
  20. hmmm i haven`t found a free data file for it yet. The waypoint order was included in one of navigraphs files but i can`t remember in which one...i would have to look for it but anyway it`s payware and also not useable for this for license reasons i think.
  21. Yeah i had applied there too but was also rejected. Dave your approach sounds promising. What about a script that checks the waypoints on the airways only once and populates the sequence column with the results? Don't know if thats possible or makes sense but it was an idea hehe
  22. I like the layout of the site. Just the boxes need some more styling...only red border lines and nothing else looks a bit boring...also some of the boxes seem to have no padding. I don't think the site needs lots of work to be nice. Just some table and box styling should give it a great Look as the layout is really nice. I would also consider to make some more Info available to site visitors and not only members like Fleet, timetable,....
×
×
  • Create New...