Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 5 replies
- 2.1k views
Hello I have some errors in the salaries of the pilots. Example : A pilot flew 1 hour and 11 minutes. FSACARS records 1h11 and phpVMS use 1.11 for the hours of flight. The salary for this pilote per hour is 15 euros. So the normal salary is 15/60 = 0.25 euro per minute of flight. In this case, the salary must be 71X0.25 = 17.75 euros The problem is that phpVMS do this calcul : [hours of flight] X [salary per hour] = salary for this flight 1.11 X 15 = 16.65 euros whereas the salaty must be 17.75 euros. Can you do an patch to delete this error ? Thanks Stéphane
Last reply by stephanepa38, -
- 4 replies
- 2.1k views
Hi again, is it possible to change the currency symbol in the badge to something other than $. I've set it to UKPounds in the config so financial reports show UKP but not the badge. http://www.lakervirtual.com/vms/lib/signatures/LKR001.png Gary
Last reply by Nabeel, -
- 5 replies
- 2.1k views
Nabeel, I really screwed up my skins. I need to revert back to when I had no problems. Which was the 2x stable release. Do you still have that download(Full Version)? If you do can you email it me(eddie@flyaka.com)?
Last reply by Nabeel, -
I have one problem. In the default skin for phpvms, when i click on 'Live Map', there are siting old flights that i had/or other within the VA had done, even i i'm flying new flight. For instence, now (11.07.2012 1940z) member in our VA is currently flying LWSK-EHAM, and this flight isn't shown on the live map. The one that are shown are the previous he did LWSK-LYBE which was done at about 1230z. So how can i fix this. Ah also I noticed on other VA, which i used to fly previously, that there is an option for live map to make status like climbing, descending etc. and not just depart, cruise,arrived like we got now.
Last reply by Tom, -
Hey everyone, I added fields on my pilot brief to have information such as arrival and departure gate listed, I changed the import.tpl but have no luck in getting the SQL file to take the gate number and post it back on the brief. I made it work once as then I imported the schedule again and it all got deleted. I'm going crazy trying to fix it. Can anyone please help me? Zeke
Last reply by ZekeElias, -
- 4 replies
- 2.1k views
Hi guys, sorry if this has already been covered off but what im trying to do is on the pilots list i have a column active/inactive with a gif image, what i want to do is have this updated to reflect the status of the pilot so if he is active its green and of he goes inactive or retired then this changes to red, is this possible and easily accomplished?
Last reply by mark1million, -
- 4 replies
- 2.1k views
I am in a slight predicament. I am trying to display total hours flown for a specific airline. The code I am using is not displaying the correct output for it. It keeps displaying my total VA hours instead of just the individual Airline I want. Here is the code I am using <?php echo StatsData::TotalHours(AA); ?> If I use these codes <?php echo StatsData::TotalPaxCarried(AA); ?> <?php echo StatsData::TotalMilesFlown(AA); ?> <?php echo StatsData::totalschedules(AA); ?> <?php echo StatsData::TotalFlights(AA); ?> These all show up correctly. Any idea why the Total Hours one isn't showing correctly?
Last reply by Jeff, -
- 1 reply
- 2.1k views
I am trying achieve this on the frontpage of my website but I'm not sure of it is possible. I would appreciate some help in this matter. When a Pilot is logged in, I want it to show as (You are Logged in as PILOT_NAME , PILOT_ID). Whatever code I use, it returns the info as 0000. Is there any way we achieve this ? P.S: I tried searching as much possible on the forums and couldn't find it. If I overlooked on the topics, I apologize for the trouble.
Last reply by simpilot, -
- 4 replies
- 2.1k views
I get the following error when attempting to install a skin that does not have a "header.php". I installed the "beta" 5.4 -friendly phpVMS install. This issue came up in the past but there was no definitive solution. If I could find out where the header is being labeled, I should be able to fix this, correct? If I get this fixed, I should be GOLDEN! ERROR: Notice: The template file "/home/lptechpv/public_html/vOPT//lib/skins/pureHTML5_blue/header.php" doesn't exist in/home/lptechpv/public_html/vOPT/core/classes/TemplateSet.class.php on line 231
Last reply by danielatc81, -
- 5 replies
- 2.1k views
Yeah, you're right. One topic solved, the next follows. Hope this will be the last one for a while . We'll have a look at the schedule_results.tpl, where the problem is the following: In front of every resulting flight I have put a picture (I mean the Aero Lloyd logo ; see below). I now intend to show this picture for every flight marked as passenger flight. For flights, marked as charter, I'd like to have another picutre. How do I handle with this "if"-issue to determine the appereance of each picture?! I hope the problem is clear, otherwise just ask me. Maybe there's someone in this holy programming-world, who can help me . I'd really appreciate this, as I don't k…
Last reply by Bueno93, -
- 4 replies
- 2.1k views
During the process of learning PHP (which I have ) I came up with a couple of questions. Maybe some PHP experts could answer them. 1) You know how you put } or { after each statement I think. What's the rule for that? What do they do ? Which side do i put? { or } ? 2)How do I make a website url a variable? however I want one part of the website to be able to change (text-box) . Like ex. $example= http://twitter.com/recessionwire but i want the recessionwire part to be changable when someone types in text box. Thanks Guys!
Last reply by Thomas Rozanov, -
- 5 replies
- 2.1k views
Hi everyone I hate to be another one asking "when is it", but is there a time frame for the next release version, as I'd like to get Xacars and admin rights included in the site, but don't really want to go down the beta route as it's soon to be a live site? Also, whats the status on charters? As we're a small airline we've only a limited number of destinations, so having charter support would be a definite bonus for us. Many thanks Will
Last reply by Nabeel, -
- 6 replies
- 2.1k views
My VA after the disaster is moving servers I'm being offered a installation but how can i keep my original settings because i didn't lose all my template files in MYsql should i just overwrite the new ones with the old ones? And i lost my old states for the VA but i have a record of the most recent stat of flights,hours and pilots can i reestablished this because it would be a b**ch to start everything at Zero thanks.
Last reply by Toyuko, -
- 4 replies
- 2.1k views
Hi When we create a schedule with the FSX in-built flight plan utility, we submit the .PLN file to admin and this is stored in a folder on the webspace. Now, when a pilot goes to view the schedules, we check the flight number to see if there is a matching .PLN file for it. If we have it, we put PLN File in the column on the right above Details etc. I want to use the4 If ... Then to place a link to the file that the user can right-click and save to prevent them having to look for all the points in the plan but i can't stop the error message thqat an unexpected < has been found ... if (file_exists($filename)) { <a href="<?php echo url('/plns/'.AVA'.$padd…
Last reply by AspireFSX.com, -
- 2 replies
- 2.1k views
My site has been targeted by a hacking group or person leaving the message "HACKED BY ALFABRUNO7 dear australian goverment! Stop to spying indonesian " Just letting you know so you guys don't fall victim, I found the root of this message is called index.php and I'm hoping to get the site up and running again shortly! Impulse
Last reply by strawbs, -
- 2 replies
- 2.1k views
Folks, Currently I have the latest 10 flights showing on the front page of our site. The AIRCRAFT column is using the registration number. I would like to have this changed to using the name of the aircraft. How do I go about doing this? Any thoughts or help would be appreciated. Thanks,
Last reply by clawsonsa, -
- 5 replies
- 2.1k views
Helllo all, Ive recently come accross phpVMS and I think it might be of great benefit to the VA that I belong to. In order to integrate it, though, I need to know a few things. I'd be very grateful if anybody could help. (I am a fully proficient php/mysql coder) 1. Regarding Pilot inactivity. Is there some sort of way to suspend users if they are inactive for a certain period of time? 2. Regarding the site structure. I notice that regitsration is located at index.php/registration. As a coder myself, I've never seen this method used. Where is it possible to edit the Registration PHP? 3. Adding a Recaptcha to the Registration form. Is this possible? The current Captcha …
Last reply by Nabeel, -
- 7 replies
- 2.1k views
We all know that when we add extra pages to our site from the admin panel, it puts that page name in bold at the top left. I want to get rid of that for this one page I am working on. Can it safely be gotten rid of? I think it just puts the feel of the page out of wack. I went to editor on that page in the admin and my extra code shows up but not that. So I figured I might try to cheat the system and go into core/pages and edit the page directly and as well, it shows my code that I added but nothing extra. for an example of what I am saying, please look at http://thunderva.com/index.php/pages/test Notice how it just looks wrong?
Last reply by Nabeel, -
- 5 replies
- 2.1k views
Hello, does anybody know how I can embed a live map or put it in to an iframe with out the website header ect in it ? Thanks
Last reply by Tom, -
- 4 replies
- 2.1k views
didnt notice it because i didnt add schedules for long time but now i wanted to calculate the distance between 2 schedules and it always shows 0 (tried it out at several airport pairs). now i dont know where to start to search for the problem...
Last reply by hjhjhgjgjh, -
- 3 replies
- 2.1k views
Hi there, I'm a retired airfoce officer and run a military / SOC VA in the Netherlands. It's very difficult to find good performing VA software for us. I truly believe that if phpVMS is willing to support us too, their marketshare will grow. We need software with the same capabilities as for a civilian VA however there are a few other things. - military don't fly "routes", they fly missions and every mission is different. However we have standard patrol, AAR, etc procedures wich fit nearly but not complete in the phpVMS package. - the pilots and Groups thing fit. (no changes needed) - Airline Operations should be changed in Ops Center and then - - Add & Edi…
Last reply by llju1, -
- 2 replies
- 2.1k views
Whisch is the best free ACARS Program I can use? Thanks
Last reply by OA01, -
- 6 replies
- 2.1k views
Hi Folks, Anyone out there using the MD-11 by PMDG with FSAcars? We had one pilot using it and he quickly ran us bankrupt. The fuel used came in as the following weight... -9.21059e+08 :o As a result, our fuel costs for the month are now over 921 million dollars. Quick question, if I try to edit the finance data table, will this cause me any grief? Secondly, has anyone else seen this behavior before? And if so, have you found a way to correct it? Thanks, Chuck CYXU
Last reply by Nabeel, -
anybody know if it's possible to change pilots being paid from hourly to a percent of the revenue???and if so how do you change it
Last reply by TAV1702, -
- 5 replies
- 2.1k views
I was curious how someone might go about adding a section to the pilot list, that kept pilots who were a big part of a VA, but who have passed away. Kind of like a "gone but not forgotten" reference, so that they would always be listed on the pilot list.
Last reply by CPC900, -
- 4 replies
- 2.1k views
I was doing some changes trying to get it to work and found this in my local.config file. This looks wrong and where the info stops in this file. This is the unit of money. For non-dollars, use : Dollars ($), enter "$" Euro ( What should I do in this situation?
Last reply by vcal, -
What code or variable do i use to make to make it show the pilot rank image on each pilot line information bar thing below the acars map where it show name of pilot distance and all i want to show also the pilot rank is is possible ?
Last reply by warpennys, -
- 7 replies
- 2.1k views
Hi all, Some special configuration to show graphics (Finance - Stats) in internet explorer to insert??, becuase in Firefox all graphics going well instead explorer. Thanks an regards
Last reply by Nabeel, -
- 3 replies
- 2.1k views
how do I add a symbol before the letters on phpvms , like add Lufthansa logo (small icon) my tab would be like : (Lufthansa logo) pilots thanks
Last reply by ercio, -
- 3 replies
- 2.1k views
I want to be able to see how much money each of my pilots have in the pilots list, and be able to edit that if possible? -Allen
Last reply by Jeff,
