Jump to content

Help with REALScheduleLite


bravo27

Recommended Posts

Just wondering if someone would be able to help me out. Is there something i can do to fix this issue , after i purchase a jump-seat to go to CYYZ is says You are currently at Riga West (EVRA)

You have not purchased any jumpseat tickets with Toronto-Virtual-atc.com Yet it does take my money and shows me the paperless ticket, no errors come and yet it says i have not purchased the ticket is there any changes i can make on the site to fix thank you. :rolleyes:

Link to comment
Share on other sites

thanks for the fast reply, I did change that it was the first thing i tried but it had not made any difference is it possible im not putting it in right here is the info<div id="mainbox">

<h3>Pilot Center</h3>

<div class="indent">

<p><strong>Welcome back <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>!</strong></p>

<table>

<tr>

<td valign="top" align="center">

<img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" />

<br /><br />

<img src="<?php echo $userinfo->rankimage ?>" />

</td>

<td valign="top">

<ul style="margin-top: 0px;">

<li><strong>Your Pilot ID: </strong> <?php echo $pilotcode; ?></li>

<li><strong>Your Rank: </strong><?php echo $userinfo->rank;?></li>

<?php

if($report)

{ ?>

<li><strong>Latest Flight: </strong><a

href="<?php echo url('pireps/view/'.$report->pirepid); ?>">

<?php echo $report->code . $report->flightnum; ?></a>

</li>

<?php

}

?>

<li><strong>Total Flights: </strong><?php echo $userinfo->totalflights?></li>

<li><strong>Total Hours: </strong><?php echo $userinfo->totalhours; ?></li>

<li><strong>Total Transfer Hours: </strong><?php echo $userinfo->transferhours?></li>

<li><strong>Total Money: </strong><?php echo FinanceData::FormatMoney((floatval($userinfo->totalpay) + floatval($userinfo->payadjust))) ?></li>

<?php

if($nextrank)

{

?>

<p>You have <?php echo ($nextrank->minhours - $pilot_hours)?> hours

left until your promotion to <?php echo $nextrank->rank?></p>

<?php

}

?>

</ul>

</td>

</tr>

</table>

<table>

<tr>

<td valign="top" nowrap>

<p>

<strong>Profile Options</strong>

<ul>

<li><a href="<?php echo url('/profile/editprofile'); ?>">Edit My Profile, Email and Avatar</a></li>

<li><a href="<?php echo url('/profile/changepassword'); ?>">Change my Password</a></li>

<li><a href="<?php echo url('/profile/badge'); ?>">View my Badge</a></li>

<li><a href="<?php echo url('/profile/stats'); ?>">My Stats</a></li>

<li><a href="<?php echo url('/downloads'); ?>">View Downloads</a></li>

</ul>

</p>

<p>

<strong>Flight Operations</strong>

<ul>

<li><a href="<?php echo url('/pireps/mine');?>">View my PIREPs</a></li>

<li><a href="<?php echo url('/pireps/routesmap');?>">View a map of all my flights</a></li>

<li><a href="<?php echo url('/pireps/filepirep');?>">File a Pilot Report</a></li>

<li><a href="<?php echo url('/schedules/view');?>">View Flight Schedules</a></li>

<li><a href="<?php echo url('/schedules/bids');?>">View my flight bids</a></li>

<li><a href="<?php echo url('/finances');?>">View VA Finances</a></li>

</ul>

</p>

<p>

<strong>Awards</strong>

<?php

if(is_array($allawards))

{

?>

<ul>

<?php foreach($allawards as $award)

{

/* To show the image:*/?>

<li><?php echo $award->name ?><img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li>

<?php } ?>

</ul>

<?php foreach($allawards as $award){ ?>

<li><?php echo $award->name ?><br />

<img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" title="<?php echo $award->descrip?>"/></li>

<?php } ?>

<?php

$location = RealScheduleLiteData::get_pilot_location($userinfo->pilotid);

echo $location->arricao;

?>

</ul>

<?php

}

?>

</p>

<p>

<strong>ACARS Config</strong>

<ul>

<li><a href="<?php echo actionurl('/acars/fsacarsconfig');?>">Download FSACARS Config</a></li>

<li><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></li>

<li><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></li>

<li><strong>For FSFK, you need the following (Place in Documents/FS Flight Keeper/Templates): </strong></li>

<li><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">VA-Template.txt</a></li>

</ul>

</p>

</td>

<td valign="top">

</td>

</tr></table>

</div>

</div>

<br />

Link to comment
Share on other sites

