Jump to content

bravo27

Members
  • Posts

    67
  • Joined

  • Last visited

Everything posted by bravo27

  1. Do you still have any aircraft you own and did you ever import info to a website so it shows the stats
  2. thanks for the reply,i have just started using the program and was wondering if there was a way to get the stats for pilots to show up on my website.I did notice at one point i tried to use one of the plains it requested and had to edit the registration in order to fly it,sorry to hear it dint work out for you
  3. Has anyone ever install any stats from fseconomy on there website to monitor the the pilots.
  4. Just wanted to say great add on and also wanted to mention Parkho thank you for all your help in repairing my site.
  5. Hello tom that file from fsx is it SQL database already and if so would it be possible to get from you thank you
  6. i would put the the obsessblue folder in the area that i mention above to you in the skin folder then when go to your admin area in your program and follow the direction i mention earlyer and make it your defaul, as form changing the files there are several ones they should be the ones in the skin folder that you have now Folder would be obsessblue on your site ,im not the best persone to help you out im kinda of a newby myself but have found out how to work things by trial and error and from having the good peaple here on the forum help with question here is my site if you would like to view it for some ideas www.toronto-virtual-atc.com sorry if i cant be more help but ill do what i can to help
  7. 5 Star Virtual Aviation CEO Try this go to your admin page--- click on Site and Setting tab----- Click on general Settings---- then you see a spot says Current Skin make sure your skin you want shows up there and also make sure you new skin is in the proper folder should be Public_html folder---- Lib folder----Skin folder and this is where is belongs hope this helps you
  8. i have a different skin but ran into the same problem then finaly resolved it hope this help i pasted this into the Layout file close to bottom and it work you can see it here on my site www.toronto-virtual-atc.com hope this helps you im just a noobee trying to get by <h4>Pilots Online</h4> <?php $shown = array(); foreach($usersonline as $pilot) { if(in_array($pilot->pilotid, $shown)) continue; else $shown[] = $pilot->pilotid; echo "<p>"; echo '<img src="'.Countries::getCountryImage($pilot->location).'" alt="'.Countries::getCountryName($pilot->location).'" />'; echo " {$pilot->firstname} {$pilot->lastname}<br />"; echo "</p>"; } ?> <h4>Guests Online</h4> <p class="txt-red10">Currently <?php echo count($guestsonline);?> guest(s) visiting. </ul>
  9. I tried to buy a jumpseat then check the table nothing is chacnge table still had original info and did not show jumpseat
  10. here is the data base you asked if you could tell what the problem may be Doc1.pdf
  11. Well i tried to reload it and its the same problem,if i at the airport i can purchase the bid and thats ok also i can fly to the next location and it tracks me just fine but the problem is if i want to purchase jumpseat it takes my money but tells me i have not purchased a ticket and still at last location and ive put in all the mod you suggested
  12. Thank you Simpilot i will start from scrach again and give it a go , i know its not the program its got to be something im not doing right or its in my system but i do apreciate all this time from you and others to help me out.
  13. 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
  14. Thanks for your info thats good to hear
  15. yes i do, just wondering if im causing this because i have not deactivated the other flights im letting the other fly the old way while im trying to get this to run
  16. Well what im having issue with is if i purchase the jumpseat ticket it keeps saying i dint and im still at the last place i flew from
  17. ??? Well i have taken all of the stuff out and reloaded it including the database and still same problem the only thing im not doing is taking away the link from the old Schedule Search because i still want the pilots to fly till i sort this out.Here is what happening i click on the link and all the flights come up and the ones with aircraft shows up that i can purchase a jumpseat ticket and the price,so when i clight on it to purchase the jumpticket a new windows comes up and shows mw a paperless ticket with the info on it,and i can cancel or purchase the ticket.So i click on purchase ticket and it takes me back to meneu where all the flights are and tell me im still at the old location where i was and that i have not purchaes a jumpseat ticket. If i look at my money account it haas deducted it from my pay....Hope you can help me out  thanks Oh and i did try the info i was told to change but with no luck
  18. Any other suggestion i could try thanks
  19. 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 />
  20. 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.
×
×
  • Create New...