Jump to content

mw308

Members
  • Posts

    137
  • Joined

  • Last visited

Everything posted by mw308

  1. Hi everyone I've added in a pilot field for peoples VATSIM ID in the admin panel, and it is showing in the table as "vatsimid". I've then copied the text in the pilots_list.tpl that pertains to the addition of a custom field, and where it pulls the field name based on the pilotid, I've called it both "VATSIM ID" and "vatsimid", and neither are getting any results. I've added "<th>VATSIM ID</th> to the table headings, so the column is showing, but the dashed lines don't stretch across into the new column and it is completely blank. I'm obviously doing something wrong but I can't figure it out! Any ideas anyone? Also, how can I sort the pilot list by descending ID rather than ascending? Since I'm 0001 I don't like being at the bottom of the list Many thanks Will
  2. I should appologise now - I am a simpleton! I had modified the templates and acars js file and not merged the changes with the new ones, so it was still pulling old php! Sorry. I've now made the changes I want and everything works ok, including the google map info balloon, and the time remaining info etc (with Xacars!). It has as you say "Enroute", so maybe it would be possible to change that label based on the speed of the aircraft? So for instance below 30 kts the aircraft is taxiing etc? The only thing left is the flight still remaining in the map long after Xacars is closed. It disappears on its own eventually, after what I presume is some set timeout limit. Is there a way to change the limit?
  3. I load the flight then open Xacars, type in the flight number and pull down the details, then click start Acars, then proceed with getting the aircraft ready etc. I'll try a flight as before with the table empty and let you know what happens. Will
  4. Ok - I'll empty the table and retry - one other thing I've just remembered, once the flight is over and Xacars is closed, the flight is still showing for quite a while afterwards. Is that by design?
  5. Weird as it did a few betas ago. It also doesn't place any icons on the map or update the "time remaining" etc either as it did before. If you click on the pilot name it then places the start and end icons, but the balloon that appears has no text on it.
  6. Hi Nabeel I seem to have developed a fault with the acars map showing every flight as "Enroute" even on the ground before flight, and no flight updates during flight. This is with using Xacars and this 809 version. Regards Will
  7. Many thanks I hope you are able
  8. Yes please - it'll be used for the recommended FL we use. Thanks
  9. If there's no way already to do this, is there a possibility to include a FL field so that when Xacars pulls the data it includes the FL data? Thanks Will
  10. Works perfectly thanks
  11. ah ok in that case Xacars is giving me a problem: Xacars is saying ERROR: Flight not found when I enter a flight number from the schedules list. phpVMS is saying "No route" when bidding on a flight. - Fixed EDIT: Ok it appears Xacars doesn't like flight numbers with letters after the number, so that puts 99% of my flights out the window.
  12. Hi all Quick question, when using Xacars, can you type in the flight number and it'll pull the relevant details, or do you need to bid on a flight? Thanks Will
  13. Another quick problem I've seen - when replying to airmail, it inserts "< BR >< BR >" but doesn't actually parse it, so all the message is on one line. Also in a new message it doesn't take into account carriage returns, so again it shows all on one line.
  14. Thanks, was looking for how to set the read status to 1 when on delete, but couldn't find it!
  15. Hi this looks excellent! However in my testing I've found that if I delete a mail without opening it, the "You Have Mail" still shows, even if there's nothing in my Inbox. Also he's a bit of code that I've changed to make the "You have mail" linked back to the Inbox as I've put the checkmail function up in the header which you may or may not want to use: Edit mail_check.tpl, and replace the 2 lines that begin with "echo" with: ?><a href="<?php echo SITE_URL ?>/index.php/Mail/inbox"><?php echo 'You Have New Mail <img src="'.SITE_URL.'/mailimages/new_mail.gif" border="0" />';?></a><?php Make sure you backup your original file 1st in case you try this and don't like it. It'll also put the mailbox image on the same line as the text rather than above. If you want to use this and still have the mailbox above the text let me know and I'll post the code. EDIT: It appears the mail_new.tpl that enables admins only to send messages breaks new mail functionality in version 700. I've managed to fix it now. Please note this is for version 700 ONLY, any version with admin groups need not use this: Using the original mail_new.tpl from beta2, replace the line: <option value="all">NOTAM (All Pilots)</option> with: <?php if(Auth::UserInGroup('Administrators')) { ?> <option value="all">NOTAM (All Pilots)</option> <?php } ?> Will
  16. Thanks. sendlogreport.html
  17. I've just tried again with a new short flight on a fresh FSacars install, and the same thing is occuring. For some reason the sendlogreport.html is still downloading my homepage as well. I'm very baffled at this one. I might try it out on the beta and see if I have better luck EDIT: Nope same thing on the beta as well.
  18. This is my wow.ini (airline settings downloaded from phpvms): [Log] Log=http://www.airsouthwestvirtual.com/v2/action.php/ACARS/fsacars/pirep Mail= URL=http://www.airsouthwestvirtual.com/v2/action.php/ACARS/fsacars passwd= [FSacars] CompanyICAO=WOW CompanyName=Air Southwest Virtual CompanySite=http://www.airsouthwestvirtual.com/v2 UnitSystem=GB Remarks=RMK/ UseLocal=0 PilotNumber=WOW0001 CompanyIATA=FLIGHT # CallsignUses= AcarsSite=http://www.airsouthwestvirtual.com/v2/action.php/ACARS/fsacars/acars StatusSite=http://www.airsouthwestvirtual.com/v2/action.php/ACARS/fsacars/status FPSite=http://www.airsouthwestvirtual.com/v2/action.php/ACARS/fsacars/flightplans AcarsUplinkResetSite= AcarsUplinkSite= Antic= [Events] UseCargo=0 FlapsEvent=1 ToutchDownEvent=1 TOLDPosEvent=1 TOCTODEvent=1 ComFreqEvent=1 GearEvent=1 FlightLengthEvent=1 VrV2Event=1 PIREPEvent=1 FlightPosEvent=1 N1Event=1 DurationEvent=1 FuelEvent=1 WeightEvent=1 MetarsEvent=1 DistLandEvent=1 [Realism] NoSlew=0 NoPause=0 Crash=0 PIC=0 MinReset=0 MaxReset=0 Wave= [sendLog] Password=0 PilotNumber=1 Date=1 Hour=1 Callsign=1 IATAN=1 Regist=1 Depart=1 Arrival=1 Alternate=1 PlaneType=1 SpentFuel=1 IniFuel=0 EndFuel=0 Dur=1 Len=1 TD=1 ZFW=1 Log=1 Version=1 This is my fsacars.ini: [FSacars] Provider=No Metars StatusSite=http://www.satavirtual.org/fsacars/position_update.php Servinfo= UseGauge=0 UseDB=1 FSFPPath= Machine=127.0.0.1 AcarsEvent=0 StartWarning=0 AutomatedStart=0 MinimizeSystray=1 AutomatedStop=0 SendStatus=0 FuelTest=1 Callsign= [Metar] VATSIM=http://usa-s1.vatsim.net/data/metar.php IVAO=http://www.ivao.org/network/metar.asp NOAA=http://weather.noaa.gov/cgi-bin/mgetmetar.pl [Log] AcarsReal=http://www.satavirtual.org/fsacars/FSACARS_GRT.php AcarsSite=http://www.satavirtual.org/fsacars/fsacars.php UplinkReset=http://www.satavirtual.org/fsacars/realtimereset.php Uplink=http://www.satavirtual.org/fsacars/realtime.php LogPath=. [MailSettings] Name= Address= Authenticate=0 Username= Password= Host= [FlightInfo] LogAltitude=1 LogGroundSpeed=1 LogIndicatedSpeed=1 LogTotalSpeed=1 LogWinds=1 LogHeading=1 LogPlaneWeight=1 LogFuelOnBoard=1 LogFuelFlow=1 LogEndurance=1 LogFlightTime=1 LogFlightLength=1 LogUpdate=5 LogPath=.flightlog.csv FlightRecFile=.flightlog.dat I've just retried on a completely fresh install on a different machine, and still have the same problem.
  19. It's on the full 700 build, no beta for this one. The fsacars.ini is the one that got instaled with the program - does anything in there need to be changed?
  20. Further to this, my local sendlogreport.html is a copy of my home page, rather than the sending report. This is getting very strange now.
  21. Hi FSAcars didn't crash, and I was able to close the log ok. It's a fresh install of FSacars this flight, and the ini is the one generated from phpvms. The DAT file is in the fsacars folder on my pc, but I was under the impression it should send to the server as a txt, then the server should paste it into the sql database, or am I wrong with phpvms on that?
  22. Hi guys probably a really simple one, but I've just tested FSacars, and it's been perfect up until sending the log, when I get a database error. Is this a permissions problem somewhere, or is there more to it? This is on version 700. I've also made sure fsacars_debug is true, but I'm not getting a log file in the ACARS directory, even when the internet guest user has full rights. Thanks
×
×
  • Create New...