Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
somebody can give me a PHP code for standart page in the PHPVMS
Last reply by Strider, -
- 2 replies
- 1.7k views
Hi all, I am trying to set up phpVMS on clustered/cloud hosting (however you wish to describe it!) Webserver (which is actually on three IP addresses): 1.2.3.4 SQL server (which is on one IP address): 6.7.8.9 Website URL: http://mywebsite.co.uk Database Name: site_vms Database Server: 6.7.8.9 Database Username: username Database Password: password Database Type: MySQL Table Prefix: phpvms_ Clicking "Next step" gives me: Does anyone have any ideas on how to fix this? (and apologies for the security, would rather no-one knows about this yet!)
Last reply by CGlobe, -
- 1 reply
- 1.7k views
Bom dia, estou tendo esse problema, da localizaçao é tranquilo, vou cadastrar, mas no captcha ele nao aparece para digitar. imagens abaixo:
Last reply by TennShadow, -
- 3 replies
- 1.7k views
Hi, I needed to update some of our schedules so I exported the schedules from the admin panel and opened them with Excel 2007. After I made some changes I saved the file as file type CSV. When I imported the schedules back into the admin panel it stated "the import process is complete". The schedules all appear in the admin panel and I can also see all the schedules in my database in my cpanel/phpmyadmin. But my issue now is that no flight schedules appear on our flight schedules page - https://www.scootvirtual.net/index.php/schedules From checking other topics about the same/similar issue I changed the skin back to the crystal skin…
Last reply by masmas, -
- 2 replies
- 1.7k views
Hey Guys, I currently have a bit of a problem with my live flights, Its showing 12 Unknown Pilots flights and 2 Real pilots flights which have already ended. Can some one help me? This is the link to the page with the problem: http://cathayvirtual.org/index.php/acars Thanks, Casey.
Last reply by Casey, -
.htaccess file included it phpVMS
by Guest- 3 replies
- 1.7k views
Hey, So i was thinking and i thought that it might make alot of sense and decrease ALOT of theft if phpVMS included a .htaccess file. Just a thought.. AND: Sorry about posting this here, thought about were to post it for like 10 mins :-P lol
Last reply by Kyle, -
- 2 replies
- 1.7k views
Hello, as toppic tittle i'm having this error when click register button someone know what can cause it? Thanks a lot and best regards to all.
Last reply by Mark12s, -
- 1 follower
- 2 replies
- 1.7k views
Hello, I am trying to create an external asp.net website and I wish to make an admin section where if the admin user clicks on a page he gets a list of pireps awaiting approval (if possible from a specific airport).
Last reply by BAW432, -
Ranks
by Tylor Eddy- 6 replies
- 1.7k views
Gday I wanted to know if the ranks, instead of building up just an amount of hours, i wanted to know if it can be awarded as well as the hours. im having an exam or set of exams that needed to be completed before they can go up a rank so i needed to have both of these options instead of them just building up hours. Thanks
Last reply by Tylor Eddy, -
- 4 replies
- 1.7k views
Hi! I have a problem with my ACARS Map... sometimes I have pilots who appear in the middle of Gulf of Guinea... very far from where we fly lol And they get stucked there... See it by yourself! http://www.transquebec.org/operations/index.php/acars Any idea? I tried to reset ACARS, it reappears after minutes.
Last reply by EricThePanic, -
- 3 replies
- 1.7k views
Hi, I am writing a module to only display unique ICAO aircraft, this is what i have, /** * Get an aircraft by unique name */ public static function getAircraftByName1() { $sql = 'SELECT DISTINCT icao, fullname, weight, cruise, maxpax, maxcargo, imagelink, downloadlink FROM ' . TABLE_PREFIX . 'aircraft WHERE `enabled` = 1 '; return DB::get_results($sql); } That works fine, but when i try to add the range nothing is displayed so if i do, /** * Get an aircraft by unique name */ public static function getAircraftByName1() { $sql = 'SELECT DISTINCT icao, fullname, range, weight, cruise, maxpax, maxcargo, imag…
Last reply by mark1million, -
- 2 replies
- 1.7k views
Hi, we are only using the database and Admin Panel from phpvms and designed our own structure for the user interface. Because of this the link in vaCentral doesn't direct the visitor to our homepage as you have to enter the main phpvms installation path. My question is, if I can put a normal redirect into the frontpage_main.tpl so that visitors will automatically get redirected to our main page when visting http://skyline-va.de/phpvms ? Or will this mess up communication with kAcars or vaCentral? -Lauritz
Last reply by skylineVirtual, -
- 4 replies
- 1.7k views
[02:21:27] Engine 2 is on[02:22:23] Engine 1 is on[02:24:40] Flaps set to position 3 How can I delete the time ([xx:xx:xx]) from the pirep log of pirep_viewreport.tpl ?? I'm using SmartCars... Thanks you =)
Last reply by ProSkyDesign, -
- 1 reply
- 1.7k views
Hello, I have this and for some reason the flag and text doesnt line up? any ideas? my code is... <table width="700px" border="0" cellspacing="0" cellpadding="1"> <?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 ali…
Last reply by simpilot, -
- 2 replies
- 1.7k 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, -
- 2 replies
- 1.7k views
Hi all, On my current VA, when filing a PIREP, once completed it says "there are no PIREPS to display" and when in the admin centre, it says no pending PIREPS, and there have been no PIREPs listed on the front page, The site URL is www.impulse-virtual.com Cheers!
Last reply by Impulse, -
- 2 replies
- 1.7k views
Simple question please. What version of PHP is the phpVMS?? My wed server is using PHP version 5.4.40 Thank you.
Last reply by servetas, -
- 3 replies
- 1.7k views
Before I tackle this on my own, has anyone made a script to generate an email to the user upon bid expiration (using the maintenance.php cron job)? Asking since I don't want to reinvent the wheel if its already been done.
Last reply by Yash, -
- 2 replies
- 1.7k views
Hello all, Like in the topic title, I have problem with flight searching. When I try to search an available flight as the result I get a blank page. When I refresh, it goes back to page with all flights. It happens with all search options ( by departure airport, by arrival airport, by aircraft type, by distance). I'm sure I didn't modify any related files, the problem existed even few minutes after installation of phpvms on a server, before I started to customize. Thank you for your help
Last reply by gabry5, -
- 6 replies
- 1.7k views
Right off the bat, I will apologize if this has been asked before. If I am wanting to allow some of my pilots to use XACARS is there a way to get it to work with VMS? We are currently looking at the possibility to use VMS and are currently testing to see if we can make the move. With out loosing to much data on the pilots. Also long with going to a Automated PIREP reporting system. Thanks, Jon Leach Chief of Staff, USAVAF www.usavaf.com
Last reply by TAV1702, -
- 2 replies
- 1.7k views
Hi my Va has the David Clark Tour 1.3 Module. We would like to edit this so a tour can be made that does not require the arrival ICAO to be the next depature ICAO on the tour legs. Can this be done. We have the site a few years and recently starting to learn PHP Code. Thanks Gearoid
Last reply by servetas, -
- 3 replies
- 1.7k views
Nabeel, I am using the command DB::get_row($query) to run a query on the database but it seems to limit the number of times I can run it on one page view to four..... Does this make any sense to you... after the fourth call it always comes back empty.... I can make it work using a standard sql select from the tpl file but do not want to do that.. you can see what I mean at the link below then click on KBOS http://www.simpilotgroup.com/dev/index.php/RealSchedule Here is the snippet public function get_next_flight($aircraft, $location) { $query = "SELECT * FROM ".TABLE_PREFIX."schedules WHERE aircraft='$aircraft' AND depicao='$location'"; return…
Last reply by Nabeel, -
- 9 replies
- 1.7k views
Hello friends. I'm having problems trying to login to CCFTracker. It returns this connection error to the site. I have already uninstalled and installed several times phpVMS proavia with the Stisla theme. My website is hosted on hostinger on cpanel hosting. SSL and TLS is correct and this error still keeps following me. When this message appears, generate an xml with this: At the moment I have phpVMS zeroed on the site. Because before proceeding with the installation of the skin and other modules, I wanted to solve this problem in ACARS. I'm open to referrals from other acars systems. If anyone can help me, I would be…
Last reply by ProAvia, -
- 1 reply
- 1.7k views
Hi All what is the location where i ftp my files for my pilots to download when they select view downloads from Pilot centre?
Last reply by TennShadow, -
- 3 replies
- 1.7k views
I just installed PHPvms and want to edit the register page so that it gets rid of the "select airline" field. I want it to be defaulted to "CFC". Any hellp appreciated, I already tried and failed. Thanks
Last reply by Jeff, -
- 1 follower
- 8 replies
- 1.7k views
I have a custom module that is in the default form of: http://www.site.com/index.php/module I also have subs to this to make http://www.site.com/index.php/module/one But how can I extend beyond this to something like: http://www.site.com/index.php/module/one/two I tried putting it within an existing function (which is already within the index function of the module) but it directs it to the one before. It's hard to explain.
Last reply by freshJet, -
- 3 replies
- 1.7k views
I have read and read an read can come to a conclusion im gonna paste my layout tpl below. i keep getting no route passed when i bid on flights and have done everthing i though possible can i please get some help so i can keep my new template. <!DOCTYPE html> <html class="boxed"> <meta charset="utf-8"> <title>WeFly Virtual Ailrines</title> <link rel="shortcut icon" href="" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="http://fonts.googlea...ows Into Light" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="<?php echo SIT…
Last reply by smokey68, -
- 3 replies
- 1.7k views
I am a chinese. Recent days, i have known phpvms. But the english user interface is unfriendly to my chinese users. So, how i can do to translate the phpvms?
Last reply by servetas, -
- 1 follower
- 3 replies
- 1.7k views
I had upgraded this winter from PHPVMS 2.9 to 5.5. Today I had been notified about by a pilot with a low rank, that he could see also very new schedules meant for higher ranks. He even did send me a screenshot. I had checked everything and it seemed that all I had created was correct. After a check of the database, I saw at the fleet table, that there is a rank column and a minimum rank column. And the content is different in them. Except for changing stuf in the database I do not know where to change that on the website. Anybody a tip? Thanks ahead, RobB
Last reply by Parkho, -
- 2 replies
- 1.7k views
Hi! I don't know if this question has been answered or not, as I could not find a solid answer, but I am running my PHPvms 5.5x on a subdomain, e.g. fly.domain.com, and I want to display a flight map, or just a simple number of pilots, flights, and miles flown, on the non sub-domain (Main Site). Thanks.
Last reply by shakamonkey88,