zacmia Posted September 21, 2021 Report Share Posted September 21, 2021 Sorry if this is the wrong category to ask this, or if it's been answered already, but I couldn't find the answer when searching the forums. I guess recently VATSIM updated their prefile api and when using the VATSIM Prefile button on my VA's site within the generated SimBrief, it no longer populates the remarks field on the VATSIM prefile site. Here's the code we were using before for the prefile button on the simbrief page. <?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; ?> Any help would be greatly appreciated. Thanks in advance if you have the answer or can point me in the right direction. Zac Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted September 22, 2021 Administrators Report Share Posted September 22, 2021 You may want to review the VATSIM API to find what is required. Or maybe contact VATSIM directly and ask them. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.