thanks for the fast reply, I did change that it was the first thing i tried but it had not made any difference is it possible im not putting it in right here is the info<div id="mainbox">

<h3>Pilot Center</h3>

<div class="indent">

<p><strong>Welcome back <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>!</strong></p>

<table>

<tr>

<td valign="top" align="center">

<img src="<?php echo PilotData::getPilotAvatar($pilotcode); ?>" />

<br /><br />

<img src="<?php echo $userinfo->rankimage ?>" />

</td>

<td valign="top">

<ul style="margin-top: 0px;">

<li><strong>Your Pilot ID: </strong> <?php echo $pilotcode; ?></li>

<li><strong>Your Rank: </strong><?php echo $userinfo->rank;?></li>

<?php

if($report)

{ ?>

<li><strong>Latest Flight: </strong><a

href="<?php echo url('pireps/view/'.$report->pirepid); ?>">

<?php echo $report->code . $report->flightnum; ?></a>

</li>

<?php

}

?>

<li><strong>Total Flights: </strong><?php echo $userinfo->totalflights?></li>

<li><strong>Total Hours: </strong><?php echo $userinfo->totalhours; ?></li>

<li><strong>Total Transfer Hours: </strong><?php echo $userinfo->transferhours?></li>

<li><strong>Total Money: </strong><?php echo FinanceData::FormatMoney((floatval($userinfo->totalpay) + floatval($userinfo->payadjust))) ?></li>

<?php

if($nextrank)

{

?>

<p>You have <?php echo ($nextrank->minhours - $pilot_hours)?> hours

left until your promotion to <?php echo $nextrank->rank?></p>

<?php

}

?>

</ul>

</td>

</tr>

</table>

<table>

<tr>

<td valign="top" nowrap>

<p>

<strong>Profile Options</strong>

<ul>

<li><a href="<?php echo url('/profile/editprofile'); ?>">Edit My Profile, Email and Avatar</a></li>

<li><a href="<?php echo url('/profile/changepassword'); ?>">Change my Password</a></li>

<li><a href="<?php echo url('/profile/badge'); ?>">View my Badge</a></li>

<li><a href="<?php echo url('/profile/stats'); ?>">My Stats</a></li>

<li><a href="<?php echo url('/downloads'); ?>">View Downloads</a></li>

</ul>

</p>

<p>

<strong>Flight Operations</strong>

<ul>

<li><a href="<?php echo url('/pireps/mine');?>">View my PIREPs</a></li>

<li><a href="<?php echo url('/pireps/routesmap');?>">View a map of all my flights</a></li>

<li><a href="<?php echo url('/pireps/filepirep');?>">File a Pilot Report</a></li>

<li><a href="<?php echo url('/schedules/view');?>">View Flight Schedules</a></li>

<li><a href="<?php echo url('/schedules/bids');?>">View my flight bids</a></li>

<li><a href="<?php echo url('/finances');?>">View VA Finances</a></li>

</ul>

</p>

<p>

<strong>Awards</strong>

<?php

if(is_array($allawards))

{

?>

<ul>

<?php foreach($allawards as $award)

{

/* To show the image:*/?>

<li><?php echo $award->name ?><img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /></li>

<?php } ?>

</ul>

<?php foreach($allawards as $award){ ?>

<li><?php echo $award->name ?><br />

<img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" title="<?php echo $award->descrip?>"/></li>

<?php } ?>

<?php

$location = RealScheduleLiteData::get_pilot_location($userinfo->pilotid);

echo $location->arricao;

?>

</ul>

<?php

}

?>

</p>

<p>

<strong>ACARS Config</strong>

<ul>

<li><a href="<?php echo actionurl('/acars/fsacarsconfig');?>">Download FSACARS Config</a></li>

<li><a href="<?php echo actionurl('/acars/fspaxconfig');?>">Download FSPax Config</a></li>

<li><a href="<?php echo actionurl('/acars/xacarsconfig');?>">Download XAcars Config</a></li>

<li><strong>For FSFK, you need the following (Place in Documents/FS Flight Keeper/Templates): </strong></li>

<li><a href="<?php echo actionurl('/fsfk/vaconfig_template');?>">VA-Template.txt</a></li>

</ul>

</p>

</td>

<td valign="top">

</td>

</tr></table>

</div>

</div>

<br />

Any other suggestion i could try thanks

Link to comment
Share on other sites

Try the fix I have already posted in your other post about this issue......

yes i did try the info you gave me, the only issue im still having is when clicking on buy jumpseat ticket it takes money from my account but says i havent bought the ticket and im still showing at the last flight location

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