Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Hello everybody I just re installed phpvms,and when im going to the Pilot List,i cant see my name. ALV0001 isnt available. Did someone had the same problem? Damien
Last reply by damien82, -
- 10 replies
- 3.4k views
I want to make a phpvms mod (of course i will add `based on phpvms` and link to the site, but... Can i? After all, i have access to the source.
Last reply by Nabeel, -
- 9 replies
- 4.4k views
I'm rather frustrated right now so I hope some knowledgeable person would post the correct code for me to get my award images to appear in the Pilot Profiles. I have tried all the answers that are here after searching the Support Forum for Missing Awards Images, too many images...all the answers given about awards I tried but to no luck. I have worked on this back and forth from my site to the cpanel file manager for a couple hours now but have run out of ideas. I get the text of the award but no image. The URL's are correct because the images DO appear in the Admin Awards area with their descriptions. they are also I believe small enough being the same size as the ran…
Last reply by Josf, -
- 0 replies
- 988 views
Has VMS got to the stage where a pilot can select any aircraft for a given route rather than the admin chosen one? I only ask as I flew 2 routes with a 767 and had 737 capacity. Thanks Richard
Last reply by vcal, -
- 7 replies
- 2.7k views
Hi people! i have a little problem in my schedules.... When i import my routes on phpvms i see the complete routes (for ex: "SFXÂ UA411Â ELJEMÂ UG727Â MONÂ UA411Â TUCÂ UM733Â PIRIX") but in the schedules page i see only "SFX" and I have this problem only with some routes... WHY?? Thank's to all and sorry for my bad english! B.R. Gianluca
Last reply by Parkho, -
- 1 reply
- 1.6k views
Hi, So I was watching our ACARS map, and all of a sudden it had crashed. Every pilot that makes a flight makes the map crash. I have attached a photo of the problem, or view it live @ www.emiratesva.com/index.php/acars Any idea on what this might be? I would really appreciate any help. Vincent,
Last reply by TAV1702, -
- 5 replies
- 2.1k views
Hello, both my site and that of another VA have been hit today by a Javascript injection attack. Mine was hit about 1300 GMT, his approx. 1000 GMT today. Has anyone else been hit by such an attack? We're running two totally different servers (mine is dedicated, his is virtual), at different data centers by different providers. Only things in common are phpVMS and SMF (I'll be making a similar post on the SMF forum soon!) Anyone? Thanks! Chris
Last reply by Skylink, -
- 0 replies
- 2.4k views
Please help me. Layou am changing the badge of the pilot, but the data are not showing up so I can make adjustments, can someone help me? My PilotData.Class.php public function generateSignature($pilotid) { $pilot = self::getPilotData($pilotid); $pilotcode = self::getPilotCode($pilot->code, $pilot->pilotid); if(Config::Get('TRANSFER_HOURS_IN_RANKS') === true) { $totalhours = $pilot->totalhours + $pilot->transferhours; } else { $totalhours = $pilot->totalhours; } # Configure what we want to show on each line $output = array(); $output[] = $pilotcode.' '. $pilot->firstname.' '.$pilot->lastname; $output[] = $pilot->rank.', '.…
Last reply by CN@ndo, -
Hi, How to i show Schedules on the find Schedules page on days they dont run? So pilots can still fly them on a friday even they are flying it on monday? thanking you chris
Last reply by Jeff, -
Pilot Roster 1 2
by flyalaska- 33 replies
- 12.5k views
Does anyone have a pilot roster that shows all their pilots without breaking them up by hub and is willing to share?
Last reply by poole3003, -
- 0 replies
- 920 views
Hi I was wondering if there is a module or a gauge that can connect the simulator directly to the live map without any ACARS software. The reason I want this is that we only use FSPAX as our PIREP system and that doesn't support the live map, Thanks
Last reply by Parkho, -
I made a module so pilots can add flights to the database. I cleared the errors, but it sid it can't find the class "Auth" or "PilotGroups". Help me please. Here's the relevant code (.php) It is the action for a form that u put the departure and arrival airports etc. I only put the relevant part, below it connects to the database and updates the table where flightnum=$pilotid. Help is appreciated, I searched and fund out the code changes depending on location of the file or something so thats what I'm guessing happened. <?php $pilotid = Auth::$userinfo->pilotid; echo $pilotid; ?> <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?>…
Last reply by tutmeister, -
- 1 reply
- 1k views
I want to change the order on the my PIREPS so that oldest are at the top. I found a setting in appdata but cant find it in localconfig, so I changed it from I think ASC to DEC, there was a note on what it does. It doesn't seem to work, anybody know how to do this?
Last reply by joeri, -
- 2 replies
- 2k views
I forget who created this mod, [don't feel like searching] "detailed Fleet info" but, it displays aircraft that are retired, would anyone mind post code to have this mod not show retired aircraft?
Last reply by RogerB, -
- 3 replies
- 1.6k views
Hi, I am trying to get a data from one of the columns in the database. Installed PHPVMS, everything went fine. I added another column to the phpvms_pilots called "Passed" for exams. It is set at 0 or 1. How can i get that data from the database? I have tried the following (pilotid=2 is just example I set it to Auth::$userinfo->pilotid which should get any pilot but same problem): $result = "SELECT phpvms_pilots.Passed FROM phpvms_pilots WHERE pilotid=2"; $info = DB::get_results($result); Shouldn't $info now hold 0 or 1? Or am I doing something wrong?
Last reply by mh1ok, -
- 3 replies
- 1.4k views
How can I change the update time for the live map? It updates properly during the flight and shows me landed, but after I submit the PIREP and finish, it still shows me on the live map for the rest of the day maybe longer. Help plz
Last reply by Aaron, -
- 3 replies
- 2k views
Hi All Is it possible to use one Database with 2 airliners, but every airliner have a different skin (subdomain)just with other banners etc... . Thx in advance Stofke
Last reply by Kristof, -
- 1 follower
- 7 replies
- 2.8k views
G'day Guys, Ive spent the last few hours updating my registration emails to incorporate more information, making it easier for new pilots to orientate themselves with the VA. I am having trouble just displaying the 3 digits of the Pilot ID, so i want just 001 not QFA001 to display. Also is there a way to display their password in these emails, it would look more professional than using 'the password you registered with' i've tried the following and neither have worked <?php echo PilotData::getPilotCode($eventinfo[2][code], $id->pilotid);?> <?php echo PilotData::getPilotCode($id->pilotid);?> As for displaying the password im not sure where t…
Last reply by Hash, -
- 4 replies
- 2k views
When PIREPS are filled, the aircraft always comes up as the wrong aircraft, any ideas? I flew CC-150 came up as CP-140 in PIREP, same with the next 2 flights I did.
Last reply by Aaron, -
Hi, is there a way to show the last 5 downloads (like news) at the side? Thanks
Last reply by avdesigns, -
- 10 replies
- 2.2k views
On the current flight part of my sidebar, and the live map, more than 2 hours later it still shows a flight me and another guy did, also, it shows one of the flights in both places, at least 10 times in a row of the same thing. Any ideas?
Last reply by TAV1702, -
- 1 reply
- 1.5k views
hello guys, we are updating our site and i was going through our links and on the contact form it has my personal email address in the area for person to contact, my question is how can i change that to our airline email account. p.s how can i add multiple persons of contact in a drop down menu thanks
Last reply by mseiwald, -
- 2 replies
- 1.9k views
Just installed phpVMS on a test site before i launch my new VA, but my acars map is blank... http://test.frontierva.org/index.php/acars i tried a reinstall of vms and its still not working. I looked all over the forums and couldnt find a solution as well.. Mark
Last reply by nicolaananda, -
- 0 replies
- 1.2k views
When I search for airport example: LPPT to SBGR Not only shows the route, the system shows all the routes of VA. How can I solve? I added the script in my local.config.php Config:: Set ('JUMPSEAT_COST', '.25'); When I realschedulelite_index.tpl page does not appear in the cash value of the transfer. You were transfered to: (Campinas Airport) Ticket cost: $ There appears the cash value and also the airport does not appear that the system will change. why?
Last reply by CN@ndo, -
Hi there. Even though fsacars is no longer supported by phpvms I would like to ask all here if they have a fix for the known error of fsacars "Database Error" ? The reason for us wanting to use fsacars is because; 1. few of Our members are more familiar with fsacars. 2. we are planning an event for our members to fly any where they want (in simple words manual flight plans , manual flights) basically the event would be our members can fly where ever they want on what ever fleet they want either its in our fleet or not. If someone could help us that would be great full. Warmest Regards
Last reply by Jeff, -
- 14 replies
- 6.5k views
Hello all, I'm a little embarrassed to make this post, as I think I was the one responsible for this glitch. When a member on my site goes to upload their own avatar via profile_edit.tpl, a message at the top of profile_main.tpl says "Profile saved!" but the avatar is never changed. There aren't any error messages associated with this glitch, which is why I'm uploading the files that I think are related to it. Would anyone be able to help me out with this? If someone could just point me in the direction of where I have to look, it would be much appreciated. Thanks in advance! profile_edit.tpl <h3>Edit Profile</h3> <form action="<?php echo url('/p…
Last reply by Boogace, -
- 10 replies
- 3k views
Hey guys, Not sure if you are experiencing this but AAvirtual.net has been hacked twice this week. They are able to get in to user accounts, they only get in to exec staff accounts and go directly to the admin panel. They know exactly where to go because of the track on the website. They have deleted at least a hundred of our pilots and continually do so. I really am asking if anybody here is doing this to kindly stop or if anyone knows how to stop this please do help. 173.245.52.14 is the IP for the access to the sites pages, its from Vietnam so its obvious that its from a proxy. Regards, Ada
Last reply by twelka3, -
- 0 replies
- 1.2k views
Friends I'm changing the reporting flight information online, I'm trying to put a picture in the background, plus I'm not getting to do alone. I want to make the information with the same fund the work I did on the front page,. Can someone help me? This is the script I need to put the fund to appear on Live Map ?> <script type="text/html" id="acars_map_row"> <tr class="<%=flight.trclass%>"> <td><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotname%></a></td> <td><%=flight.flightnum%></td> <td><%=flight.depicao%></td> <td><…
Last reply by CN@ndo, -
- 6 replies
- 2.6k views
Hello, Hope everyone had a nice Christmas, Quick question, how would I get the current months (http://www.airfranceva.com/index.php/TopPilot), (middle row) only to be viewable on the frontpage. Many thanks, Connor
Last reply by Connor1994, -
- 0 replies
- 888 views
Once you have made a schedule how do you get it show on your website?
Last reply by mattsmith,