Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 10 replies
- 3k views
Does anyone know where I can get a code to read when a pilot is in fight on vatsim?? Thanks in advance! Regards Allan
Last reply by Allan, -
- 11 replies
- 3k views
I have just been looking at how the pirep log is displayed, <?php # Simple, each line of the log ends with * # Just explode and loop. $log = explode('*', $pirep->log); foreach($log as $line) { echo $line .'<br />'; } ?> If it possible to style based on an event, for example If the log contains Stall format that text in Red Bold for example, or if it contains a landing rate < -500 that is also formatted, im just trying to get some ideas on how to format the output based on different events and even if it is possible. Thanks.
Last reply by mattia, -
- 7 replies
- 3k views
Hi there, I want to know if there´s any way to wipe the flight data from the LIVE MAP window, for example, after the flight is done (I plan to trigger an event from client to server side, at the PHP module, to make it clean the flight data). I mean, how to code at server side (php module) to clean up just the pilots flight data (especific flight data, not all data at the map window). Thank you in advance. Regards, Roger
Last reply by richipilot, -
- 1 follower
- 6 replies
- 3k views
So I have tried many methods and nothing can either A. Install an airport database or B. allow me to (at the very least) even manually install airports via AirNav Coordinates It also says "FETCHING AIRPORT" whenever I enter in the icao for all eternity. Please help, Thanks.
Last reply by Parkho, -
- 8 replies
- 3k views
Hello good morning. Someone knows how to add a percentage bar in acars map, also like me to improve the status of the flight, my only cruise I get there somehow come out eg taxi, gate, etc.
Last reply by mitcheinfo, -
- 1 follower
- 10 replies
- 3k views
Hello, I have a problem on the map does not show the flights. I looked for the error with debugging and gave this error "initMap is not a function" Can someone help me solve this? Thanks
Last reply by Nabeel, -
- 13 replies
- 3k views
Hi guys, i can´t add more than 30 planes in Admin, its normal? I try add more and see this error message: There was an error adding the aircraft But in list i can add 30 planes without problems. I use this version: phpvms_5.5.x Any idea? Thanks for help. Regards, Miguel
Last reply by mt007, -
- 1 follower
- 11 replies
- 3k views
Hi everybody, I have a small problem with my map ... When I want to watch it it does not show, I am obliged to reload it full of times so that it starts to work ... If I leave the page and I return disappointed it is the same ... I do not know how to do ... Http://travel-flight-virtual.fr/ Thank you. Ps: I am not English and my English can be strange to you (I use a translator)
Last reply by yototo01, -
- 5 replies
- 3k views
I have just noticed, after looking at a few Pireps on my Va, which are all auto complied by kacars, that the 'flight' time allocated is the total time. for example, here is a log from a flight the log was started at 19:34, and filed at 20:37, BUT the Flight time, from take off to landing was only 46 mins. The pirep when filed by Kacars, had the hours allocated as 1:02. But the pilot should only get 46 mins of flight time? Is this set up correct or something I am doing wrong?
Last reply by ukmil, -
- 7 replies
- 3k views
Is there a way to change the inair picture on the ACARS map per aircraft ICAO being flown?
Last reply by in2tech, -
- 7 replies
- 3k views
Hello I wonder if you can have the information of total miles flown by a pilot to put in the Pilot Center.
Last reply by AGuyFawkesMask, -
- 1 follower
- 8 replies
- 3k views
Hi all, If a pilot files a manual pirep it gives a landing rate of 0. I understand why this happens but I have been reading this post http://forum.phpvms....t-modification/ and would like to use it. I think I display it a different way as I keep getting errors. I have it on my front page and this is my code. <h2>LAST FIVE FLIGHTS</h2> <div style="width:550px;height:130px;border:2px solid green;"> <?php> $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <div> <table> <thead> <tr> <th>Flight </th> <th>Departure</th> <th>Arrival</th> <th>Duration</th&…
Last reply by freshJet, -
- 9 replies
- 3k views
hi We have set up an airline and all functions are working great but the schedule page takes about 20 seconds to load fully. We added a free module to try and fix this flight planner master which adds the frontschedules page and .php but still the same issue. Once the page has loaded its very snappy with the results. We only have about 400 routes currently and my old airline had thousands on the same module without problems. I am hosting through phpvms link on their home page. I started this with a passion for aviation and my website knowledge is limited unfortunately. I have tried optimising the site and also compressing data. Can anyone help as this really let…
Last reply by Soundman9, -
- 8 replies
- 3k views
Where do i find this?? Cheers
Last reply by davehardy, -
auto retire
by joeri- 2 replies
- 3k views
hello all i am having a problem with the auto retire its set to 30 days but its not retireing anny pilots annymore.
Last reply by imnemina, -
- 10 replies
- 3k views
I got my site up, I want my staff ID to be CFC001, CFC002 and so on. I want my pilots ID to be CFC101, CFC102 and so on. How do I go about changing this? I changed 2 pilots ID's to 101 and then 102 and then if another pilot signs up it puts them at CFC005 and I have to manually change this. Help plz and thanks
Last reply by joeri, -
- 12 replies
- 3k views
Hi, How do you edit the contact us page so the user can decide who to send it to e.g CEO or VCEO and so on. Regards
Last reply by TennShadow, -
- 9 replies
- 3k views
HI Guys, Something that i have just noticed today is when a pilot is retired he gets the email saying he is retired but in the subject it says SITE_NAME instead of the va name, im presuming that a php tag is missing there in the code, which file is that please?
Last reply by simpilot, -
- 11 replies
- 3k views
Hi all, Not sure if this question has been asked before if it has then I apologise, but is it possible to intergrate phpbb3 into phpvms? I have tried to install the VAforum but keep getting an error when i try to create a a new catergory. So i have opted to try this method instead. I have uploaded phpbb3 to my server and used the phpvms sql table for the install and it has not intergated the users from phpvms into phpbb3. hope that all makes sense. Thanks in advance. Scott
Last reply by simpilot, -
- 1 follower
- 10 replies
- 3k views
Hello gentlemen, I am working on applying this proccess to my va website but I have several questions. In that step Skin Modifications Place it before before the </head> tag (default is /lib/skins/crystal/layout.tpl) <link rel="stylesheet" href="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.css" /> <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet.js"> </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/leaflet-providers.js"> </script> <script src="<?php echo SITE_URL?>/lib/js/leaflet/Leaflet.Geodesic.js"></script> I use the skyblue skin instead of cr…
Last reply by ERDEM, -
- 1 reply
- 3k views
Hello! would there be ACARS Map inair repayments? If so are they available for download? Thank you, FSV1142 Kenny.
Last reply by Strider, -
- 5 replies
- 3k views
English: good day friend! I just installed the PHPVMS for my military VA being, however, know nothing of php, I only know some HTML, but as it is very easy to use, so I got him! but allows a user to more knowledge to work on it, he changed the site settings, and now the option to register pilots no longer appears on the menu, nor in the homepage, thus preventing the registration of new pilots . I'm signing up right through phphmyadmin pilots but I believe that any z in I change the phpmyadmin is a direct conflict with the files from fsacars (. Ini) of the pilots, who then must do the same again the download file (ini) for then again after the flight times as the for…
Last reply by Nabeel, -
- 9 replies
- 3k views
Hi there, My site has been up for over a year without trouble, and without changing anything, I found this when I tried to access the page (airmaltava.com) I've been over all the files mentioned and still haven't found anything of any significance. Does anybody have any idea as to what's up with this? Thanks, Mike
Last reply by Kyle, -
- 10 replies
- 3k views
We are getting emails stating that the pilots are marked as retired. They are active pilots who have flown lately. Hi Thomas McGreevy, You have been marked as retired because you have been inactive for more than 120 days. To be un-retired, you must file a PIREP. Thanks, The Alaska Adventures Management I am running version Version 2.1.934
-
- 10 replies
- 3k views
Hi, I recently posted regarding a type of hacking. I was in fact wrong it was more like spamming but im sure you's can understand how stressful it was writing the post and cancelling dozens of spoiled registrations. I then decided to temporary close my website - Its been a few days now and we are still receiving information from the spammers such as chat logs which would suggest that they haven't stopped - or don't plan to any time soon I was wondering if there was a way just to close registration temporary - not just hiding the registration page as I am sure they will be able to mess about with the URL's, but actually to get rid of it for a while so the current users …
Last reply by Connor1994, -
- 1 follower
- 8 replies
- 3k views
please help . i must have changed something by mistake. when i try to go to my admin centre i get this Forbidden You don't have permission to access /admin/ on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Last reply by Kyle, -
- 1 follower
- 7 replies
- 3k views
Getting this error Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/u852556312/public_html/user//lib/skins/Arctic/<h3>Registration</h3> <p>Welcome to the registration form for India VA. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://user.indiava.ga/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /&…
Last reply by ahsanshahbaz, -
- 11 replies
- 3k views
Hi all, I have been using phpVMS for some time now, but on a new installation, the last page of the installer is blank except for the phpVMS logo and header (no "Thank you for installing, click here to go to admin panel, etcetc"), and the link to the admin panel does not appear when logged in. Ubuntu 12.04, PHP 5.3. CURL is installed. Am I missing something? Josh
Last reply by Zeusking19, -
- 5 replies
- 3k views
Trying to access my cPanel (I'm hosted through fivedev.net) and I receive this: This server is currently not licensed. Please contact the server administrator. Other services available on this server such as web services are likely functioning normally. (License not activated).
Last reply by Jeff, -
- 18 replies
- 3k views
Hi, I really want to re arrange my sidebar at the left on the website www.bmavirtual.co.cc But can someone tell me how to? Thanks
Last reply by mark1million,