Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Are you the first pilot to sgin up at your Virtual Airlines? It is the exam center Admin, if you were the first pilot at your virtual airlines, you should see the ExamAdmin.
  2. This link is adveriste site?
  3. I understand, i use my own server to host my virtual airlines. I don't like to buy others, just want to use my own server.
  4. <li><a href="<?php echo url('/'); ?>">home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>">Login</a></li> <li><a href="<?php echo url('/registration'); ?>">Register</a></li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>">Pilot Center</a></li> <?php $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> <?php } ?> <li><a href="<?php echo url('/pilots'); ?>">Pilots</a></li> <li><a href="<?php echo url('/acars') ?>">Live Map</a></li> <li><a href="<?php echo url('/Exams') ?>">EXAMCenter</a></li> <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> <li><a href="<?php echo url('/logout'); ?>">Log Out</a></li> <?php } ?> This should work. It needs to show when you are logged in.
  5. You site looks slow, free hosts are not usally good idea to run phpVMS You should look into fivedev hosting. Great Plans. Low cost, resonable price.
  6. No problems with this REV! Whooho!!!
  7. Agreed, then my firned ever got one from that email and he IP banned the sender, and he might contact the Email Provider becasue my firned got over alot of merger emails and i told him, put things in stricter rules. Also merger emails, GETS ME TICKED off. Makes me mad that i want to shut down the person's website. I know walker, you didn't send the email. We always check the sender.
  8. I'm really eager to see this in action.
  9. Nabeel worked MANY LONG hours to code this awsome phpVMS and it is very extremely stable. I thank to Nabeel for that!
  10. Hey, how can i dispaly the landing stats table like on a different page? i want to dispaly the top 10.
  11. Kyle

    kACARS_Free 1.0.0.6

    May i make a suggestion, when you Click "Clear PRIEP" and make a confrim message. That's good idea to add it in.
  12. Something like this? http://www.westjetvirtual.net/index.php/WJA/CYYZ but more than that?
  13. AGREED! This does not make sense at all. kACARS FOREVER! If, i made a software like ACARS, i beta relese it then fix up and release the free full version then let people try out the program and provide a paid one. That's what excatly lorathon did!
  14. I TOTALY AGREE WITH THAT! EVERYTHING IS PROBLEMS, PROBARLY AN EXCUSE TO DELAY OR TO LIE THAT THINGS THAT HAD HAPPENED!
  15. Whoa! Try clearing your ACARS in Admin, Site & Settings, Maintace and Reset ACARS.
  16. Why do we need to release a new version that the SMF is still being build. You'll have to wait till the SMF 2.0 is fully done then porbalry he will release a new one. Becasue he may not know what changed to the files in order for this add on to work.
  17. Hi i got something with that question mark. made anew rule on separated system which to who to contact your questions. Here is it! � Who To Contact? How can i fix that problem so it does not appear again?
  18. Since Nabeel Intergrated a landing rate system, Does any one know how to show landing rate stats in tables? I would be happy if someone brought it up! Thanks!
  19. Kyle

    kACARS_Free 1.0.0.6

    Hey, i just noticed something is wrong, when i'm parked and the engines are off,and i saw in kaCARS that the fuel is counting, how is that possabile that i'm not flying and the engines are fully off. Nevermind, it was the aircraft Error.
  20. Kyle

    kACARS_Free 1.0.0.6

    Welcome! Also you spelled my first name wrong, LOL! it's Kyle not Klye. Also again your welcome.
  21. Kyle

    kACARS_Free 1.0.0.6

    I always do that! NICE WORK! Let's keep building this ACARS! Good Work! I'm translating in French for you! I'll have it ready in 30 Mins EDIT! French XML Uploaded! If you think i made a mistake, let me know.
  22. Kyle

    Version 1.0.0.6

    Looking forward for this! You are the best ACARS desginer! I Put kACARS on the First Top ACARS Program! Keep this project alive! Will be considing a paid kACARS soon.
  23. phpMyAdmin like i said in the last post.
  24. Thanks simpilot, it worked! One point for you man!
  25. Hello, I have a problem changing my site name, I made a mistake naming my Virtual Airlines and i changed the Airline Name and Code but nothing changes, still the same. Then i went into my phpMyAdmin and went to phpvms_settings and went into SITE_NAME and changed the vaule, and saved but it never changed the site. Any solutions?
×
×
  • Create New...