Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 5 replies
- 2.3k views
Hello again Build 822 , in "view my Pireps" >>> Clicking on a flight number for a previously filed pirep now loads the Log details i.e additional log information ... expanded on first view, without having to click on the "view log" link
Last reply by mark1million, -
- 4 replies
- 2.3k views
Hi, I create a .php file and I want to put it into the navigation menu. Any Ideas?
Last reply by Sava, -
- 4 replies
- 2.3k views
Hey guys im sure i have seen this about somewhere, im looking for an awards module that will display all the awards that the VA has, its getting a bit laborious adding then twice to the display page as well.
Last reply by mark1million, -
- 2 replies
- 2.3k views
Hello guys, I would like to purchase a domain.. But, I have a question... Phpvms work with LINUX's Server or Windows's Sever ??? Best Regards Simone Catalano
Last reply by simonecatalano, -
Maps
by stephanepa38- 4 replies
- 2.3k views
Hello I just did an update from v. 854 to 874. I did not have any map. Moreover, the live acars with FSACARS did not work any more (I have no more information under the blank map in the LIVE MAP page). I resetted my google API, but I didn't have the maps... Stéphane
Last reply by stephanepa38, -
- 1 reply
- 2.3k views
If I have this set in my config: Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); What else must I do to make it appear?
Last reply by Parkho, -
- 7 replies
- 2.3k views
Hello y'all, Sorry if my questions has been already asked but didn't find anything about them. - Can I install and run phpVMS system on an already existing VA website made with Guppy ? - Is it compatible with IVAO ? - Is it or will it become compatible with FsCaptain ? - Can I record previous flights flown by members with passengers, cargo, fuel, miles traveled, etc... ? (total on each category not every single flight). - About FsAcars, is it mandatory to use it or is it just optionnal ? - Will you recommend using FsAcars as it is much better with phpVMS or doesn't change things too much ? Thanks for your cooperation. Sincerely, Alex
Last reply by Nabeel, -
- 3 replies
- 2.3k views
Can someone please post the link from the "Pilot Center" for Submitting Pirep. I deleted the link on accident. Much appreciated.
Last reply by Kyle, -
- 2 replies
- 2.3k views
Is their any way to mass delete pilots from the roster instead of going into their profiles and doing it one by one? Thanks! -Austin
Last reply by joeri, -
- 1 follower
- 4 replies
- 2.3k views
Hi everybody in app.config.php I edited the Close bids after expire function but it doesn't work Anyone can help me?? I think I need to run a cron Job to get it works but I don't know how can I do it. # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '1'); # How many hours to hold bids for
Last reply by t_bergman, -
- 5 replies
- 2.3k views
Hello, I was installing PHPVMS fresh for the first time on my server. I use bluehost and I have a dedicated IP address and php 5.0. When visiting my main site URL I get this error Parse error: syntax error, unexpected '=', expecting '(' in /home/pacifij1/public_html/fazuairways/core/codon.config.php on line 85 Then when I visit the install directory at install.php I get this error! Parse error: syntax error, unexpected ')', expecting '(' in /home/pacifij1/public_html/fazuairways/install/install.php on line 29 Help please!
Last reply by Nabeel, -
- 4 replies
- 2.3k views
Heya, I'm trying to configure my pilots list on my site. I can get the rank image to appear next to the name, however I'm not sure how to make the rank ABBREVIATION appear there instead. I've made a row in my rank table in my Database with the abbreviations in it (I.E, Pilot Officer = PLTOFF), however I'm not sure how I can echo that as a query on the table. I can get the whole rank to appear with: <?php echo $pilot->rank?> Shows as: Pilot Officer John Smith or the image to appear with <img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /> Shows as: (Image) John Smith However i'm not sure how to echo …
-
- 5 replies
- 2.3k views
Hi guys can anyone help with the fuel burned reading to many digits, im using the pacific skin from zumewebs heres a shot to show you..
Last reply by Fernando, -
- 4 replies
- 2.3k views
I've been truly amazed at how simple this system is to setup and use, and I've finally hit a road block. I've added a page through the admin center that is supposed to go to a SMF forum set-up from the front page, and I've tried using a php redirect to link it, but it doesn't work. When you click on the link, it still shows the sidebar and just says Forums in the title. What am I not doing right? If it helps, the directory structure looks like this http://mid-americanva.comyr.com/index.php The forums are at http://mid-americanva.comyr.com/smf/index.php If it helps, I do have access to view and edit my .htaccess file.
Last reply by brreclark, -
- 7 replies
- 2.3k views
Hello again, i would like to use some data that fspax includes in the log, for further use. If some values are used, like touch down rate, or bonus/penalty points, these values could be used in executing specific calculations and then use the results furthermore For example, i would like to have a "pilot of the month" award, which would win the pilot that makes the more miles in each month. And i could have a total points system for pilots. This system could give monthly rates, or work just cumulative. As i can see, there are some tables to be built in mysql, and some phps to be written? Could someone try something like this? (my knowledges are so low that i cannot bu…
Last reply by Nabeel, -
- 4 replies
- 2.3k views
I am trying to return the total distance of a route, rather than the great circle distance. I have a complicated method, but I'm not convinced with the result: function getFPDistance(){ $schedule = SchedulesData::getScheduleDetailed($_GET['plan']); $params->deplat = $schedule->deplat; $params->deplng = $schedule->deplng; $params->arrlat = $schedule->arrlat; $params->arrlng = $schedule->arrlng; $params->route = $_POST['route']; $routedata = NavData::parseRoute($params); $depairport = OperationsData::getAirportInfo($schedule->depicao); $arrairport = OperationsData::getAirportInfo($schedule->arricao); $end = (count($routedata) - 1); $tot…
Last reply by freshJet, -
- 4 replies
- 2.3k views
Well since i got my new pilot center site there has been one thing that has been bugging me. The signature wont update and stays on the default one...I have attempted to refresh the signatures, didnt work, replace background.png the default image with the image from my other site of which the signature image is still working. Would there be a code that i could use to replace <?php echo $badge_url ?> with a code that links from my /en site. I think that be a good solution. Thanks
Last reply by Longhaul444, -
Morning all, I have had this problem for some time now, and just wondered if anyone else has had the same problem and knows how to fix it. When accepting PIREPS and editing profiles after the acceptance/upload of a avatar i get this error. Warning: imagecreatefromstring(): Data is not in a recognized format in /home/britann1/public_html/crew/core/common/PilotData.class.php on line 2031 If anyone can point me in the right direction of a fix I would really appreciate it. Thanks Scott
Last reply by Angel Air, -
- 2 replies
- 2.3k views
Hello together, today I got the idea to create a few PHP Applications on our VA Website, and I would like use the login system of the phpvms. That means, that I would like make a Query to look if the User is logged in or not. Has anyone an idea, how to create this function in PHP with Sessions, Cookies or something else? Greetings, Konrad
Last reply by servetas, -
- 4 replies
- 2.3k views
Howdy again, I am trying to use echo $userinfo->joindate in my pilot center is returns a result like... 2010-02-10 23:15:50 How can I format it to return 2/10/2010? Thanks, Chad C.
Last reply by piper338, -
- 4 replies
- 2.3k views
Good eve, question, last month I added a lots of expenses (purchase etc.), but it seems that all expenses did not recorded to the last summary. Could you please help me and tell me, why it´s not charged? I now tried to edit one of my monthly expenses, but I received a ERROR when EDIT EXPENSE was pressed. Really need your help.
Last reply by JHAir, -
- 3 replies
- 2.3k views
Hi there, I was wondering to what extent would it be possible to implement online and offline flying statistics? Basically, I'd like to log a type of flight, whether it was online or offline, so then we can display a count on pilot's profile i.e Online/Offline = 5/2. I'm not sure however what are the current possibilities of the system to implement this; whether kACARS can detect it, or whether some addon would make it possible... Any ideas?
Last reply by Jamie, -
- 6 replies
- 2.3k views
Hello everyone. I hope your holidays went well. How can a make it so when a massmail is sent to "all pilots" it doesn't send to pilots set as inactive?
Last reply by StartVM, -
- 8 replies
- 2.3k views
Any website with phpvms that I try to go on loads really SLOW. Other websites work fine. I tried on: afva.servegame.org - Australian Frontier afva.servegame.org/pacific - Pacific Frontier vhmrw.site90.com - My dev site www.tnt-virtual.be - TNT Virtual Any ideas? Thanks, Mitch
Last reply by Nabeel, -
- 4 replies
- 2.3k views
If I wanted to restrict the fleet to a certain number of pilots? For example, I would like to create a private flying club internal my VA, using airplanes that are not in the fleet (eg Cesna ETC .....) wanting to do a tour like dangerous from IVAO. How could limit its use as it does with the rating in the ranks. One could, for example, use an award and those who do not have the award can not use these planes and use its schedule. Do you think this is possible? I hope I explained myself..Sorry for my bad English ....
Last reply by monitral, -
- 3 replies
- 2.3k views
Can anyone tell me how to change the location fo the map, and if my FSACARS tables can be converted into the VMS tables?
Last reply by Nabeel, -
- 1 reply
- 2.3k views
This is probably answered in another thread somewhere but I have looked and I can't find it anywhere. I am making a .csv file for the routes and importing them. In the "aircraft" column I think it is looking for the registration of the aircraft instead of the actual aircraft icao. So instead of me having to put "N123AW" in for the aircraft is there a way i can put "A320" in and the phpVMS understands it. Also, when using XACARS, when clicking "flight data from ACARS" it will have "A320" in the aircraft field instead of "N123AW" This will make it so much easier to add the routes with the .csv template if I can do it this way. Thanks! Nick
Last reply by Nabeel, -
- 1 follower
- 6 replies
- 2.3k views
Hello i have one problem on schedule search http://eurotaxiva.com/index.php/schedules/view not view the schedule !!!! WHY???? look this is picture http://qs.lc/zk8h Thanks !! HELP ME!!! Bye
Last reply by Parkho, -
- 6 replies
- 2.3k views
Currently numbers are shown like 1234567 - How do you get formating to 1,234,567, I have tried to use php below results in a error. // english notation (default) $english_format_number = number_format($number); // 1,235 I was able to format Money with commas using the following in app.config.php now that formats $12,345.55 Config::Set('MONEY_FORMAT', '%i(#10n');
Last reply by simpilot, -
- 2 replies
- 2.2k views
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?
Last reply by flyalaska,
