Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 2 replies
- 1.5k views
Hi, when i write Ö or ä or something it didn´t show correct. How i can encode it correctly and where???. I tried utf-8 in local but there is no function.
Last reply by Nighthawk, -
HI guys, It has been a while since I have had to do anything with the coding or anything to do with the site ful stop, as it has been running along quite nice, so when I went to add a download to the list I forgot where I needed to add the link. The file has been uploaded to the server but for the life of me I cannot remember where to add the link, any helpers please? Thanks. just woke up and remembered where they need to be added. dumb or what (no response needed thanks )
Last reply by 5SA CEO, -
- 2 replies
- 1.8k views
Hello, I'm new to phpvms, I have a VA and was wanting to use this system in it, the document is already installed, but I have great difficulty setting up the party registration (get an error) and page editing the pilot (also error occurs ) someone could help me. My VA is http://www.fabvirtual.com.br ------------------------------------------------------------------------------------------------------------------------------------------------------- Olá, sou novato no phpvms, tenho uma VA e estava querendo utilizar este sistema nela, os documentos ja estão instalados, porem estou com grande dificuldade de configurar a parte de registro (aparece um erro) e a pagina de e…
Last reply by Victor_FAB, -
- 9 replies
- 2k views
this thread is mainly for the author of phpvms. it may be something for you to think about in the next release. Is there someway, you can only allow a pilot to select a bid, on a route from the airport he was last at? I know, using the fleet pages etc, you can tell via the last pirep where an aircraft is, so it must be possible. So if a pilot flies from A to B, only allow him to add bids that Start at B, and not A?
Last reply by ukmil, -
- 12 replies
- 2.4k views
hi is there any module for dispatching flights to pilots?
Last reply by mark1million, -
- 1 reply
- 928 views
Hi i am getting the error Switch = pirep any idea about this error. Thanks!
Last reply by mark1million, -
- 21 replies
- 5.4k views
Hi, is there anyway to show on my Fleet page if an aircraft is enabled? my knowledge of coding is poor, so would not know where to start. I see in the DB, that there is a '1' against aircaft that are enabled. So, in my FLEET page, is there a code i can enter which would look at the DB, and if it finds a '1' shows the words 'AVAILABLE', and if it finds a '0' it shows the words 'UNDER MAINTENANCE- UNAVAILABLE' thanks in advance Iknow a maintenance script has been requested but this surely is an easy way of doing it.
Last reply by Industrialshadow, -
- 0 replies
- 1.2k views
Hello all! I m asking the gurus of phpvms to make a more detailed documentation with examples on how to insert/update/delete/select data from the vms's database, creation of custom classes and other. It would be very useful for everyone of us here. The current documentation is very limited and it is not giving the ability to other people understand the core of phpvms. For example now, I m making a module with a big scenery database which is based on company's schedule, and I need to have an INSERT function to pass data from a form to database and my big problem is that I don't have a place to get an example on INSERT or something. Once again I (and more) would like to …
Last reply by dimitris, -
- 1 reply
- 880 views
is there a way, we can create a section where the admin can BOOT a pilot from a flight in progess? If I see a pilot, unteraking a bid, and then a flight they should not, instead of waiting to refuse the Pirep, is there some sort of way an admin module can be written to 'kick' them off the flight via acars, and stop them from carrying on?
Last reply by Jeff, -
- 6 replies
- 3.3k views
Looking to move my admin center link from main nav, to my footer. I robbed the code out of the core nav for the admin link and it gave me a parse error on site and messed up the entire layout. Here is the code I tried to use. <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> I'm thinking I might just need to go with the following <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'"&g…
Last reply by Petey, -
- 4 replies
- 2.1k views
G'day Guys, I would like to display the minimum rank required to fly an aircraft in my fleet table, this will save me creating a rank table. i have attempted to do so with the following code i heaped together, but i can't seem to get it to work, some help getting me on the right track would be great <td><?php if($pilot->minrank == 1) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/juniorFO.png'>"; } elseif($pilot->minrank == 2) { echo "<img style='padding-left:3px;' src='http://qantasvirtual.com/lib/images/ranks/SeniorFO.png'>"…
Last reply by Ahmad, -
- 2 replies
- 1.9k 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, -
- 2 replies
- 1k views
I'm new to the phpVMS setup and I have been hired as Director of IT. It seems somewhat confusing to me, but I'm looking to remove a link from the Main Menu and the menu up at the top. How do I go about doing this? The website is www.jetblueva.net if you want to take a look. Thanks!
Last reply by Chris Rice, -
- 1 reply
- 1.8k views
Quick question, I found this following code: <?php MainController::Run('RouteMap', 'index'); ?> Unfortunately this shows all the routes. Is there one that links to just a certain pilot's flow route map, in Google Maps? Also, what is the code to pull a certain pilot's 5 most recent PIREP's? Thanks in advance, had trouble finding it.
Last reply by Petey, -
- 8 replies
- 2.7k views
hi, i dont know why in the live map dont show the departure and the arrival?
Last reply by loplo, -
- 2 replies
- 1.3k views
Alright i have a UAL/COA merger and for all the pireps to work, we have to enable the COA airline. However, we would like everyone to have a UALXXX PID. Is there a way to delete COA from the Select an Airline list to where they are automatically added into UAL? or even better take out the Select an airline list all together.
Last reply by Mark J, -
- 1 reply
- 962 views
Hello Friends I have a Problem. My Va Statistic is centered with <ul>my code</ul> I will have it on the left side with 1 or 2px from the border I have here my layout .tpl with my code for the Statistic <ul> <strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br /> <strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?><br /> <strong>Total Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?><br /> <strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?> <br /> <strong>T…
Last reply by Jeff, -
- 4 replies
- 2k views
Hi all, I am trying to improve my ugly flightboard and I'd like to add a field with arrival info such as "on time", "delay", "early". As I am using kACARS for flight logging I have looked into the config file and found out a certain "FLIGHTTIME" entry which I think is my real flight time logged by client. Now the problem is, how to make a code to control/compare the flight time recorded by kACARS with the one I have set in my schedules so that let's say if the compared time is (+) / (-) 5 minutes it will tell "ON TIME", if more than 5 minutes it will tell "DELAY" or if less than 5 minutes it will tell "EARLY". Can anyone help me with this? Cheers, Arslan PS. For an…
Last reply by airmermaid, -
- 2 replies
- 1.5k views
Is there a way to check to see if a user is currently in flight? Like an if statement: if user is in flight do this else error: you are currently not in flight something like that??? Thanks
Last reply by Strider, -
- 5 replies
- 5.8k 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, -
- 5 replies
- 2.7k 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, -
- 6 replies
- 2.1k views
Hello. I was wondering if it was possible to call all the airport information from the database into a .xml file? for example: Dublin airports lat/long is: 51.5002/-0.1262 So I wish to display: <lines> <line lat="51.5002" long="-0.1262" width="1" name="Dublin" alpha="40"></line> </lines> Any help is appreciated, James
Last reply by James142, -
- 8 replies
- 1.8k views
I was just editing (and getting to completion) part of my profile_main.tpl, and guess what I did.... Deleted it. By accident. Of course. What the hell do I do? It was fully customised, I don't know how I'll rebuild it...?
Last reply by freshJet, -
- 1 reply
- 1.6k views
Hello! First I'd like to say I am very glad that such a handsome application has been made, and is supplied for free. Very, very nice. I happen to have a problem with PIREPs. As one of the admins of the VA, I find that no automatic PIREPs are displayed anywhere. kACARS sends the Pireps, and I receive the emails that the PIREPs have been delivered, but they do not show up on the website interface. No code has been changed on the website. I've added a custom field for PIREPs, but as I understand this only goes for manually submitted PIREPs. Any help is greatly appreciated. My thanks in advance. Edit: I may add that I searched for "pirep" + "kacars" and exhausted all rel…
Last reply by Strider, -
I would like to publicly thank a person putting his name with his page in the my footer. Where is this file?
Last reply by mark1million, -
- 1 reply
- 921 views
I'm really struggling installing phpvms. I have upload the files to my ftpclient and now i don't understand the next bit. "Click" open and copy the URL path to the "Install.php" Highlight the location field and copy the complete URL to the installer I'm using windows 7 and smartftp any help would be much appreciated. Matt
Last reply by mark1million, -
- 20 replies
- 3.9k views
Gents, quick question......We have resolved our kacars switch = Verfiy problem last week. But for some reason we are not showing our flights on the VA Central Live map..Pireps are going through, were just not showing up on the map? David
Last reply by joeri, -
- 7 replies
- 1.8k views
My Fuelprices in German Airports doesnt change. They are allways on default prices 5.10. I have the Fuel prices enabled in app.config.php : Config::Set('FUEL_GET_LIVE_PRICE', true); Config::Set('FUEL_DEFAULT_PRICE', '5.10'); Config::Set('FUEL_SURCHARGE', '5'); But it didnt download something. When this live Fuelprice only work with usa airports is there an solution to get the Fuelprices from one usa airport for all german airports to get them random? Can someone help me pls?
Last reply by Strider, -
- 8 replies
- 3.3k views
G'day All, I have to custom filed in my registration, they are vatsim ID, and Transfer hours I would like to be able to make it so that the vatsim ID field has to be filled otherwise the registration will not proceed. How can i do this, without affecting my transfer hours field ? any help with this would be great, it'd reduce errors by my staff when accepting registrations, by tacking out the fact that they need to manually check to see if the field has been filled. Thanks Guys Tylor
Last reply by Tylor Eddy, -
- 7 replies
- 1.8k views
Hello. Would anyone here know how to do delete a row from a MySQL database after a certain date? so lets say someone puts in 11/12/2012 in a form text-box and is sent to a table in a MySQL database, when the date 11/12/2012 comes, the row in the MySQL database will delete? Any help will be much appreciated! Regards, James
Last reply by Kyle,