Jump to content

Virtualei

Members
  • Posts

    367
  • Joined

  • Last visited

Everything posted by Virtualei

  1. Great work as always Parko
  2. Hi there, Great addition Kyle to Simpilots work. One question if I may. To show the ATC online on the map I tried to put in "ATC" instead of "PILOT" but doesnt seem to work. Is there something else I need to change. <?php MainController::Run('Vatsim', 'create_vatsim_livemap', '!CLIENTS:', 'ATC', ''); ?> Thanks in advance
  3. Thanks for the reply Parko. i have decided not to proceed with this at this time.
  4. Make sure it is in the skins folder in the lib. Have you unzipped ok
  5. Thanks for the reply Daniel. I found the config ok thank you. Not sure what to do with it. This is what I am trying to achieve http://www.fspassengers.com/?action=va I would like to put it on my frontpage, but just my VA flights
  6. Hi all, I have been at this for a couple of days now and to no avail. I have searched and tried everything I can think of but nothing. Any help would be much appreciated. I know what goes into Database,username and password but the top 2 boxes are doing my head in Localhost database and server. Where can I get this info. I am hosted by fivedev if this helps. Cheers
  7. Your code did help a little but wasn't quite correct. Thanks for the bit that did help. Maybe if you had read the question correctly you would have realized what I was asking Here is the full code for anyone interested. Thank you <?php $shown = array(); $staff = StatsData::UsersOnline(); foreach($staff as $pilot) { if(PilotGroups::group_has_perm(PilotGroups::getUserGroups($pilot->pilotid), ACCESS_ADMIN)) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; ?> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid). ' ' .$pilot->firstname . ' ' . $pilot->lastname?></a><br /> <?php } } ?>
  8. Can I ask where you found it as I did search
  9. One problem I have encountered. If a staff member is logged onto the site and Kacars his name appears twice on the website. How can i disable one of them. Thanks
  10. Perfect Kyle . Works a treat. Thanks
  11. Hi everyone, I was wondering if anyone would be able to help me. On my site I have the normal pilots online,guests online. I would like to be able to show staff members online. has anyone any ideas. I have simpilots staff module so maybe i could use it in some way All help appreciated . Thanks in advance
  12. They are rounded now Daniel. I use Chrome. The P1 Vatsim is on my things to do. I cannot write modules so I had planned just to make a page in the admin centre. I appreciate your thoughts and comments
  13. Thanks for your comments. I agree I need to sharpen the image and also you were right about the blue(now changed to green). Thank you it is always good to have a fresh set of eyes look at something
  14. I have now started to use the Skyline skin. Check it out at www.caalair.com Thanks Iain for sharing this
  15. Great skin Iain.I am working on it at present on a mirror site and will be changing my site to it on the 1st of March
  16. Clear your browser Ctrl F5 . I think you are looking at the old site. It happened to me Great new site by the way Jeff
×
×
  • Create New...