Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 11 replies
- 4.1k views
Hi there! I'm creating a PHP script to export pilots from a custom built VA Admin System I did a few years ago. I opened RegistrationDataClass.php and found out that the AddUser method receives the following array as parameter: $data = array( 'firstname' => '', 'lastname' => '', 'email' => '', 'password' => '', 'code' => '', 'location' => '', 'hub' => '', 'confirm' => false); I can fill most of those fields with legacy data, but not sure how to create a pre-defined password and salt (?) and have pilots change their passwords once the logon for the first time into the system. Also, are those the only required fields to create an entry in t…
Last reply by vazquezjm, -
- 2 replies
- 1.4k views
Hello, I'm translating phpVMS to Simplified Chinese. Now I have a problem that I can't find out where is the title of web pages. Although pages are in Simplified Chinese, title also in English. So how can I modify the web pages' title? Thanks a lot.
Last reply by Bokjan, -
- 12 replies
- 3k views
The way my VA works is there are wings (hubs) with a number of squadrons in each wing. So on the registration form, the dropdown values for squadrons will have to change depending on what wing is selected. I don't know how I get the value of a dropdown later in the same form. The value I need is in red, but understandably doesn't work. I need to get the $wing->id for the option that is selected in requested wing field, to be passed to the requested quadron. Here is what I have: <td>Requested Wing: *</td> <td> <select name="wing" id="wing"> <?php foreach($allwings as $wing) { echo '<option value="'.$wing->id.'">'. …
Last reply by Aaron, -
- 6 replies
- 2.4k views
I downloaded and installed phpVMS a few days ago to play around with it. Managed to create a new skin based off the default Crystal skin, add aircraft, airports and two schedules. The questions I have are, in the pilot center, there is a link to view flight schedules. The problem is when I search for a departure airport, nothing shows up in the results. I currently have two schedules added, EDDF-EDDB, and EDDB-EDDF. They are enabled in the admin center. What do I need to do to get them to show up? Also, there is a link to "View my flight bids". How does a pilot bid on a flight? Would this be part of the "View flight schedules" page, if it were working correctly? Also, …
Last reply by Unknown98, -
- 0 replies
- 984 views
Hello, guys! I would like your help to find the file that corresponds to this path <?php echo SITE_URL?>/action.php/acars/fsacars/flightplans so I can make some customization in the "Flight From VA" FSAcars feature.
Last reply by Felipe, -
- 8 replies
- 2k views
hello can someone help with this error i get after logging in... Warning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Profile/Profile.php:2) in/home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Profile/Profile.php:2) in/home/ukxpress/public_html/desired-destinations.com/newva/phpvms-2/core/modules/Login/Login.php on line 154 This is line…
Last reply by BaRBeR, -
Hello together, Ive got a problem with the schedules! All our flight are active AND inaktive! How I can make all the schedules only active? Martin
Last reply by Curshad, -
- 3 replies
- 1.5k views
I'm not sure if I have posted this in the right place apology's if not. I have tried to export the VA PIREPS to Vacentral and it says: FAILED exporting PIREP #80 - No response from API server FAILED exporting PIREP #79 - No response from API server FAILED exporting PIREP #78 - No response from API server FAILED exporting PIREP #77 - No response from API server FAILED exporting PIREP #76 - No response from API server FAILED exporting PIREP #75 - No response from API server FAILED exporting PIREP #74 - No response from API server FAILED exporting PIREP #73 - No response from API server FAILED exporting PIREP #72 - No response from API server FAILED exporting PIREP…
Last reply by Colin, -
- 3 replies
- 1.6k views
Hello friends, I have a problem to import my schedule. I am importing only 800 flights. What the problem? because of the error?
Last reply by mischka, -
- 4 replies
- 1.6k views
Take a look your self! http://jetviewva.co.cc All I did was edit and replace the 'frontpage_main.tpl' file and it didn't change the whole page, it only changed the inside portion! What did I do wrong and what can I do to fix it? Thanks in advance! I'm also using the ObsessBlue 2.0 Template
Last reply by Tom, -
- 23 replies
- 4.8k 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, -
- 1 reply
- 1.4k views
PHP Error Message Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'a3481958_php2'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a3481958/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 Im using 000webhost! please help ASAP! If you can help either reply or visit my TS3 server: 23.23.24.107
Last reply by edmundk, -
- 2 replies
- 936 views
Hello Can anyone tell me where exactly the data from the ACARS system is sent to so it can be used on the phpvms system.
Last reply by Stealthbird97, -
- 6 replies
- 1.6k views
Hello I was looking at some virtual airline using the PHPVMS, a system of very good, pilots recent ... Algue know how we can do a similar? http://desmond.image...jpg&res=landing
Last reply by Fernando, -
- 8 replies
- 2.4k views
Hello, I Installed the Flight Keeper in my VA using the SDK files from Thomas Molitor web page and it works fine, but, I want to know how I install the same using the files from PHPvms, I mean, doing the integration of the phvms system with FSFK. Thanks fort your help
Last reply by vicenteh, -
Hello! I have had some problems with the acars map, I have added header.tpl into it so I now see the map on action.php however I cant see any flights whereas on index.php/acars flights are showing. Is there a way to fix this? Thanks
Last reply by avdesigns, -
- 2 replies
- 1.4k views
What do I need to do to center the Live Map on the USA? http://www.virtualual.com Thanks A Lot!! Daniel Sage CEO of United Virtual Airlines
Last reply by mrredbeard, -
- 6 replies
- 1.8k views
Hello folks, I don't even know where to begin in searching the forum so forgive me it has been brought up. I have a custom template, well it's really the vairline template by Nick Tyson but I have given it a major overhaul lol. But some pages just well... don't match up see in the first pic a default table is sticking over the edge of the template and not sure if it's possible to trim the size of the tables? Somewhere...? perhaps. (Sorry for all the blurry bits its a secret project haha). And also on some pages if something doesn't fit then the template doesn't want to know and basically buggers itself up. See the second pic on another site with same template. All…
Last reply by MBrown, -
- 2 replies
- 1.5k views
Good morning All, Trust everyone is well. I am using a custom KaCars app. When we finish a flight, the live flights will just show "Paused" for a few hours. I believe that this is due to a setting the the local.config file. I am not sure. I would appreciate it if someone would lead me down the proper path. I have never shown "Arrived" on the board. Thanks in advance, Scott
Last reply by clawsonsa, -
- 3 replies
- 1.4k views
Hi all!!! Till now all works almost properly in my VA (except I cannot upload Avatars), but suddenly I cannot generate signatures... Can you help me please? I have tried 755 and 777 without results...
Last reply by STALKER, -
- 0 replies
- 2.1k views
Hello Everyone, I test the FSFK pirep and it works, but I have a couple of questions and would be very grateful if someone could help me: 1. I attach how looks the pirep from FSFK, I want to know how I edit the fields, I mean, ¿Wich is the file to translate the fields name?, becouse I searched in all the folder without success and where is the skin to edit the pirep design. 2. In the pirep don´t show the images from FSFK report like maps etc, just show the name but not the images like the attached file. I really apreciate if someone have ideas to how fix this.!
Last reply by alecas10, -
- 6 replies
- 1.9k views
Hi all!!! I am trying to set a VATSIM image in sidebar but I cannot get it. I have modified frontpage_main.tpl and set VATSIM image in images folder... can you help me? . . . . . . . . . . <?php echo count($guestsonline);?> guest(s) online in the past <?php echo Config::Get('USERS_ONLINE_TIME')?> minutes.</i></p> <?php /* $usersonline also has the list of users - really simple example Or if you're not on the frontpage: $usersonline = StatsData::UsersOnline(); foreach($usersonline as $pilot) { echo "{$pilot->firstname} {$pilot->lastname}<br />"; } */ ?> <p><img src="images/vatsim.gif" alt="VATSIM" w…
Last reply by freshJet, -
- 1 reply
- 2.1k views
Is there any way to completely remove aircraft from the system? I don't really like having to look at an disabled aircraft when I know I am not going to use it.
Last reply by rpalmer800, -
- 3 replies
- 1.5k views
Hi all! I would like place the last 5 news in sidebar (only date and new's title), so I have modified frontpage_main.tpl, and it works, but I don't know how make that news body does't appear... can you help me please? <div id="mainbox"> <?php // Show the News module, call the function ShowNewsFront // This is in the modules/Frontpage folder MainController::Run('News', 'ShowNewsFront', 5); ?> </div> <div id="sidebar"> <h3>News</h3> <?php MainController::Run('News', 'ShowNewsFront', 5); ?> <h3>Recent Reports</h3> <?php MainController::Run('PIREPS', 'RecentFrontPage', 5); ?> <h3>Newest Pilots<…
Last reply by BaRBeR, -
- 11 replies
- 2.9k views
Hi All, How would I go about listing a pilots PIREPs whether they've been accepted or not in a table so I can show it on their profile? Cheers, CS
Last reply by Colin, -
- 1 reply
- 796 views
Hi, I'm about to buy the Andras Field project from Aerosoft and was wondering if anyone has the details to integrate it in my personal VA. Thanks! Best regards, Edwin
Last reply by Edwin, -
- 1 follower
- 8 replies
- 1.9k views
Hi all, I am using SMF forum and I am trying to show the latest forum posts on my homepage. I searched the forum and have tried a few things but it wont work. My ssi is <?php require("/home/mysite/public_html/core/modules/forum/SSI.php"); ?> When it put this at the yop of my frontpage.tpl and then goto my website it redirects to my forum. Am i putting it in the wrong place?? Any help would be much appreciated Alan
Last reply by Virtualei, -
- 5 replies
- 1.8k views
Hello! How can I buy a licence to delete the "powered by phpVMS" line on my system? - And how much is it? Greetings!
Last reply by Juli, -
- 1 follower
- 2 replies
- 1.2k views
Hi all, Can anyone help me. I would like a code to display this on my frontpage http://www.caalair.com/core/modules/forum/latestpost.php Thanks in advance Alan
Last reply by Parkho, -
- 5 replies
- 1.2k views
friends, I'm looking for some post here in the forum to help me to enter time on tests. I'm using module Exam_beta and I have no idea how I can do this. Anyone can help and inform on what page I enter the scrip scrit and what to post?
Last reply by Fernando,