Jump to content

joshua.john

Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by joshua.john

  1. phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.9.x ASP Tags [OK] ASP-style tags are disabled 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/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_sentconfirmation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_briefing.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_rejected.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/core_navigation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/finance_balancesheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_error.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/email_registered.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/modules/kACARS_Free/kACARS_Free.php did not match, possibly corrupt or out of date [Error] ../core/modules/ACARS/xacars.php doesn't exist -- Checked 183 files, found 11 errors
  2. its the same in IE as well they don't show up. Like i said haven't a clue about stuff like this so any ideas? Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2) Timestamp: Mon, 9 Aug 2010 18:58:44 UTC Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Line: 0 Char: 0 Code: 0 URI: http://www.virginatlanticva.co.uk/admin/index.php/pilotadmin/viewpilots Message: Syntax error Line: 12 Char: 218 Code: 0 URI: http://www.virginatlanticva.co.uk/lib/js/jqgrid/js/jquery.jqGrid.min.js
  3. Yes two errors: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.5; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2) Timestamp: Mon, 9 Aug 2010 18:52:55 UTC Message: Expected identifier Line: 88 Char: 5 Code: 0 URI: http://www.virginatlanticva.co.uk/lib/js/phpvms.js Message: Object doesn't support this property or method Line: 95 Char: 3 Code: 0 URI: http://www.virginatlanticva.co.uk/lib/js/acarsmap.js
  4. Having a problem in the Admin center and no pilots are showing up. We've been trying to figure it out but no luck. Any ideas?
  5. what he means is that no flights show up. In firefox it will show the flights but when you check on IE there's no flights
  6. Hey just curious are the live fuel prices back up yet? Haven't checked because I've set them myself.
  7. love the design. How can i put drop down menu's in?
  8. love the skin but there are a few problems like the news editor and cant delete news. Also the log and comments button don't work for the PIREPS.
  9. Virgin Atlantic Virtual has opened there doors! We've been accepting pilots since 05th May and we have just over 60 pilots, flown over 200 hours and 34 flights! We have a team of dedicated and friendly staff so why not join today, weather it be a staff position or pilot everyones welcome! Visit us today Visit our forum Email me for any problems Human Resources
  10. Hey having a bit of a problem. We have only completed 34 flights yet its saying 84 PIREPS. I think this is because one of my staff click "Send PIREPS" button in the phpVMS admin and it had already been done once. Is there anyway to get the PIREPS back down to 34? Thanks
  11. Thank you for posting that, i finally got it too work!!!!!!!!
  12. Nope neither work when i put this <td width="50%" > <?php include ('fuel.tpl'); ?> </td> <td width="50%" > <?php if($schedule->flighttype=='P') a error comes cant remember what it said but it stops you getting on the schedule briefing and the Template::Show('fuel.tpl') just comes up as Template::Show('fuel.tpl') in the required fuel bit.
  13. Having problem, did everything but keep getting this error most prob did something wrong but cant see anything it says the file isn't there but in the image below it is also is this setup right? any ideas to what i done wrong?
  14. I want to add a page to the site but I don't want it to show up in the nav bar, is there a way I can do this? Thanks
  15. Ahh i give up it didnt work
  16. Me again! Did that but still not working is this right? <div class="mcright"> <h3><?php echo $title?></h3> <?php if(!$allpilots) { echo 'There are no pilots!</div>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> </tr> </thead> <tbody> <?php foreach($allpilots as $pilot) { /* To include a custom field, use the following example: <td> <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> </td> For instance, if you added a field called "IVAO Callsign": echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign'); */ // To skip a retired pilot, uncomment the next line: //if($pilot->retired == 1) { continue; } ?> <tr> <td width="1%" nowrap><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </td> <td> <img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <?php echo $pilot->firstname.' '.$pilot->lastname?> </td> <td><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></td> <td><?php echo $pilot->totalflights?></td> <td><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></td> <?php } ?> </tbody> </table> Sorry again keep nagginn u all
  17. Well im defo interested. Something like that would be good
  18. Is this what you want to do? http://xlvirtualairways.simmiles.com/arrivals.php
  19. Sounds like a good idea! hopefully it can be done
  20. Ahh found it thanks guys! Sorry to keep bugging you all but 1 last question i like the backround colours but i want to change the blue for the boxes on the left like New hires and also want to change the colour for when you move your mouse over the nav bar its blue
  21. Just tried it again and it worked dont know why it didnt last time
×
×
  • Create New...