Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 0 replies
- 806 views
Hi, I am Bob PVA5188. On about 6th March I sent a message via the "contact us" button on the website requesting a leave of absence of a week. When I returned approximately a week later the website was down and was unable to complete a flight. Now i find that by account has been suspended. I have tried to send messages via the website on a number of occasions and so far have had no replies out of 6 Emails. I would really like to have my account re-activated so I can carry on flying. Can anyone here help? Thanks Bob
Last reply by RMorrison, -
- 4 replies
- 1.5k views
Hello everybody I would also like to integrate the days into the schedule search. That means, if a pilot selects Monday in a box, then all flights from Monday are in the results. My code so far ... schedule_searchform.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <section class="content-header"> <h1>Schedule Search</h1> </section> <!-- Main content --> <section class="content"> <div class="cssload-ball"></div> <!-- Main row --> <div class="row"> <!-- Left col --> <section class="col-md-8 connected"> <form id=…
Last reply by Miggel, -
- 4 replies
- 1.6k views
Although it shows in the code that the New Post should be aligned left it is aligning the NEW post my pilots make Center. Any ideas? <?php //VAForum Original by:simpilot //VAForum Security updates + VAForum 2.0 onwards by: Tom Sterritt ?> <?php $this->show('forum_nav.tpl'); ?> <h3>New Post</h3> <script src="/lib/js/ckeditor/ckeditor.js"></script> <center> <form action="<?php echo url('/Forum');?>" method="post" enctype="multipart/form-data"> <table width="80%"> <tr> <td>Posted By:</td> <td align="left"><b><?php ech…
Last reply by in2tech, -
Hi guys, did someone re-use how to intervene on the ReCaptcha code of the old phpvms Version 2.1.936 version? (page contact, registration) if yes, how? thanks for a possible answer.if yes, how? thanks for a possible answer
Last reply by gio1961, -
- 1 follower
- 8 replies
- 2k views
How to cancel the Google verification code when register? Or replace other verification code?
Last reply by youngbuckscrew, -
- 5 replies
- 2k views
Hello, I am creating my brand new admin template for my va. the only problem I have is that I cant figure out why my profile_edit would not save the new entered information. Anyone that can take a look? My profile_edit.php is below. Kindly regards, Rick
Last reply by Miggel, -
- 1 follower
- 7 replies
- 2.4k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
- 3 replies
- 1.3k views
Hello guys, now I have doubts. 1. The first is more or less an error and a doubt. I made a count to count how many registered pilots and pending pireps have, the two are on the same count, it works fine, but an example: If I have a pending pilot and I accept this pilot, the count does not reset, she It's 1. I do not know if it's because I have two count, I just do not know. This is the code I am using: <?php echo count(//code for count pireps\\ . //code for count pilots pending\\); ?> 2. I wanted to make a graph to tell the altitude and ground speed that the pilot was in his PIREP, I saw in some topics that he had but did not have the complete ans…
Last reply by CarlosEduardo2409, -
- 1 follower
- 142 replies
- 71.9k views
The third party Open Flash Chart script that is used within phpVMS has an exploit that has been used recently and often to deface and/or alter sites using the phpVMS software. I have cleaned 11 of my client's sites in the last 36 hours. Although some sites have been obviously defaced with homepages replaced, some have had advertising scripts uploaded to redirect users to various companies. An example of a defacement today -> http://hack-db.com/787962.html The exploit is explained here -> http://www.exploit-d...exploits/10532/ WHAT TO LOOK FOR; if you have a folder in /core/lib/ that is called "tmp-upload-images" your site has been compromised. Inside that fold…
Last reply by gio1961, -
- 8 replies
- 1.9k views
I Have Gone To Other Forum Posts And Tried Everything But None Of It Is Working. Here Is What I Am Stuck With There was an error adding the airport https://prnt.sc/isfvur
Last reply by ItzKV, -
- 1 reply
- 1.9k views
I been getting about 4-6 of these kind of registrations a day. Anyway to stop them?
Last reply by spkier, -
- 1 reply
- 1.3k views
Hey Guys is there a way to add best and worst landing for the month with who the pilot is ? in the top pilot stats?
Last reply by Boogace, -
- 2 replies
- 1.2k views
How do I show just the top ten? <table width="100%"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td align= "left">'; echo '<img src="'.Countries::getCountryImage($country->location).'" /> '; echo Countri…
Last reply by in2tech, -
- 0 replies
- 749 views
I have recently had to completely replace my home computer. Restores to new machine from CarbonIte appear to have gone well. When I try to make some changes to my website, I cannot save them, getting the attached error text. Any help as to how to proceed is most appreciated Thanks Unable to save IPS Content.zip
Last reply by texxasal, -
- 0 replies
- 794 views
Hello everybody I have a few questions... 1. If I plan a flight (Simbrief integration) I have eg 150 passengers. After the flight in PIREP, only 118 or any other number may be debited. How do I get phpvms to take over Simbrief's data? 2. I have an ugly white field above. How can I remove this?
Last reply by Miggel, -
- 10 replies
- 2.4k views
Can modules with file extension TPL be used with Simpilot v 5.5.2??
Last reply by CFVA, -
- 4 replies
- 1.6k views
Hi There, After moving servers we now have a problem with the ADMIN side where there are no route maps being displayed. All that is displayed is a blank pop up window with "Route Map" in the top left. Any help please. David Oz Flyer.
Last reply by OzFlyer, -
- 14 replies
- 2.5k views
I have completely removed the tables from the database and reinstalled and I still get this error since moving the site over. If I completely remove it how can this still be happening and not install correctly on a Fresh brand new installation of the VAForum 2 Module? Deprecated: Non-static method ForumData::is_moderator() should not be called statically, assuming $this from incompatible context in blah blah blah.....
Last reply by in2tech, -
- 10 replies
- 2.1k views
Hi guys, my pilots are unable to remove bids on mobile, because they have to double click. I was wondering how I can change the "Remove Bid" button to only require one click. Thank you, I'd really appreciate your help!
Last reply by opsman, -
- 1 reply
- 1k views
Hi all please , how can i change the currency used in the financial system .. thanks in advance
Last reply by flyalaska, -
- 0 replies
- 936 views
Hi can I transfer my members flight hours to new site. I update them in MySQL but when they file a pirep it resets and only sees flight hours on new site. Any help would be appreciated
Last reply by Gearoid, -
- 2 replies
- 1.3k views
I am getting this error when approving or rejecting Pirep's phpVMS 5.5.2 php5.6 Warning: imagettfbbox(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 970 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/Pilo…
Last reply by flyalaska, -
- 1 follower
- 9 replies
- 2.1k views
Hi there When my users submit a PIREP, I would like them to select a flight number from one of the schedules I've created without having to remember the flight number. I've managed to convert the flight number text box into a dropdown menu but not sure how to pull the schedule flight number and note through so the data appears in the dropdown automatically. Any ideas how I would go about doing this? Apologies, I'm still learning! Thanks in advance
Last reply by opsman, -
- 5 replies
- 1.5k views
So... Hello everyone, again. I have a new problem again. This time the error is in the forms. On all forms of my VA (Airmail, fltbook, all) are not working. When I submit something it does not lead to the correct place and the link gets weird (the information stays in it, as in the image below). (https://prnt.sc/imjq3b) The image above is an example of the fltbook, when I click to search for a flight the form does not work but enters this link. I'm using a custom skin that I'm doing. I'm sure it was some file that I moved and now is giving error, because before was not giving any error, worked perfectly. I'm sorry for not passing mo…
Last reply by CarlosEduardo2409, -
- 11 replies
- 3.2k views
Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Tried the above code into app.config and local.config files in core folder but with no luck when i hit Look up airport i'm stuck at getting "Fetching airport info" and nothing happens below is a image of what i tried: https://imgur.com/a/TLAIq Website: http://192.3.141.136/dashboard running: ubuntu 14.04 php 5.2.0 mysql 5.5 apache2
Last reply by spkier, -
- 7 replies
- 3k views
Hi, For some reason this has just started to popup on my site when accepting pireps, Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016 so i went over and deleted all the signatures and recreated them all from the admin side, that produced the same error but the images are being created, any ideas what is causing this? Generating signatures... Generating signature for Mark Grant Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016. Those lines are here # Add the Rank image if (Config::Get('SIGNATURE_SHOW_RANK_IMAGE') == true &&am…
Last reply by ProAvia, -
- 2 replies
- 1.8k views
Hi, I've added a custom PIREP field so my pilots can record the number of points they get following each flight however I'm not sure how to display this in the Pilot Center as part of their profiles...any ideas? I've tried the Custom Profile Field option however this doesnt appear on the PIREP so not quite what I'm looking for :-) Any help is appreciated!
Last reply by opsman, -
- 2 replies
- 1k views
I have an issue with my ACARS map. I an on SimPilots 5.5.2 with php5.6 The map shows fine. The inair icon disappears within 10 seconds. Switched to Crytal and it works fine. Works fine on an older skin too. Obviously its an issue with my current skin. What is the issue though? I uploaded the acarsmap.php from the skin that the map worked, same thing. inair icon disappears. Any idea whats causing this? Current skin is using Bootstrap 4. Originally had this issue with php7. Reverted to the lowest php version that I can get.
Last reply by flyalaska, -
- 13 replies
- 2.6k views
okay so i got 25k airports imported and i tried to import schedules from flightware but i don't know where i can get my userid and my api key even tought i signedup for 500 free queries if is there any other way to get schedules maybe anyone has a schedules file for sharing? and if anyone knows a site that sells schedules for phpvms 5.5.x for less than 5 dollars? spended enough money on smart cars and all that crap allredy but i forgot the most important the routes... i'm creating a british Airways and Widerøe Flight company on my website any routes from there witch you can offer as payware or freeware would be really greatfaul
Last reply by RuiMiguel, -
- 0 replies
- 780 views
Hello, Can anyone tell me how to put a map google in the event module of the David Clark? Thanks
Last reply by RuiMiguel,