Jump to content

Sim Brief for phpvms


Vangelis

Recommended Posts

Simbrief wont do anything for me either.. ive looked at many threads here at how people are 'fixing' it, and a lot appear to be silly mistakes. Im sure mine is also, however I can not seem to get it going.

When you head to /index.php/schedules/brief/7334 or whichever schedule, and click on Generate Simbrief, absolutely nothing happens at all.

Ive seen other posts about making sure things are edited, so:

 

simbrief.apiv1.php in core/modules/SimBrief = DONE (api copy/paste)

simbrief.apiv1.js in lib/js = DONE (website address)

schedule_briefing.tpl in /core/templates = DONE

<form id="sbapiform" method="get" action="http://www.simbrief.com/ofp/ofp.loader.api.php" target="SBworker"> = DONE

<script type="text/javascript" src="<?php echo fileurl('lib/js/simbrief.apiv1.js');?>"></script> = DONE (in head of html)

It would be great if someone could give me a hand on this, oh, and changing tpl to php threw up missing tpl file error

thanks in advance


 

 

Link to comment
Share on other sites

  • Members

what is your website so we can have a look at it ? 

 

nevermind i just remember that i have your website on my pm but for the rest please post your website as it is easyer for us to help you 

Edited by Vangelis
found it
Link to comment
Share on other sites

Hi Vangelis,

After that post I made, I went to bed. this morning, drinking my coffee and on a different computer I checked it and its working exactly as it should be.

I wont mention the website address as the edit is working exactly as it should be and dont want to spam. but thanks heaps for all the help you have given me, and everyone else, through these forums.

 

Link to comment
Share on other sites

  • 4 weeks later...

I cannot find the simbrief section in my schedule_briefing.php on phpVMS 5.5 

I added this code, is it all correct?

<form id="sbapiform">

<table>
<tr>
 <?php $planedata=(OperationsData::getAircraftByReg($schedule->registration)) ;?>
 <td><input type="hidden" name="type" size="5" type="text" placeholder="ZZZZ" value="<?php echo $planedata->icao ;?>"></td>
		 </td>
<tr>
<tr>

 <td><input type="hidden" name="orig" size="5" type="text" placeholder="ZZZZ" maxlength="4" value="<?php echo $schedule->depicao ; ?>"></td>
<tr>
<tr>

 <td><input type="hidden" name="dest" size="5" type="text" placeholder="ZZZZ" maxlength="4" value="<?php echo $schedule->arricao ; ?>"></td>
<tr>
<tr>

 <td><input type="hidden" name="route" placeholder="Enter your route here"></td>
</tr>
<tr>
 <td colspan=2></td>
</tr>
<tr>

 <td><input type="hidden" name="units" size="5" type="text" placeholder="ZZZZ" maxlength="4" value="KGS"></td>
	 </tr>
<tr>

</table>


<br><br>

<input type="hidden" name="airline" value="<?php echo $schedule->code?>">
<br>

<input type="hidden" name="fltnum" value="<?php echo $schedule->flightnum?>">
<?php $today = date("dMy");?>
<input type="hidden" name="date" value="<?php echo $today?>">
<?php $deptimes = explode(":", $schedule->deptime); ?>
<input type="hidden" name="deph" value="<?php echo $deptimes[0]?>">
<input type="hidden" name="depm" value="<?php echo $deptimes[1]?>">
<?php $arrtimes = explode(":", $schedule->arrtime); ?>
<input type="hidden" name="steh" value="<?php echo $arrtimes[0]?>">
<input type="hidden" name="stem" value="<?php echo $arrtimes[1]?>">
<input type="hidden" name="reg" value="<?php echo $schedule->registration?>">

<input type="hidden" name="navlog" value="1">
<input type="hidden" name="selcal" value="GR-FS">
<input type="hidden" name="planformat" value="lido">

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

</form>

 

Link to comment
Share on other sites

  • 3 weeks later...

Awesome, thanks for this! Working well for me so far. I do have a question that I hope someone can help me with. I've very new to the coding/programming world so this is a great place to start and learn.

