Jump to content

Strider

Members
  • Posts

    1821
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by Strider

  1. Not to be mean but what is the point of me joining your va if i have no plans on flying for it? Also when I go to Jeff's site, it just links to your VA and asks me to log into your va or join.
  2. Has this been finished if so could you post the working code? Cheers Dan C
  3. Just wondering is there any other way of downloading KACARs instead of having to join PVA, it is a good VA and all, but I dont really have the time to fly for PVA and run my own VA and work on college assignments. Cheers Dan C
  4. As far as i know you can only have registered at vacentral.
  5. Hello all, Global Air Cargo Virtual is looking for pilots, GACV is based in Hong Kong, Guangzhou and Los Angeles, we operate the 757-200F, 767-300F, 747-400F and the 777-200LRF(from KLAX only) We have plans on putting some 777F's at VHHH. We have an extensive route network and have a friendly environment for you to fly. We do not require you to fly online, but would like all to use either FSACARS, XACARS or FSFK. We will soon have the MD-11F for routes from KLAX only. To get to the site please click here Regards Daniel Counahan CEO of Global Air Cargo Virtual
  6. You could try making the database hold more by editing the char length in the database.
  7. You would possibly have to edit fsacars or another acars program to be able to set the parameters, but fsacars, seeing that it is not being made anymore will be hard to edit as I don't think it has the source coee, unless there is an SDK available for it. But on the code side not too hard, an if else statement in the pirep code should do the trick. Cheers Dan C
  8. Strider

    Skinning Service

    I don't see why you are chargin so much to skin a free piece of software. I certainly won't be paying to get a template made for something i got for free. Cheers Dan C
  9. Take a look in the core/templates folder, other then that, try skinning it, and see if it works. I do not know what the wrrite permissions should be on a windows system, apache systems seem to be better. Cheers Dan C
  10. It is probably a sql error, try uninstalling it, and doing a fresh install, something might have f'd upp during the upload and install. Cheers Dan C
  11. I have 271 pireps if you would like to test it on my site. Cheers Dan C
  12. Just make sure when you edit it, you save the files to your skin folder and not the core/templates folder as they will get overwritten in an update. Cheers Dan C
  13. UTC for me http://globalaircargovirtual.org/time.php Cheers Dan C
  14. if($pilot->retired == 1) { // theyre inactive } else { // theyre active } for some reason I found that nabeel's code got it wrong, and my active pilots were shown to be inactive when they were active. I have put the fix up. But you can try both ways and see what works for you. Cheers Dan C
  15. <?php if($pilot == inactive) { echo '<img src="'.SITE_URL.'/lib/skins/cargo/images/inactive.png" width="150" height="58" alt="inactive">'; } else { echo '<img src="'.SITE_URL.'/lib/skins/cargo/images/active.png" width="150" height="58" alt="active">'; } ?> That is the code i used, should be fine, as it shows the active, but only at the bottom of each hubs roster. Cheers Dan C
  16. if($pilot == inactive) { //Show this badge } else { //Show this badge } took out the extra } i have it in my site, it works, but only for the bottom pilot of each table. How could i fix this? Cheers Dan C
  17. Only problem with that is that when they want to re fly they wont be allowed login, thus they will not return as they will have to email the CEO or other staff member and get them to change their status, and it is not a quick way, so they will leave the VA and move on. Cheers Dan C
  18. That should be a simple if else statement, I dont know what it would be, but shouldn't be that hard to find out. Cheers Dan C
  19. Ok it has been fixed. Disregard this post.
  20. When i click on claculate distance it comes up with 0, and i have put in the dep and arr airport. Is this a bug or something on my end? Cheers Dan C
  21. Strider

    Blue Plains

    You might want to check the public profile, as the past 30 day pireps graph over laps the side bar. Cheers Dan C
  22. No, as it is set up so that you have final say if the pirep should be approved or not, as auto approving pireps has its flaws, main flaw is that people can fake the pireps and go on an hour climbing rampage. Cheers Dan C
×
×
  • Create New...