
llju1
Members-
Posts
190 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by llju1
-
Try this Program; Install Creator 2 build 28 You can get it at http://download.cnet.com/Install-Creator/3000-2383_4-10218346.html and it is free. I have used it in the past.
-
Map - Only active position to be shown or route from the XACARS Entry
llju1 replied to markusr's topic in Support Forum
Yep I am doing it Boy does it take awhile lol -
Map - Only active position to be shown or route from the XACARS Entry
llju1 replied to markusr's topic in Support Forum
Ok I Tried this and Really Screwed things up lol. Apparently I deleted the DepICAO(Depart Airport) and the arricao(Arrival airport) from my SQL database. :'( Thus none of my Flights will show up. HELP!!!!!! ;D :'( Lloyd http://vmac.info -
Ok I can not edit one of my Airport in the admin section. It is listed as KVGB and should be KVBG. It lets me put the correct IVAO in but then changes it back to the wrong one when I click the Edit Button. Next how can we delete Airports. And finally When I add new Airports and click Lookup it does not Find Most of the new ones I am putting in. Mind You We are a Military VA So most are USAF Bases or US naval Air Stations. Any Ideas or Help would be appreciated. Lloyd
-
phpVMS Virtual Airline Administration Software Install Check 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 [Error] /lib/js/jquery.form.js doesn't exist -- Checked 167 files, found 1 errors
-
phpVMS Virtual Airline Administration Software Install Check 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 [Error] /lib/js/jquery.form.js doesn't exist -- Checked 167 files, found 1 errors
-
Always read the install instruction first. ;D I got it lol here is the linkhttp://vmac.info/index.php/fleet
-
here it is from the tpl. <h1>VMAC<?php echo SITE_NAME?>'s Fleet Information</h1> <table> <!-- Fleet Table Version 1.1.2 - fleet_table.tpl CHANGES FROM 1.1: Added image --> <table border="1"> <thead> <tr> <td><b>ICAO</b></td> <td><b>Type</b></td> <td><b>Registration</b></td> <td><b>Range</b></td> <td><b>Empty Weight</b></td> <td><b>Cruise Alt</b></td> <td><b>Max Pax</b></td> <td><b>Max Cargo</b></td> <td><b>Total Hours</b></td> <td><b>Total Routes Flown</b></td> <td><b>Location</b></td> </tr> </thead> <tbody> <?php foreach ($fleet as $aircraft) { ?> <tr> <td><?php echo $aircraft->name; ?> </td> <td><?php echo $aircraft->registration; ?></td> <td><?php echo $aircraft->range; ?> </td> <td><?php echo $aircraft->weight; ?></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><?php echo $aircraft->routesflown; ?></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; ?> <td><?php echo $current_location.'-'.$current_location2; ?></td> </tr> <?php } ?> </tbody> </table> <p><small><a href="http://forum.phpvms.net/index.php?topic=1665.0">FleetTable 1.1</a></small></p>
-
Here is the Link. http://vmac.info/core/templates/fleet_table.tpl
-
Ok Did it and I get this. VMAC's Fleet Information $aircraft->registration, 'p.accepted'=>PIREP_ACCEPTED)); $pirep = PIREPData::findPIREPS($params); $current_location = $pirep[0]->arricao; $current_location2 = $pirep[0]->arrname; ?> ICAO Type Registration Range Empty Weight Cruise Alt Max Pax Max Cargo Total Hours Total Routes Flown Location name; ?> registration; ?> range; ?> weight; ?> cruise; ?> maxpax; ?> maxcargo; ?> totaltime; ?> routesflown; ?> FleetTable 1.1
-
I am sure this is simple and may have already been asked But, How do you set up a page with the Listing of your fleet? ;D thanks
-
Sorry I am so long in responding here But Latest Post, Newest Topic, Maybe Replies Would be great. Thanks
-
phpVMS Virtual Airline Administration Software Install Check 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 [Error] ../install/airways.sql doesn't exist [Checksum failed] /core/common/SchedulesData.class.php did not match, possibly corrupt or out of date [Error] ../core/common/NavData.class.php doesn't exist [Checksum failed] /core/templates/acarsmap.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/route_map.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/classes/Util.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Error] ../routeload/fsb_import.php doesn't exist [Error] ../routeload/navdb.sql doesn't exist [Error] ../routeload/routeload.php doesn't exist [Error] /lib/js/jquery.form.js doesn't exist -- Checked 169 files, found 11 errors
-
Is there a code to that will integrate it on the front page, sort of like the News or Recent reports. I know it is probably very easy but I am at a lose at the moment. ;D . suck getting old and forget the simple stuff. Thanks
-
No errors Now ;D
-
phpVMS Virtual Airline Administration Software Install Check 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 [Error] ../core/modules/pirepchecks/pirepchecks.php doesn't exist [Error] /lib/js/jquery.form.js doesn't exist -- Checked 165 files, found 2 errors
-
Good work. It all works great for me ;D
-
Great and Thanks for all of your hard work. 0 errors how sweet ;D
-
Just 1 error. Checking file hashes for corrupt or mismatched files [Error] /lib/js/jquery.form.js doesn't exist. But that's all.
-
Here You go ;D phpVMS Virtual Airline Administration Software Install Check 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 [Checksum failed] /core/common/CentralData.class.php did not match, possibly corrupt or out of date [Error] ../core/modules/test/test.php doesn't exist -- Checked 162 files, found 2 errors phpVMS Virtual Airline Administration Software Database Check Checking phpvms_acarsdata...OK Checking phpvms_adminlog...OK Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports...OK Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids...OK Checking phpvms_customfields...OK Checking phpvms_downloads...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Checking phpvms_financedata...OK Checking phpvms_fuelprices...OK Checking phpvms_groupmembers...OK Checking phpvms_groups...OK Checking phpvms_news...OK Checking phpvms_pages...OK Checking phpvms_pilots...OK Checking phpvms_pirepcomments...OK Checking phpvms_pirepfields...OK Checking phpvms_pireps...OK Checking phpvms_pirepvalues...OK Checking phpvms_ranks...OK Checking phpvms_schedules...OK Checking phpvms_sessions...OK Checking phpvms_settings...OK Checking phpvms_updates...OK
-
Here you go!! ;D phpVMS Virtual Airline Administration Software Database Check Checking phpvms_acarsdata...OK Checking phpvms_adminlog...OK Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports...OK Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids...OK Checking phpvms_customfields...OK Checking phpvms_downloads...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Checking phpvms_financedata...OK Checking phpvms_fuelprices...OK Checking phpvms_groupmembers...OK Checking phpvms_groups...OK Checking phpvms_news...OK Checking phpvms_pages...OK Checking phpvms_pilots...OK Checking phpvms_pirepcomments...OK Checking phpvms_pirepfields...OK Checking phpvms_pireps...OK Checking phpvms_pirepvalues...OK Checking phpvms_ranks...OK Checking phpvms_schedules...OK Checking phpvms_sessions...OK Checking phpvms_settings...OK Checking phpvms_updates...OK
-
phpVMS Virtual Airline Administration Software Install Check 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 [Error] ../unit_test.php doesn't exist [Error] ../incversion.php doesn't exist [Error] /install/update_628.sql doesn't exist -- Checked 210 files, found 3 errors