Jump to content

Kyle

Moderators
  • Posts

    2282
  • Joined

  • Last visited

Everything posted by Kyle

  1. Is this regarding about your forums account? Did you recentley changed your email address? Do you remember which email you used with the account?
  2. Kyle

    Users Online

    Yep, It's common becasue of ACARS, users logs them in. if(in_array($pilot->pilotid, $shown)) { continue; } That code will skip the same pilots and only show one. Add it into your online users code.
  3. Yep, price per pound (lbs) or kg whatever you have set.
  4. Haha, happens to me all the time when I forget something or make a mistake.
  5. Is this related to it? http://forum.phpvms.net/topic/7136-hows-does-an-acars-send-information/
  6. Just to add. For the last few weeks, I have been developing an custom ACARS for Sun Country Virtual and we have been successful in two BETA ver. testing. Trust me, starting that project wasn't that easy when you start pulling hair out and thinking why the damn ACARS won't log in. lol. Got to have patience. Our ACARS uses WebRequest POST method all in XML style so that way it's easier. And recommended to do that way from other topic I remember. Good Luck!
  7. Looks good! Good Luck!
  8. Okay, first of all. Why do I get a login to access your Cpanel? Remove thoese Posted Images and it'll stop. Upload them somewhere it is accessable. The first one, it's weird, I'm not an expert on that yet. the second one, you already have a airport id of 1. Remove the Airport ID one and try importing it again.
  9. I gotta say, the site's looking good so far. But I'm not sure excatly what you are trying to do. Are you trying to change the background in your header area? Like where?
  10. Ummm.... (sniffs) Powered By British Atlantic Systems? EHH! Wrong! It's powered by phpVMS.
  11. Mostly happens when their instincts changes...
  12. No problem!
  13. Is there any errors or messages? From what you are saying, it tells me that you don't have the correct kACARS Module that matches to his kACARS Version. It must be the same module and the same kACARS application.
  14. From what itrobb is saying, I agree and it doesn't look like he has or not have the navdata tables set up or not correct. Do you have a table like navdata or phpvms_navdata in your database? Double check and if it is empty or not there, then you would need to import one from the latest phpVMS Version.
  15. You can look into the acarsmap.tpl, there should be some info I think.
  16. Okay, what's up with those other four topics you made? http://forum.phpvms.net/topic/7108-install-problem/ http://forum.phpvms.net/topic/7109-install-problem/ http://forum.phpvms.net/topic/7110-install-problem/ The proble, it tells me that your file permissions aren't set correctly. Check thoses file permissions and make sure it's writeable.
  17. You got some pretty interesting event flights there.
  18. This is the one I would use becasue it's based off from Jquery UI. http://jqueryui.com/demos/accordion/
  19. This should be in the vaCentral Forums. Check the vaCentral Forums for more info. Nabeel is working on that issue.
  20. No problem!
  21. . Today's Sunday, check your days of week schedules. That's the most mistake that people have.
  22. Kyle

    Navbar

    Try this... this is the only css I'm seeing that is the issue.. #topNav ul li a { color: #FFFFFF; display: block; float: left; font: 14px/20px Arial,Helvetica,sans-serif; height: 20px; padding: 0 9px; text-decoration: none; }
  23. I wouldn't move there yet if your planning to do it live. (IMO)
  24. Okay, here we go... 1) Go to admin/modules/Operations/Operations.php 2) Find the following line... (Around Line 950 to 1150) $data = array( 'code' => $this->post->code, 'flightnum' => $this->post->flightnum, 'depicao' => $this->post->depicao, 'arricao' => $this->post->arricao, 'route' => $this->post->route, 3) Add before the line I posted above the $data = array $payperdis = ($this->post->distance/100)*20; 4) Then we need to change the $data arrays, so find this, in the same area 'price' => $this->post->price, 5) Replace the code with the following... 'price' => $payperdis, And it should do it automatically for you, and if you putted in the price, remember, it will change because of that.
  25. Your likely going to have to edit the admin core files, and what if you updated your phpVMS and you'll lose that feature? If you want to go ahead and agree with that and it's not my fault for you to lose that feature when you update, and I'll type a piece of a code, simple and I'll show you how.
×
×
  • Create New...