Jump to content

Sim Brief for phpvms


Vangelis

Recommended Posts

  • 2 months later...

File name error when downloading "airbus Extended" The module is adding additional info to the filename. Can the file name be downloaded without adding the additional info. No need for FS9 or FSX etc.

It is not showing in the FMC. Example below:

Downloaded name: KPHXKORD_ABX_1467038230.flp (does not show up in FMC)

Should be: KPHXKORD.flp (this is how it looks directly from SimBrief and it show correctly in the FMC

Link to comment
Share on other sites

  • 3 weeks later...
  • Members

Did you changed anything except line 23 in simbrief.apiv1.js ?

as far as i can see at line 107 it should be

outputpage_calc = outputpage.replace("http://","");

and yours is

outputpage_calc = outputpage.replace("http://www.unitedairlinesvirtual.com");

Link to comment
Share on other sites

  • 4 weeks later...

hi baggelis.

I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled.

also we are using the Real Booking system from phpmods (servetas)

any ideas???

Edited by Iraklis
Link to comment
Share on other sites

  • 1 month later...

Hello , I am running PHPVMS v5.5. I have installed everything as per instructions. But when I click on "Generate" Button , Nothing happens. Now I'll be as specific as possible of the things I have done :

  • I have allow_url_fopen and allow_url_include enabled in php.ini .
  • I have tried writing the javascript code ("<script>......</script> in - 1. both core_htmlhead and layout.php.
    2.only core_htmlhead.
    3. Only layout.php
  • I have renamed every ".tpl" file to ".php".
  • I have pasted the API key sent to me by SimBrief Guys.
  • I have replaced "YOURSITENAME" to my website name (where the phpvms is installed) in schedule_Briefing.php .

Edited by shrikar
Link to comment
Share on other sites

  • 2 weeks later...

hi baggelis.

I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled.

also we are using the Real Booking system from phpmods (servetas)

any ideas???

any help please???

Link to comment
Share on other sites

hello i have this problem when i added the simbrif i get it up to work but when i clickk on brif i got to those random pages i found the fail its somehow the button is linked to yourwebsite.com or somthing how do i fix that ???

1. Go to schedule_briefing.tpl

2.Around line 95 you will find this

<input type="button" onclick="simbriefsubmit('http://www.YourWebSite.com/index.php/SimBrief');" style="font-size:30px" value="Generate Simbrief">

3. Change "YourWebsite.com" to your VA website where phpVMS is installed.

Link to comment
Share on other sites

1. Go to schedule_briefing.tpl

2.Around line 95 you will find this

<input type="button" onclick="simbriefsubmit('http://www.YourWebSite.com/index.php/SimBrief');" style="font-size:30px" value="Generate Simbrief">

3. Change "YourWebsite.com" to your VA website where phpVMS is installed.

ah , i treid to install it all over agian , now the site not wanna lunch the script and i did all after the install guide if some one could see whats wrong that would be very nice site is habcom.cf

Edited by lapw123
Link to comment
Share on other sites

  • Members

hello i have this problem when i added the simbrif i get it up to work but when i clickk on brif i got to those random pages i found the fail its somehow the button is linked to yourwebsite.com or somthing how do i fix that ???

Please follow instructions

3.Edit simbrief.apiv1.js in lib/js

and add your full website addres in the apropiate location

4.Edit your schedule_briefing.tpl in /core/templates and in line 195 edit the link to corespond to your site

Example

http://www.yoursitelink/index.php/SimBrief

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...
  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...