Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 18 replies
- 6.5k views
I have a very nuisance pecker-head that keeps registering. I need to have his IP address blocked. Is there a way to do this? Every time I delete his registration, he signs up with a new username, but it is always in the same format. This time his username is RerminiErer RerminiErerOC. It is really starting to tick me off as it has happened 15 times in the last 4 days now. Can someone help me? Nabeel, if you are reading this, I am on Fivedev. If I need to open a support ticket on this problem, I will. Someone please send help my way ASAP.
Last reply by joeri, -
- 25 replies
- 6.5k views
I want to have a default avatar if the user doesn't have one selected, i have tried several different things to no avail ...... Something like this...Although it is not finished...
Last reply by loplo, -
- 1 follower
- 16 replies
- 6.5k views
Hey Guys, For the past couple months, I have been having trouble with my flight schedules, they do not show up under the Schedules tab when logged in. My admin center shows that all of my schedules are active and inactive. I've also done these instructions by Nebeel; Find this: if(strpos($route->daysofweek, date('w')) === false) continue; Right above that, add: /* Check if a 7 is being used for Sunday, since PHP thinks 0 is Sunday */ $route->daysofweek = str_replace('7', '0', $route->daysofweek); I've updated the default template to handle this These instructions can be found here: http://forum.phpvms.net…
Last reply by AlexS, -
- 14 replies
- 6.5k views
Hey guys in the Airline coloumn of my Live flight board on my home page @ http://skyabahamasvirtual.net I have and image there to display when a SBM flight is flown here is the code <table style="border:1px solid grey;" cellspacing="2" cellpadding="2" bgcolor="#171717"> <tr> <th align="center" style="background-color: #171717; width: 3.5%;"> </th> <th width="10%" align="center" style="background-color: #171717;">Airline</th> <th width="10%" align="center" style="background-color: #171717;">Flight</th> <th width="30%" align="center" style="background-color: #171717;">Departure</th> <th width="30%" align="c…
Last reply by Curshad, -
- 1 follower
- 11 replies
- 6.5k views
Our pilots can fly ANY aircraft in our inventory, regardless of pilot rank - but we want to restrict aircraft to specific routes. We have aircraft assigned to specific categories, and assign one or more categories to a specific flight number. This allows our pilots to fly a range of aircraft available for a given route. Ideally, having the aircraft names and/or aircraft category show in the schedule and having a drop down box listing only those aircraft available for a specific flight on the 'File a Flight Report' page is what we are after. Is it possible to assign multiple aircraft types to a given route? For example: Route - KPHX-KDEN, Route number 740, Aircraft - B738…
Last reply by thunder175, -
- 3 replies
- 6.5k views
Trying to get my site to work with php7. No major issues. The recaptcha is giving me some issues. Error on Registration page and Contact page. Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ReCaptcha has a deprecated constructor in /home/flyakane/public_html/phpvms5/core/lib/recaptcha/recaptchalib.php on line 42 Line 42 is a blank space. Everything around that line is the copyright information. Any ideas how to fix this? I am running phpVMS 5.5.2
Last reply by yannis, -
- 17 replies
- 6.5k views
Hi, my english isn't very good, I'm trying to do my best. Well, I have 2 principal problems with my VA: First: What I have to do to put "VID IVAO" in the register form and what I have to modify in the "core/modules/registration/registration.php" that this field adds to de database in "phpvms_pilots" table and show this field in profile? Second: When I click "Register!" or "save" in edit profile appears this error: Warning: imagefontheight() expects parameter 1 to be long, string given in /home/wondair/public_html/web/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/wondair/public_html/web/…
-
- 14 replies
- 6.5k views
I did a couple searches for this, and didn't find anything - I apologize in advance if this has already been answered and thank you in advance for pointing me to the solution - I would like to manual rank my VA. I have set the auto ranking to false in my app_config file. However I am still not able to see how to change the ranking of a pilot. For example, I have three rankings established but my pilot profile is fixed on the default new-hire. How I can I switch the ranking of a pilot? Thanks for your time and help. R, Bill
Last reply by Jeff, -
- 16 replies
- 6.5k views
Hello , i have a Problem with FSFK Pireps, i do my FSFK Setting as shown in the PDF from Eddie Baker - LIVE Map works fine, but when i send my Pirep FSFK says - "1 Pirep successfull send" - then opens a webpage "file:///C:/Users/Volker/Documents/FS%20Flight%20Keeper/Reports/Services/Flug%20ETSN%20nach%20ETSI%20-%2010042011%20-%20SVCRSP.html" and shows me "Schedule does not exist. Please update this manually." Pictures are uploaded to the FTP-Folder and Schedule is booked!
Last reply by Vangelis, -
- 1 follower
- 13 replies
- 6.4k views
Hi everyone, I have been working on a new skin and after logging in, I cannot access the admin panel I continuously get an error saying "an error was encountered please login first". However, I can access the panel when using the crystal skin. I have been searching for hours for a solution can anyone help? Any help would be appreciated. Thanks!
Last reply by lol767, -
- 28 replies
- 6.4k views
Hi i am getting error in my signatures what to do? Get the following error when access my edit profile area. Warning: scandir(\httpdocs\birdva\/lib/signatures/background1) [function.scandir]: failed to open dir: No error in E:\ihttpdocs\birdva\core\common\PilotData.class.php on line 420 Warning: scandir() [function.scandir]: (errno 0): No error in \httpdocs\birdva\core\common\PilotData.class.php on line 420 Warning: Invalid argument supplied for foreach() in E:\\httpdocs\birdva\core\common\PilotData.class.php on line 422 Awaiting help. Thanks! UPDATE: TOPIC SOLVED THANKS TO MARK & AHMED.
Last reply by fsxsimulation, -
- 31 replies
- 6.4k views
Hi Nabeel many thanks for the update - looking at the changelog this will be an excellent release! Just a couple of things to run past you: when the site had finished updating, it gave me errors saying access denied on the js folder. The internet guest account had read and execute permissions on the folder, but to remove the error I had to give it write permissions. Is that correct? Also, I notice my version number is still 1.1.458 and saying there is the 1.2 update available, although my admin centre has the new layout. When I try to add a category to the downloads section, I type the name and click Add Category, but nothing happens. I refreshed the page to check i…
Last reply by Nabeel, -
- 5 replies
- 6.4k views
I have set this flight types in core/app.config.php Config::Set( 'FLIGHT_TYPES', array( 'P'=>'Passenger', 'C'=>'Cargo', 'H'=>'Charter', 'M'=>'Military' ) In the admin center - airline operations - add schedule, the dropdown list show correctly the Military flight type and is recorded on the schedule. When i bid this military flight and send the pirep with kACARS it is registered on the phpvms_pireps table as a 'P' flight. How can i solve this problem ? What is the program that receive the data from the bid and then write on the pireps table ? TNX - Gianni
Last reply by CVV001, -
- 21 replies
- 6.3k views
Greetings This is my third post it is exactly the same as the post made yesterday and the day before. As I have only just joined the forum I have no way of knowing if my posts got through, got binned, haven't been moderated or whatever. I am in the process of setting up phpVMS for my VA, The MATVA Group. Things are going reasonably well and with a bit of application I have so far managed to solve most of the issues I have come across. We do intend to use Kacars, and the 20 flights I have flown and posted have gone without a hitch, but I need to allow for pireps flown without Kacars. Unfortunately when I click on the 'File a New PIREP' link in the header I get a new p…
Last reply by Matvan, -
- 19 replies
- 6.3k views
Ok, I have been looking through the forums and tinkering with my site, and I need to try to wrap my head around it.... For adding the vatsim link info to my site, I need to: 1. Add a text column to the phpvms_pilots table in the sql database, called Vatsim ID?! 2. Add a box for the inclusion of the Vatsim ID in the registration_mainform.tpl file?! 3. Change the pilots.tpl file to include the vstsim info already mentioned many times in the forum?! Is that basically correct. I find reading so many posts about this topic, has only messed up my head
Last reply by mark1million, -
- 13 replies
- 6.3k views
Hello, The pilots of my VA do many non scheduled IFR flights, in various places of the world, and a lot of VFR on the same model. It works fine with the KACARS tracker but i would like a real manual PIREP system wich allows pilots to send a PIREP of any kind with the values they choose to enter. The only condition to respect may be that each field must be filled, but i don't want to check if a scheduled flight exists, wich is the case actually. I've tried some solutions by myself but each time when i test it, it doesn't work. How can i do to allows pilot to send all PIREPS they want manually ? Here's the pirep_new.php page i've tried to modify without success : <…
Last reply by RedKingOne, -
- 6 replies
- 6.3k views
This is an alternative update for phpvms_navdata. I decided to update my table but I had no patience to make manually. In addition to complicated and exhaustive update manually, I decided to use the AIRAC How to? Simple! I used FSBUILD_1307.exe, extracted and renamed the files. I don't have fsbuild installed on my pc, just grabbed the file for FSUILD and extract in a single folder. Note: To unzip and install the AIRAC effective, I created fsbuild.exe in Notepad. I selected the folder on the supposed fsbuild.exe and extract the files Which files? FSBUILD_1307.exe ORIGINAL RENAMED ** ints.txt <-----> INTERSECTIONS.txt ** …
Last reply by hurkulez, -
- 7 replies
- 6.3k views
Hi Everyone. I need Some help. I'm trying to make a vertical navigation menu with links like the example below: but i want from example links to be shown in the box. for example (book your flight) when someone clicks the link it load directly into the box without reloading the page. And thank you.
Last reply by ARV187, -
- 23 replies
- 6.3k views
Hey, On the Live Flight Map, When you click the aircraft thats in flight, you only see a Red line that ONLY shows Dep airport to Arr Airport, how do i make it follow the aircraft's Flight path? This is a picture of what i mean This was someones Approach into an airport, the Line isn't direct to the airport, its following the aircraft's flight path, I want that in my Live Map how do i Do so?
Last reply by Curshad, -
- 2 followers
- 15 replies
- 6.3k views
Just curious, Do you all have support for ALL versions of flight simulators such as X-plane , Prepar3D and FSX Steam on your ACRS devices? And if so, what ACARS devices do you use on your site so not to exclude any simmers? I ask because I am in charge of building a new airline and Im not sure which way to go. I know one ACARS in particular only supports FSX and FS9. That is certainly a no go as far as I am concerned. SmartCars? Kinda of hard for a start up VA to pay that much for a script when not knowing if their airline is ever going to take off or not. And Im not sure if SmartCars supports all those Simulators anyhow (??). **EDIT** Ok I went and looked and it does …
Last reply by Cor, -
- 12 replies
- 6.3k views
Hello, after installing phpvms, the log not found the Administration tab, enter as www.xxxx.com/admin but the error An Error Was Encountered Unauthorized access what do I resolve this error? [/img]
Last reply by tkfeeny, -
- 27 replies
- 6.3k views
Parse error: parse error, unexpected '=', expecting '(' in /hsphere/local/home/hotstuff/nd-airlines.com/phpvms/core/codon.config.php on line 85 this is when i goto log onto our site is all setup! You can login to the admin panel here then the error comes up
Last reply by Nabeel, -
- 1 follower
- 13 replies
- 6.3k views
Hello, OK, I could sure use a little help with fixing reCaptcha on the registration form "ERROR for site owner: Invalid domain for site key" I went to Google and register my domain and got a new site key. My question is where does the new key go? Thank you, Kenny
Last reply by Heritage1, -
- 20 replies
- 6.3k views
Hi All Ok what I am after is have a box on the front page that shows the last 5 or 10 latest bids similar to the latest reports. I have been trying to work out how to do it, my php coding skills are virtually zero! lol I understand the module and .tpl concept of and how the tpl draws the functions from the module etc but it the actual code needed on both the module and tpl files. Would someone be interest in pointing me in the right direction please. Many thanks Karl
Last reply by nexiss, -
- 15 replies
- 6.3k views
After a lot of problems, and with the help of Nabeel at Fivedev, I've finally manged to install phpVMS. Now I've come across another problem. Whenever I try to add airports manually I get an error "There was an error adding the airport". If I try to "look up" an airport, the system just hangs and doesn't do anything. I've now tried this using two different installs and with two different paid hosts. I've looked through this forum and can see that others have had the same problem in the past, but can't see any solutions to the problem. I've been trying to get my VA set up for nearly a week now, using different platforms and hosts, so I'm getting a bit 'pe…
Last reply by ProAvia, -
- 11 replies
- 6.2k views
Apparently starting around July 2016 you have to get a code to use Google Maps on your NEW phpVMS installation. I did that, but I have to refresh the page many times before the map shows up. I DO NOT have to do this on my old site that did not require the new code at this time. On that site the map shows up immediately when I click the menu link for the acars map. Any ideas?
Last reply by OmerAslan, -
- 11 replies
- 6.2k views
Hello y'all, I just checked my website provider and I posted on their forum some questions about installing phpVMS. The answer was: "It (phpVMS) will not run as the InnoDB tables are not permitted." Is there any other possibilities to make phpVMS run in this case?? Thanks Alex
Last reply by Alexair, -
- 24 replies
- 6.2k views
Hi, I created my own VA just less than a week ago and all was going fine till I logged in yesterday afternoon and all the sub boxes on the admin enter were open despite me doing anything. I tried to close them but they just remain open all the time. I received a pilot registration but no matter how many times I clicked on it it wouldn't file yet he is in the roster/ pilot list. I then went to the view all pilots list and there was nothing there, yet when i looked at the roster back on the site all the pilots were there. I then went to the add airports page and they had disappeared too. Finally I went to the additional pages that I had added and it was all in code de…
Last reply by vJet2, -
- 2 replies
- 6.2k views
I apologize if this has been asked before. I need to change the pilot numbers of a few pilots, how do I modify them?
Last reply by Nabeel, -
- 3 replies
- 6.2k views
For on of my pages that are separate from phpVMS I want to use data from phpVMS and put it into a table. I have put in this code in the <head> part: <?php require_once("VatsimPHPgenerator.php"); $VatsimPHP=new VatsimPHP; include 'core/codon.config.php'; ?> And I get this error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\XAMPP\xampp\htdocs\deparr.php:14) in F:\XAMPP\xampp\htdocs\core\codon.config.php on line 40 Anyone know whats wrong?
Last reply by Nabeel,
