Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 1.4k views
Hi everyone, I have a question, look at this link: http://www.phpvms.net/changelog.htm than you see that the last update status is: Oct 23, 2009 come there new version? (maybe in the future? is there something known about?) Michael
Last reply by Strider, -
- 0 replies
- 1.4k views
I found a way to put the avatar on the badge. in pilotdata.class.php find this [/size] imagepng($img, SITE_ROOT.SIGNATURE_PATH.'/'.$pilotcode.'.png', 1); and paste before if(file_exists(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png')){ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/avatars/'.$pilotcode.'.png'); }else{ $im6 = imagecreatefrompng(SITE_ROOT.'/lib/images/noavatar.png'); } imagecopymerge($img, $im6, 311, 4, 0, 0, 80, 80, 100);
Last reply by mariorgrossi, -
- 0 replies
- 1.4k views
hello can someone help me with the Highcharts? i have this code and i wanted to implement it in my pireps view report <?php if(isset($pirep)) $pirep = $pirep; /* pull data from rawdata */ $res = @unserialize($pirep->rawdata); if($res !== false) { $pirep->rawdata = $res; unset($res); } $json = ''; if(is_array($pirep->rawdata['points'])) { foreach($pirep->rawdata['points'] as $point) { $time = str_replace('[', '', $point['time']); $time = str_replace(']', '', $time); $time = str_replace('l', '', $time); $alt = $point['alt']; $gs = $…
Last reply by Laurent, -
Is it possible to make a certain amount of money to start your va with like $7,000,000 like you VA would have investors.
Last reply by patva1, -
- 2 replies
- 1.3k views
Is it possible to send emails in the admin email all pilots section, using HTML ? And how do I go about doing this. Kind Regards, Allan
Last reply by Allan, -
- 0 replies
- 1.3k views
Good Afternoon Ladies & Gents, i hope you are well, we are currently having some problems with our Finances module for some reason we are neither gaining or loosing money our balance is currently at 0, please see screenshot. All data within our schedules is present including flight prices, does anyone have any idea what i have missed somewhere or point me in the right direction ? We are currently running VMS 5.5 (PHP version). Any replies would be greatly appreciated. Kind Regards Harry
Last reply by harryh146, -
- 1 reply
- 1.3k views
Hello, is there away to fix the Recaptcha since I have made a custom skin in v2 thanks
Last reply by ProAvia, -
- 1 reply
- 1.3k views
Hello! I´ve got one questions for you guys - Is it possible to delete the phpvms folders and just re-upload a "blank" installation? It should if i put the "old" local configs back inside the same folders? Thank you
Last reply by Nabeel, -
One thing I used to like, but it doesn't do it anymore, was.... When you clicked on an aircraft on the acars map, it would show the route in red, and would join up to your aircraft current position. Now it just shows a straight line from dep to arr airports. Do you know what I mean by that? Also, can the acars map show the route using the navdata table and not just a straight line?
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hi all, I have this problem installing PHPVMS. All permisions are in 777...
Last reply by STALKER, -
How do i post news with out it saying Posted by phpVMS Installer on 11/08/2012
Last reply by mattsmith, -
- 0 replies
- 1.3k views
This is the only page I am having issues with right now. When going to the downloads page through the Pilot Center or a even creating a separate link, the page displays just fine in the template (vairline). Once i click on any download, the file downloads but the issues is it is trying to display another page with the wording, "Your download will start in a few seconds, or click here to manually start." That is the download_item.tpl page. When it displays the page, my template background disappears. So you would think, put a </div> in. But where? I've tried every combination and it doesn't work. download_item.tpl <div align="center"> Tried </div&g…
Last reply by RocketRod, -
- 1 reply
- 1.3k views
Hello I open this topic because I encounter a problem with my site. In fact, the transfer time from the pireps is very long (2min and more). One of our pilots informed me that on another VA it was instant (with the same tracker) Which leaves me to think that we have a concern. We use phpvms 5.5 on a PHP 5.6, we are in dedicated hosting, which should not be a problem of resources. We have +950 pilots and soon 98,000 worseps. We use smartcars as a tracker. The pireps are not transmitted completely (the rawdata for example does not arrive), which poses concerns for the rest of the phpvms script (positioning of the pilot, end of a lap step, etc ...) It's…
Last reply by PetitJedi, -
- 2 replies
- 1.3k views
The awards description character limit is too short. Can someone shoot me a sql query to bump up the limit? I suck at sql real bad. Thanks.
Last reply by TAV1702, -
- 0 replies
- 1.3k views
Okay so I just finish a flight but when I look at tin live I'm still on it even though I have filed the pirep and closed kacars it will say on approach. I have to clear the acars table from maintenance settings.
Last reply by EmiratesVA, -
- 0 replies
- 1.3k views
I have edited the skin CSS style sheet extensively and added a load of mods... Now I am getting this error when I try to load the site. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in C:\wamp\www\Smeelyair\core\classes\ezdb\ezdb_mysql.class.php on line 99 …
Last reply by smeely, -
- 0 replies
- 1.3k views
As i never had the patience to read i gathered a couple of videos that are lying around youtube of PhpVms Tutorials How to Install or Solve phpVMS Version 936 Install Error "Line 28"
Last reply by Vangelis, -
- 1 reply
- 1.3k views
How can i show a page that will show the locations of the aircraft in my fleet like the link below http://vaspexbrasil.com.br/3.0/index.php/vfleettracker
Last reply by TennShadow, -
- 2 replies
- 1.3k views
How can we add a smaller airport to the system? We are getting a not-found error. Code is CNC3 and it's a major flight school outside of Toronto
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hey guys, I'm having problems with FSFK and I'm trying to get it working and when I connect, i got the error 404 like in the image. What is going on? My FSFK files are uploaded and everything.........
Last reply by Kyle, -
- 1 reply
- 1.3k views
When I edit with Dreamweaver I have an error in line 13 of ops_airportlist.tpl management system, is this line. Do not know what the error. url: '<?php echo adminaction('/operations/airportgrid');?>',
Last reply by Nabeel, -
- 1 reply
- 1.3k views
What happens to my older PIREPS when i overwrite the flight schedules with new flight schedules?
Last reply by CPC900, -
- 2 replies
- 1.3k views
Hey guys! I have one question. For my VA, AirTran Virtual Airlines, the default phpvms skin used for my website has a drop down box under about. I have been looking around my admin panel and cpanel and just can't figure out how to edit it. Any suggestions? Website: www.atvirtual.x10.mx Thanks, Alex
-
- 2 replies
- 1.3k views
SOLVED
Last reply by edmundk, -
- 1 reply
- 1.3k views
Hello I have tried to install the kAcars module to core/modules/kACARS_free directory and I have logged into the kAcars client and I get a "CONNECTION ERROR" Our website if you need it is http://phoenixairvirtual.com/index.php We are on a paid host and using godaddy as the domain host.
Last reply by OA01, -
- 2 replies
- 1.3k views
Hi, In the last period some flights began to disappear from the list of search? With the knowledge that the flight data exist on the Admin page?? Is there any solution to this problem????
Last reply by BaderNET, -
- 2 replies
- 1.3k views
Hi, I am using the CrewCenter Skin and for some reason whenever a pilot starts a flight it zooms really close to them. How can I disable the zoom so even if a pilot is flying it wont change the default zoom on the map. Thanks Harry
Last reply by HCStrike, -
- 1 follower
- 2 replies
- 1.3k views
I am CEO from Virtual Varig and I am the only one receiving emails notification , I wld like to have my staff to get this notifications also , to approval registrations and pireps.
Last reply by simpilot, -
- 3 replies
- 1.3k views
Hello guys! I m CEO of DLH Virtual and we do have currently a problem with the maintenance module. whenever we check the pirep site the damage of an a/c is going down again. How can this problem be fixed? thks Kris/CEO DLH Virtual
Last reply by servetas, -
- 2 replies
- 1.3k views
hello on my pilots page i'm trying to center everyting its working for my main hub but the other hubs they seem a bid off or my tables aren't the same here you can take a look http://www.tnt-virtual.be/index.php/Pilots
Last reply by joeri,
