Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
VA Central
by Cor- 3 replies
- 1.8k views
Hello, I pushed a wrong button so all the pireps are waiting again to be sent to VA central. I have this message in my admin panel What I do, nothing is happening. What can I do to correct this. tnx in advange, Regards, Cor
Last reply by Jeff, -
- 4 replies
- 1.6k views
hi all, I created this code to see the longest flight <h4>TEST</h4> <table width="100%" border="1" align="center"> <tr bgcolor=blue> <th><b><font color=black>pilot</th></b> <th><b><font color=black>flight</th><b/b> <th><b><font color=black>time</th></b> <th><b><font color=black>cliente</th></b> </tr> <?php $query="SELECT * FROM phpvms_11pireps WHERE flighttime_stamp > '00:00:00' ORDER BY flighttime_stamp DESC LIMIT 15"; $list=DB::get_results($query); foreach ($list as $pirep) { echo '<tr><th>'.$pire…
Last reply by mattia, -
- 31 replies
- 6k views
G'day guys, Im trying to call a certain amount of an aircraft for my new fleet page. I need some guidance in doing this as im not quite sure what the syntax is for echoing an amount of something. This is what im trying to do <?php if $aircraft->icao; == DH8 echo $amount ?> Any guidance would be great Tylor
Last reply by Parkho, -
- 1 reply
- 2.5k views
Hi, I have been experimenting installing phpVMS at an ISP. The installation was successfull and the main page did display correctly. However when I tried to selecet any of the other pages like registration or login, I got 404 page not found. After spending a full day researching, mode_rewrite, .htaccess rules, the forum, the code, etc... in vain, the ISP suggested me to install the software on a different server where they run php 5.2. On this new (actually old) platform everything seems to be working. ISP claimed that php 5.3 does not handle the index.php/link type url's ! I have asked them to provide me some doc proving their claim so that I could share with you.…
Last reply by Flyer, -
- 4 replies
- 1.8k 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, -
I have a problem on the map The pilot can fly to any AIRPORT, aircraft on the map is just to one side. Anyone know how to solve?
Last reply by Fernando, -
- 1 reply
- 1.3k views
Hi, i had added to my pilot a profile field, (textaerea), I want that this text area is visible in the public profile and profile main (his private profile) of the pilot but he can't (for now) modify it from his page (Modify profile). At the moment i can't do it, but i remember (if i don't wrong) that in the past the profile fields became all visible in the profile public when you add it, it's correct? This is how i add the field: Field Type TEXT AREA Default value NOTHING Show in User Profile? YES Show During Registration NO How to do it? Thnx!
Last reply by Blu-Express VA, -
- 43 replies
- 8.4k views
Sorry if I open an other post but the other user hasn't got my problem. In basic template routemap and livemap work without problems. With my template they don't. http://vvair.volovirtuale.com /public_html/core/modules/ACARS/ACARS.php /public_html/core/common/ACARSData.class.php /public_html/core/templates/acarsmap.tpl I've uploaded again all files like a fresh install and in the personal template i've put the standard files, but still don't work. What else could be the problem? I'm an absolute noob about php and css, so please tell me where to look or which file to show you. Thanks
Last reply by joeri, -
- 3 replies
- 1.3k views
Hi I'm looking for the calcDistance() function called in ops_scheduleform.tpl in admin/templates. Any body knows where it is? thanks
Last reply by Parkho, -
- 0 replies
- 1.2k views
Hi, i like have the module with Awards in the Pilot's Profile, with the comment: Issued by .... and the date and/or other comments from the staff member... Like IVAO's profile, or you can view it: http://www.transavia...surname=Beerens If you click in the images on the left you have this: Dispatch qualified by: Byron Visser @ 06-01-2010 18:09z Exam/training did on 6-01-2010, goodluck en have fun with dispatching ! I really like it... Do you know any code for do that? Thank you so much!
Last reply by Blu-Express VA, -
- 5 replies
- 1.9k views
I need help with Pilot Id's in PHPVMS. I want the pilot ids to be in the following format 10000 10001 10002 ..........And soo on... I have tried by changing the pilot id's manualy and keeping the Config::Set('PILOTID_LENGTH', 4); # Length of the Pilot ID "4" but than the new member gets 1002 instead of 10002 when i do it to Config::Set('PILOTID_LENGTH', 5); # Length of the Pilot ID "5" it gives 01002 instead of 10002 So can you guys help me please ? Thank You Would be waiting for your replies.
Last reply by STARs, -
- 0 replies
- 961 views
I am wanting to start scheduling flights in and out of water airports. My VA only allows the usage of kAcars (custom) for flight submission. I was wondering how Acars treats water landings. Does it treat them like any other land based airport, or does it not function what-so-ever. I am asking VA owners that use the custom kAcars program and have airports scheduled in the water.
Last reply by Jeff, -
- 6 replies
- 2.3k views
Hi all, I'm currently working on modifying pirep_viewreport.tpl such that not only does it display the submit date and pilot name, but also displays who approved the PIREP and the approval date. I figured that if I could located the action taken by an admin in the phpvms_adminlog table, I could lookup the pilotid for that action, locate the pilot name in phpvms_pilots, and display firstname, lastname. However, when I execute this script on the page, it displays firstname, lastname as: Here is the code for the script: <?php $pirepid = $report->pirepid; $adminuserid = mysql_query("SELECT pilotid FROM phpvms_adminlog WHERE message=Approved PIREP #'.$pi…
Last reply by Nabeel, -
- 1 reply
- 1.2k views
héllo i have a probleme whit my PHPVMS see le screen http://imageshack.us/photo/my-images/855/help2e.png/ http://imageshack.us/photo/my-images/694/phpvms.png/ http://imageshack.us/photo/my-images/546/help1q.png/
Last reply by Sava, -
- 10 replies
- 4.8k views
I'm having a problem with the live map on my VA. Whenever somebody is flying, the information does not appear correctly in the table under the live map and in the tooltip bubble. I've tried using both KACARS and XACARS with the same results. This is what happens: I did a bit of digging around in the phpVMS source code and I found acarsmap.tpl which seemed relevant to the problem. This is the code that prints the table: <script type="text/html" id="acars_map_row"> <tr class="<%=flight.trclass%>"> <td><a href="<?php echo url('/profile/view');?>/<%=flight.pilotid%>"><%=flight.pilotid%> - <%=flight.pilotname%><…
Last reply by TheDarkShadowMaster, -
Hello everybody I just added the ranks on phpvms. Everything went good,but when i look on the page on the pay rate,the only thing i see is óŒ„/hr but i dnt see the number of it. Can someone help me please?
Last reply by Parkho, -
Is there anyway possible to remove a hub from the registration to equal out the flow of hubs?
Last reply by Steve Bartlett, -
- 9 replies
- 2.7k views
Hi All, New here and love the software. I am setting up a new VA and I am having a small issue that I am hoping someone can direct me to the right avenues to get my situation resolved. When I go into the Schedules area for flights it asks me the 2 following things: 1)Arrival Time: 2)Flight Time: Now I have been all over these forums searching for help on these 2 things and cannot for the life of me find anything. What I am looking for is a way to determine how long the flights from Dep ICAO to Arr ICAO without having to go into FS9 as there will be many schedules and would be very time consuming to do it that way with alt+tabbing out of the sim from getting the d…
Last reply by Parkho, -
- 5 replies
- 1.6k views
Hi there guys, Will there be any possibility that you will include full support for HTML5 and CSS3. This really needs to be done to catch up with the rest of them out there. Thanks Chad Donoghue
Last reply by miniarma, -
- 6 replies
- 2k views
Hi all, Happy New Year. I'm experiencing a few issues with my registration page after I edited it for formatting, while at the same time adding a few additional fields. I understand that Nabeel gives admins the option to add custom fields via the Admin Panel, but I noticed that when that happens, I'm faced with a huge problem when it comes to formatting. As a result, I formatted the registration_mainform.tpl as I needed it to be formatted and took out the code that included the custom fields. I then manually added those custom fields and created columns in my phpvms_pilots database on my server. After doing so, upon registering a test pilot, I'm encountering this error:…
Last reply by AGuyFawkesMask, -
- 7 replies
- 2.5k 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.8k views
Hi All, I am trialling using FSPax on our site and have two issues that I was wondering if anyone else had experienced. The first is the display of the pirep on the site after it has been submitted. For some reason there is a "n" in front of each line of text. Usually that is where the time of each event is logged but FSPax doesn't record that information so I assume it has something to do with that. Nonetheless does anyone know how I can remove the "n"? Here's part of the pirep so you can see what I mean: (the "n" is in front of every single line) Secondly, in the pirep table (in the DB) FSPax records the aircraft used as whatever aircraft is allocated for the…
Last reply by Parkho, -
Hi everybody. I tried my first testflight today with fsacars. I start fsacars,i make the flight evrything goes good,the flight is shown on the livemap etc. After landing,when i will send the Pirep it shows my an error message. Databaseerror. Must i putin my database somewhere on an phptext? If yes where can i do that? Regards Damien
Last reply by damien82, -
- 2 replies
- 1.4k views
I wonder how to update the ACARS Map from 10 to 10 seconds, so I can use? Example: 0.10 Thanks :)
Last reply by James142, -
- 1 reply
- 927 views
Hello everybody The livemap by default is showing the USA etc,but i want that my livemap shows europe,does someone can give me the coordinates for Europe? Thanks a lot Damien
Last reply by damien82, -
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
- 1.5k 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, -
- 31 replies
- 6.7k views
Hey guys, i was wondering if i could intergrate a about me box for people to see what,who,why we are.. I would like this in the public profile page.. Thanks
Last reply by Aaron, -
- 2 replies
- 1.8k views
I configured the edit profile with the fields I want, but when you hit the submit button, It brings you to the pilotcenter and it says profile saved, but the profile didn't acctualy save. Can someone help me please, I searched and found similar topics, but they weren't answered. I think it's the form action, not sure though. <h3>Edit Profile</h3> <form action="<?php echo url('/profile');?>" method="post" enctype="multipart/form-data"> <dl> <dt>Name</dt> ;... form part looks fine <dt></dt> <dd><input type="hidden" name="action" value="saveprofile" /> <input type="submit" name="submit" value="Save Ch…
Last reply by Aaron, -
- 1 reply
- 1k views
Is there something that you can place in the pilot_public_profile.tpl that will show what page that a member is currently viewing? This is something along the lines of what you see when looking at a members' profile on these forums when you view their profile.
Last reply by Nabeel,