How do I increase spacing between the "Flight No.", "Departure", etc. columns here? http://prntscr.com/ggncvz Can this be done in the schedule_briefing.php or is it do with the skin style?

Cheers.

Edit** I've got it! Thanks anyway :D

Edited by Waters10
Fixed
Link to comment
Share on other sites

3 hours ago, Vangelis said:

i dont think you have installed it corectly http://www.va.knights-airways.org.uk/index.php/schedules/brief/27307

there is simbrief button 

In my core/templates where i copied the schedule_briefing.tpl to there already is a schedule_briefing.php   is this gonna cause issues?

 

#SOLVED#

Edited by sev
Link to comment
Share on other sites

On 8/22/2014 at 7:58 AM, SupernovaSurfer said:

Great Module thanks for this ! . A question , is there a way to give the pilot an option to change the aircraft type ( from default in schedule). For example a pop-up window perhaps when one clicks on "Get simbrief" ? which would change the submission to for example...

http://www.simbrief.com/ofp/ofp.loader.api.php?type=A332&orig=LTBA&dest=EGLL

to

http://www.simbrief.com/ofp/ofp.loader.api.php?type=XXX&orig=LTBA&dest=EGLL , XXX one could enter aircraft of choice perhaps ?

Just wondering..thanks in advance.

Deepan

I know its a old post but is the code available?

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
5 minutes ago, Vangelis said:

No it will not when you click on the button do you get the popup window from simbrief ? If not make sure all the necessary files are included 

Edited simbrief.apiv1.php

public_html/core/modules/SimBrief/simbrief.apiv1.php

public_html/core/modules/SimBrief/Simbrief.php ( Nothing to do )

/**********************************************************************/

$simbrief_api_key = 'ABU4dHvnXJb02**aepZYLwoffUwrJrTj'; //Paste your API key here

Edited 

/home/nextgena/public_html/lib/js/simbrief.apiv1.js

var api_dir = 'http://www.nextgenaviation.org/core/modules/SimBrief/'; //Ex. "some/directory/";

 

Edited layout.tpl

nextgena/public_html/lib/skins/ural/layout.tpl

<?php echo $page_htmlhead; ?>
<script type="text/javascript" src="<?php echo fileurl('lib/js/simbrief.apiv1.js');?>"></script>

nextgena/public_html/lib/skins/ural/schedule_briefing.tpl  (this is a custom file ) "Atthached "

<button type="button" style="width:100%" class="btn btn-success btn-lg" onclick="simbriefsubmit('http://www.nextgenaviation.org/index.php/SimBrief');" style="font-size:30px" value="Generate">Click to Generate OFP</button>

When I click on Simbrief button nothing happens ..  I am lost .. :( Please help 

Regards

Lawrence

 

 

 

schedule_briefing (1).zip

Link to comment
Share on other sites

  • 1 month later...
3 hours ago, ProAvia said:

Your error points to line 12 in the file SimBrief.php

Can you post line 12 from SimBrief.php?

<?php

    class SimBrief extends CodonModule
    {


        public function index()
        {


            $url = 'http://www.simbrief.com/ofp/flightplans/xml/'.$this->get->ofp_id.'.xml';
            $xml = simplexml_load_file($url);
            $this->set('info', $xml);
            $this->render('SimBrief/SimBrief.tpl'); 
            //print_r($xml);
        }
}

Ops: Line 12 in red.

 

And where is the button to access because here has not modified anything, have a modified skin, but even in the original ppvms skin, nothing has changed or appeared.

Edited by Ernani1968
Link to comment
Share on other sites

1 hour ago, shakamonkey88 said:

You don't use the simbrief module by going directly to that URL. It's showing you those errors as nothing has been requested through the API and therefore no data to grab via the xml

Okay, but could I post an image of the page with the simbrief button, so I have an idea of how it is ??

See that the site has nothing related to the simbrief:

http://www.continentalvairlines.com/index.php/

Link to comment
Share on other sites

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...