Jump to content

VAEA

Members
  • Posts

    371
  • Joined

  • Last visited

Everything posted by VAEA

  1. Thanks Simpilot the code ini_set("memory_limit","512M"); in the local_config worked
  2. Hi all, I have recently migrated a friends site to a new host. When i go to the admin centre and check the admin activity logs i get this. Can anyone tell me how to fix it.m Thanks in advance Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 85 bytes) in/home/a7519666/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 273
  3. Thanks all done. Found the link Kyle put up useful also. Some people have nothing better to do. This sort of behaviuor annoys me
  4. My homepage www.caalir.com has been changed also to some Chineese thing. I went into my files and also noticed that my index.php was missing. I put the index.php back and the site works ok now apart from the homepage. It works if i type www.caalair.com/index.php Can anyone tell me how to restore my www.caalair.com page so that it goes to my site and not the other one. Thanks
  5. Great thanks Vangelis perfect
  6. Thanks Kyle. Much appreciated
  7. Any news on this one Kyle
  8. Great work as always Parko
  9. Thanks Simpilot
  10. 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
  11. VAEA

    support needed

    Thanks for the reply Parko. i have decided not to proceed with this at this time.
  12. Make sure it is in the skins folder in the lib. Have you unzipped ok
  13. VAEA

    support needed

    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
  14. 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
  15. VAEA

    staff online

    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 } } ?>
  16. VAEA

    staff online

    Can I ask where you found it as I did search
  17. VAEA

    staff online

    Anyone ???
  18. VAEA

    staff online

    BUMP please
  19. VAEA

    staff online

    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
  20. VAEA

    staff online

    Perfect Kyle . Works a treat. Thanks
  21. 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
  22. 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
  23. I agree Jordan thanks very much
  24. 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
  25. I have now started to use the Skyline skin. Check it out at www.caalair.com Thanks Iain for sharing this
×
×
  • Create New...