-
Posts
371 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by VAEA
-
Hi all, I know Simpilot made a points module but as he is no longer involved with PHPVMS I was wondering if anyone would be up for making a new points module. If anyone is familiar with VAMSYS they have a points system that I quite like which I see when I fly for VRYR. Basically it pulls the info from smartCARS. You start with 100 points and then points are added as follows; Preflight Prep between 15 and 30 minutes =+30 points Engine 2 started before engine 1 = +10 points Flight Duration Points Less than 1 hour 0 Points Between 1 and 2 hours +10 Points Between 2 and 3 hours +25 Points Over 3 hours +40 Points Landing Type FPM From FPM To Points Perfect Landing -136 -164 +40 Points Good Landing -110 -165 -135 -190 +35 Points -1 Point per FPM away from outside threshold1. Fair Landing -190 -250 +10 Points Landing too Hard -350 -499 -10 Points FLAPS Not Set before Take-Off4 -10 Points FLAPS Not Retracted before Parking -10 Points Can someone please have a look and give a price for this module. Also so many points would have to be accumulated for promotion for example 1st officer to Senior 1st Officer 50hours plus 3000 points Also there would be scope to award bonus points for taking part in events etc
-
I got it working @web541. Dont know why but if I swap the maps about and put the weather map at the top and the acars map below it works https://gyazo.com/47e5dcfef4058b2d8d44716ffd95d685
-
I will have to give you access to an admin account as page is only available to members. I will PM you mate
-
@web541 I think you would be right by saying it is overwritten. The live map works fine on its own page. I do have 2 seperate maps on my page. One for flights the other for the weather. I think something is conflicting tbh. Maybe if the weather map was in a different module rather than the acars.php this would solve it but I would not know how to do this.Any ideas ??
-
Hi When I put this on my frontpage my little aircraft on my acars map on my fronpage disappears. Anyone got any ideas why Thanks
-
Hi web541 Yes I am using 5.5 That function has worked. Thank you very much for your help. Much appreciated Alan
-
Ok I have been doing a little investigating into this error and my smartcars logs come up with Call to undefined method PilotData::UpdatePilotPay() in <b>/home/virtualei/crew.virtualei.net/core/common/PirepAcData.class.php</b> on line <b>170</b><br /> Any help please I used @web541 zipped version of PirepAcData.class.php I am missing a function I think in PirepAcData.class.php but I dont know how to find it public static function approve_pirep_post($id) { $pirepid = $id; if($pirepid == '') return; $pirep_details = PIREPData::GetReportDetails($pirepid); # See if it's already been accepted if(intval($pirep_details->accepted) == PIREP_ACCEPTED) return; # Update pilot stats SchedulesData::IncrementFlownCount($pirep_details->code, $pirep_details->flightnum); PIREPData::ChangePIREPStatus($pirepid, PIREP_ACCEPTED); // 1 is accepted PilotData::UpdateFlightData($pirep_details->pilotid, $pirep_details->flighttime, 1); PilotData::UpdatePilotPay($pirep_details->pilotid, $pirep_details->flighttime); RanksData::CalculateUpdatePilotRank($pirep_details->pilotid); PilotData::GenerateSignature($pirep_details->pilotid); StatsData::UpdateTotalHours(); # Call the event CodonEvent::Dispatch('pirep_accepted', 'PIREPAdmin', $pirep_details); } PirepAcData.class.zip
-
Hi I get this error. Can anyone say if it was fixed. Cant seem to find a fix in this thread @Vangelis Many thanks
-
VA hosting can now also be purchased yearly for £30. This gives you 2 months free. Please visit http://ajcwebservices.com/hosting.html for more details
- 1 reply
-
- 1
-
-
Glad you are sorted please mark your thread as Solved
-
Where do you have your key placed. When I inspect your acars page I get this https://gyazo.com/a8eebd992cab9e000141ca8670f69ea3 It should only be in your core_htmlhead Check that it is not in your acarsmap.php or maybe your layout.php
-
http://forum.phpvms.net/topic/23838-please-help/#entry125268
-
You need to put an astrix at the end. This gives it a wild card for all variations of your URL It should look like this sasvirtualgroup.com/* Make sure yo give it about 5 minutes to register
-
You need to add your URL to your API key at google
-
http://forum.phpvms.net/topic/23604-google-maps-api-key/page__hl__%2Bgoogle+%2Bmaps+%2Berror
-
Check out http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/ I would guess its your PHP version
-
Do you have any files in your old skin folder to do with schedules. If so they maybe need to be moved to your new skin folder
-
Hi all, I have cut the price of my hosting. I now offer VA Hosting for £2.99 a month and a Standard Hosting for £3.99 a month Please visit http://ajcwebservices.com/hosting.html for more details
-
is it possible to lock pilots on arrival airport? (smartcars 2)
VAEA replied to ercio's topic in Support Forum
Yes as far as I know that is correct -
is it possible to lock pilots on arrival airport? (smartcars 2)
VAEA replied to ercio's topic in Support Forum
You could use Parko's Flight Booking System and take the Jumpseat option away http://forum.phpvms.net/topic/8315-flightbookingsystem-v10/