Jump to content

mark1million

Moderators
  • Posts

    2288
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Ok there is a fleet module you can download from the releases install that then you can modify teh FleetData.class.php file to, /** * Get an aircraft by unique name */ public static function getAircraftByName1() { $sql = 'SELECT DISTINCT `icao`, `fullname`, `range`, `weight`, `cruise`, `maxpax`, `maxcargo`, `imagelink`, `downloadlink` FROM ' . TABLE_PREFIX . 'aircraft [b]WHERE `enabled` = 1 ';[/b] return DB::get_results($sql); } The way i have is it to display Unique types only, as i have loads of a320 etc etc, so that will display all your different aircraft types.
  2. Yes build in to the query a WHERE ENABLED=1 Cant remember the exact php file at the moment, will have a look in a bit as can remember at the moment off the top of my head
  3. Any news on this Nabeel, my xacars is showing up ok just not the stuff from kacars? Its only been since the url change.
  4. I am having trouble finding the exact location, its not a normal one, i will have a search through the windows logs now but the file was \FS-Products\kACARS_-_Free.exe_Url_mdjq5ruzbjd2w0vyhetjnszqv3t0pfeb\1.0.0.8, once i find the location in the log i will post here.
  5. This is a browser specific problem i think, we used to have the same thing but it fixed its self without any input from us.
  6. I managed to replicate this where it would not open, there is a hidden file for the settings that you need to remove, i will have a look to see if i can find it again.
  7. Of course you can but the way you have done it is not in the spirit of phpVMS. Just let users know that when your link is clicked they will be presented with an ad then your module.
  8. Im not too keen that you are routing every click there through an ad system making you money......
  9. This usually indicates you have a white space in one of your files, check the config files for a whitespace at the beginning.
  10. Just Google for certificates then you could photoshop them to your needs
  11. You could always just post here and we could move to releases..
  12. You can use pure sql to pull latest posts, create your own query.
  13. I am being lazy here and just hoping someone has the code to display the active pilots, pilots retired and pilots on holiday Is this available already or do i need to write a a query?
  14. Have you tried running winmtr see if you are suffering packet data loss?
  15. If you have a look in your site you can download a csv import template.
  16. I think removing the schedules are OK, just dont remove aircraft or airports.
  17. For the time being i would close your registrations for a few days, clearly someone has targeted your site for some reason.
  18. Sometimes it can take up to a minute to receive back the filed message, it depends on how big your site is i believe. Just send the pirep and wait to see what happens, it is successfully filed to the system before receiving back the Ok message i have noticed.
  19. I think Dave is rewriting the system, it is not possible with the current one.
  20. Twitter change a while ago, in the latest beta phpVMS fully supports either push or pull from your twitter account, only one way will work not both.
  21. Im currently going through the same thing with easyjet's solicitors and managed to open up the biggest can of worms ever. Its getting interesting to say the least We all know how aggressive they are
  22. Hard crowd to please us va creators lol. Ok so stop the bashing please chaps.
  23. My bad, Jon had it with <li><a href="<?php echo SITE_URL ?>/Watercooler">Forum</a></li>
  24. It looks pretty easy to setup just had a look myself. Looks like you upload the files to your webserver configure a database and run the install, then check out the getting started guide
×
×
  • Create New...