
Alex
Members-
Posts
145 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by Alex
-
Hi Lorathon, Would it be possible for the Random Itinerary to search for the first route that is closest to the Pilots clock time and then get the rest from that point?
-
ah!, no problem. i have been manually adding the lat co-ords as i have been adding routes.
-
I'm wondering if this is a database uploading error or just missing co-ordinates from the database. When i input a route giving just the waypoint name, some of the waypoints do not have lat info in the database but do have lon. This results in the waypoints obviously being in the wrong place and the routemap looking like a badly placed bowl of spagetti. Is this a known issue or an error uploading the nav.sql?
-
This is the Fleet List tpl. looking at it i dont think there is an error? h1 align="center"><?php echo SITE_NAME?>Fleet</h1> <!-- Fleet Table Version 2.0.- - fleet_table.tpl - By Mitchell W http://forum.phpvms.net/topic/1522-fleet-table/ CHANGES FROM 1.1: Added image Added download --> <table border="1"> <!--DWLayoutTable--> <thead> <tr> <td height="42"><b>Image</b></td> <td><b>ICAO</b></td> <td><b>Type</b></td> <td><b>Registration</b></td> <td><b>Range</b></td> <td><b>Cruise Kts</b></td> <td><b>Max Pax</b></td> <td><b>Max Cargo</b></td> <td><b>Total Hours</b></td> <td width="79"><p><b>Current Location</b></p> </td> </tr> </thead> <tbody> <?php foreach ($fleet as $aircraft) { ?> <tr> <td height="36"><img src="<?php echo $aircraft->imagelink; ?>"></td> <td><?php echo $aircraft->icao; ?> </td> <td><?php echo $aircraft->name; ?> </td> <td><?php echo $aircraft->registration; ?></td> <td><?php echo $aircraft->range; ?> </td> <td><?php echo $aircraft->cruise; ?></td> <td><?php echo $aircraft->maxpax; ?></td> <td><?php echo $aircraft->maxcargo; ?></td> <td><?php echo $aircraft->totaltime; ?></td> <td valign="top"><?php echo $current_location.'-'.$current_location2; ?></td> <?php $params = (array('a.registration'=>$aircraft->registration, 'p.accepted'=>PIREP_ACCEPTED)); $pirep = PIREPData::findPIREPS($params); $current_location = $pirep[0]->arricao; $current_location2 = $pirep[0]->arrname; ?> </tr> <?php } ?> </tbody> </table>
-
i have it set to manual now. Is there a quick code snippet to set it to auto up to a specific rank?
-
i havent modified any templates other than using obsessblue. The database shows it as being in the correct place, but the fleet list shows departure icao as the current location. The pirep is submitted manually
-
I have viewed as many posts containing the word RANK as possible and none of the search facilities have shown a full answer. As with most VA's now we have the rank structure.At the moment this rank structure is automatic by hours flown. Now that i have Simpilots excellent EXAMcenter add on i would like to still have auto ranks to a certain level, then the pilot must pass an exam before moving any further up the rank structure. Is this possible? Thanks for your patience.
-
This bug is getting worse it seems all pilots are now ariving at the same deprture point. I have checked the tpl's that i think may be affecting this but don't see any double depicao entries.
-
I have added products,type and shop which work ok, however when i click on the "Pilots Home" icon, which i assumes takes you to view the items you have [purchased, this is when i get the error.
-
Nabeel, which template? pirep_new?
-
Because i have edited it to be correct, i'll have to wait until it pops up again, then i'll check the database. Out of curiosity what was the bug?
-
It started as just a single Pilot, Now it has migrated and is affecting two. Nasty Bug!! I have a PC Flu
-
.930 My pilots are reporting that even though they file the Pirep correctly giving a correct Dept ICAO and Arr ICAo when it arrives at admin for approval the Arrival filed hs been populated with the Departure ICAO. I haven't changed anything in the pirep tpl's. It means that the Fleet table also is not being updated correctly with the last filed pirep position. Any Clues or is this a BUG! Thanks Alex
-
Ah that would certainly be correct. I'll hang fire for a few days until my month comes around. Thanks
-
When i look at my financial statistics in the Reports tab. I can see the graph is supposed to show, fuel cost - expenses and total revenue. I can see the black dots representing the actual figures, but is there supposed to be red-blue-green lines also? I don't get any?
-
Could someone have a look at this as at the moment i cannot see what i have purchased?
-
Smashin, That sorted it. Thanks for your assistance Dave.
-
Updated from 0.854. having checked the database for phpvms.settings there is no total hours table.
-
As described really, all the other stats work other than totalhours flown. It shows no reading? on .930. Do i have to set it to true somewhere? i have checked config files but cant see anything?
-
Hi Clever program designers. I Am seeking a developer who can design an ACARS system to run on a non fsx/msfs based Flight Simulator. Flightgear Flightgear is a FREE OPEN SOURCE sim running on a GPL licence so everything is available, It is xml based and has at least ten multiplayer servers worldwide. I could afford to pay only upto $50 if someone would be willing to give up thier time to assist. Alex
-
Does anyone else get this error? In Admin View bids the flightnumb shows instead of the pilot ID (see the image) The top one, the route number shows correctly but the pilot id is using the route number prefix instead of AVA0011 as it should. This is the line from the template. <?php foreach($allbids as $bid) {?> <tr id="row<?php echo $bid->bidid?>"> <td><?php echo $bid->code.$bid->flightnum."({$bid->depicao} - {$bid->arricao})"?></td> <td><?php echo PilotData::GetPilotCode($bid->code, $bid->flightnum).' - '.$bid->firstname.' '.$bid->lastname; ?></td> <td><?php echo $bid->dateadded; ?></td> <td> Alex
-
Yes this was the problem, copy pasting routes in the notes included ==> (although i didn't have this problem pre 2.1)The solution was to delete all the copy pasted routes. Thanks Nabeel
-
email with log details sent via email thanks.
-
Ok i partially mentione several issues in another post, but didnt want to hijack someones post. After installing .928 i have the following issues: At file a pirep from either the "view my bids" or the main Pilot center i can fill out all the fields and apparently submit it. however it does not show in the pilots filed pireps or in the admin panel "pireps pending" I did check install and got no errors. In the Firefox error console i get two warnings and one error during the submitting process. Warning: Error in parsing value for 'top'. Declaration dropped. Source File: http://www.atlasvirtualairlines.com/lib/css/phpvms.css Line: 40 relates to this * html .jqmWindow{ position:absolute; top:expression((document.documentElement.scrollTop || document.body.scrollTop)+Math.round(6 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100)+'px')} next Warning: Error in parsing value for 'filter'. Declaration dropped. Source File: http://www.atlasvirtualairlines.com/lib/css/phpvms.css Line: 67 relates to this .ui-tabs-disabled{ opacity:.4; filter:alpha(opacity=40)} third Error: uncaught exception: [Exception... "Cannot modify properties of a WrappedNative" nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)" location: "JS frame :: chrome://global/content/bindings/autocomplete.xml :: onxblpopuphiding :: line 825" data: no] No pilots can file pireps so my site is on hold?
-
i also get the "no routes" error. I'm running .928 on firefox and ie8. i did the install/checkinstall Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [OK] No errors found! -- Checked 182 files, found 0 errors no errors? also no routemap shows up when viewing past pireps.