Jump to content

You're browsing the 2004-2023 VATSIM Forums archive. All content is preserved in a read-only fashion.
For the latest forum posts, please visit https://forum.vatsim.net.

Need to find something? Use the Google search below.
PLEASE READ - Webmaster Support Forum
This forum will be retired in the near future. Please direct all queries to our dedicated GitHub support page https://github.com/vatsimnetwork/developer-info/discussions 
Here you can find documentation on our services and we are continuing to migrate pertinent information into the Wiki pages https://github.com/vatsimnetwork/developer-info/wiki

SimBrief/VATSIM


Zachary Pennebaker
 Share

Recommended Posts

Zachary Pennebaker
Posted
Posted

I currently run a VA and we generate our flightplans using SimBrief within in our crew center. Previously, our Pre-File on VATSIM option worked as it should, with our custom remarks. That doesn't seem to working anymore. Here's the script we use. Has something changed? 

<?php
        $info->vatsim_prefile = str_replace('<input type="hidden" name="11" value="RMK/POWERED BY SIMBRIEF">', '<input type="hidden" name="11" value="RMK/POWERED BY SIMBRIEF/VISIT US AT FLYUVA.ORG">', $info->vatsim_prefile);
        echo (string) $info->vatsim_prefile;
        ?>

Thanks, Zac

Link to comment
Share on other sites

Matt Bozwood-Davies
Posted
Posted

You should only need to include the reference to the URL it provides now.

Rather than editing the whole remarks column manually with a string replace, you can use the API to add your own remarks to the flightplan and the OFP as a whole. 

Use the manualrmk property as detailed in https://forum.navigraph.com/t/the-simbrief-api/5298 

Link to comment
Share on other sites

 Share