Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Would phpVMS support flash website? Please Let Me Know. Sorry if i posted in the wrong section.
  2. I know, but i don't buy or pay online. I had been through over 3 credit card stealers by paypal, other sites. I don't buy anything online.
  3. I'm looking for someone to do some skinning for free because i been wasting a week how to get it working and i tried every sites but does not work for me. I'm trying to make a new menu drop downs but it is working but it is messed up.
  4. oh ok. just making sure. we don't want have any problems.
  5. He's right, let me tell you a story. i started a real VA but i forgot to get permission from the airlines and i shutted down my website quickly. Trust Me! If you get a letter from the lawyer from AA telling you to shut down your site, then you have to shut it down. Thats why i started a non-real airlines. Also i had a friend owned a real VA and his site was running good, but he got the letter from the lawyer to tell him to shut down his site and he had to. And he ceased all his website now. But he now has a non-real airlines now. Please, make sure you get a permission from the real airlines.
  6. k its fixed now, but i have to fix a little issue with the colors
  7. k it works but the new menu is not showing
  8. nope doesn't work, the following error is Parse error: syntax error, unexpected $end in /home/flycsunc/public_html/csunmodtester/core/templates/core_navigation.tpl on line 44
  9. Hi, I am making a new menu bar which it looks like this on the picture and i get the following error, on Parse error: syntax error, unexpected $end in /home/flycsunc/public_html/csunmodtester/core/templates/core_navigation.tpl on line 44 and heres my code <p> <style media="all" type="text/css"> @import "/menu/menu_style.css"; </style> <ul> <li><a href="<?php echo url('/'); ?>" target="_self" >Home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>" target="_self" >Login</a></li> <li><a href="<?php echo url('/registration'); ?>" target="_self" >Register</a> </li> <?php } else { // Show these items only if they are logged in ?> <li><a href="<?php echo url('/profile'); ?>" target="_self" >Pilot Center</a> <ul> <li><a href="<?php echo url('/Mail'); ?>" target="_self">AirMail</a></li> <li><a href="<?php echo url('/Forum'); ?>" target="_self">Forums </a></li> <li><a href="" target="_self">View Flight Schedules</a></li> <li><a href="" target="_self">View Your Flight Bids</a></li> </ul> </li> <li><a href="<?php echo url('/pilots'); ?>" target="_self" >Pilots</a> </li> <li><a href="<?php echo url('/acars') ?>" target="_self" >Live Map</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'); ?>" target="_self" >Log Out</a> </li> <?php } ?> Thats what i am getting, i dobule check it everything.
  10. Kyle

    latest skin

    when will the skin be released? I really like the skin. I want to change my old skin to the new skin website!
  11. ok like i have 0123456 in the day of week column and when i import it, the Saturday will not be activated?
  12. I'm having a import problem, when i imported a CSV timetable and it appears that Saturday is not on? i have those numbers, 0123456, i want the Monday, Tues, Wend, Thurs, Fri, Saturday, And Sunday. But the saturday won't not be checked in the route edit. Why is that a problem?
  13. ok i added you, i'll be online.
  14. ok, if it is ok with you if we can chat though MSN? I'm really lost right now
  15. the install folder? but the admin center says that i have to delete the install folder because it poses security risk
  16. Yeah the files are in path. but again where do i put those files <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 } ?> <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 $admin = ExamsData::check_admin(Auth::$userinfo->pilotid); if ($admin->admin_level >= '1') {echo '<a href="'.url('/Exams_admin').'">EXAMCenter Admin</a>';} ?> <?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 } ?>
  17. Well i did but where am i supposed to put those files?
  18. When i installed this add-on i followed everything and i cant see everything on my pages it always says that. Fatal error: Class 'ExamsData' not found in /home/flycsunc/public_html/core/templates/core_navigation.tpl on line 24 why is that problem?
  19. how can i change the admin layout to dark?
  20. i had checked my links and its good and when someone wants to download my aircraft and when you download, it keeps refreshing the page? why?
×
×
  • Create New...