Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Hi Ray, no i have not look at this.
  2. Jeff there is a limit to the amount of routes you can show, i dont think you can show them all. Mind you sating that my ops guy has managed to get all flights from a hub displayed so maybe its possible,
  3. Ok let me have a play for 5 minutes and ill post the code, Where is it your putting or wanting to show the total distance, is it the acars.tpl
  4. Or thinking about it if your creating a module use sql to get what you want.
  5. OK you have to load the schedule number, if your in the acars tpl then you can use the flight, that should work
  6. OK in that schedule briefing tpl the function in there, <?php echo "{$schedule->distance}"; ?>
  7. Ah ok great idea, let me have a look, ill get back to you.
  8. Routes are in your schedules if thats what you mean? If you take a look in to the schedule_brief.tpl you can see the code there that calls it.
  9. This really is a bit pointless * mods can you lock this....
  10. If your not logged in the exam system will redirect to your index page, maybe a screenshot would be of some help?
  11. There is a fix here on the forum about that Ray
  12. Hey guys, With the addition of the fsd server i have enabled voice in to the network using teamspeak2, why ts2 i hear you ask? Because its only ts2 that is compatible currently with FS Inn..... So all you pilots who use FS Inn can now configure the connection to use voice over the network if you use the server for your flights or events. If you want specific frequencies created then just let me know and i will create them for you. I have introduced a Unicom channel for my guys when they are connected to Vatsim and they are switched back to Unicom, then then automatically connect after switching their Com1 frequency to 122.8 to the easyJet Teamspeak channel, when they are requested to contact another controller they leave the channel and move over to live atc, this seems to be very popular especially when everything is controlled through through your flight sim. So for connection details you use FSInn to connect to the server, the address is the same as previous, the ts channel is also the same url, i will post a screen shot of the settings shortly. Here are the settings, The only other setting you may need is to tell FSFDT where your teamspeak is installed, Go to FSFDT control panel (in your taskbar by the clock) Go to the Voice tab and put in your teamspeak 2 path so most users will have it installed in C:\Program Files\Teamspeak2_RC2
  13. If you place in your skins folder it will be read from there.
  14. yes well i copied the admin code and thought yeh thats fixed lol but then i visited the site nit logged in and seen the error and realised my mistake. But yes it was after an update probably a year ago now. Nabeel is looking in to it.
  15. Ok the php you have is correct in the right templates, just remove all you html formatting, if i remember right you dont need any html. start off with, <img src="http://www.futura-va.co.uk/images/LOGO.png"/> Dear <?php echo $firstname .' '. $lastname; ?>, We are delighted to inform you that your application has been successful. You are now a fully fledged Futura Virtual Pilot! Here is some help to get you on your way...... etc etc just remove all the formatting if any the only thing needed is the br br tags
  16. Nabeel, In the finance and balance sheet page not all the expenses are populated on that pie chart, i used the admin url and the do as the data source but normal pilots would not be able to access that. Example, Using the admin url the pie chart is fully populated with the expense types.
  17. I tell you what would be good to run in that cron, a clean up of the chat log My table is getting massive lol
  18. What are your folder permissions for that, also what error are you getting now?
  19. Does all that stuff really work? Cant you just remove the tables and use <p> Forget the div formatting as well loose all that stuff if i was you.
  20. Don't forget to comment out those url rewrite rules in the .htaccess with a #
  21. What you are using seems OK, for the email when they register that is template that should be in your skins folder and its called email_registrationaccepted.tpl, The variables to use in there are, //Firstname Lastname <?php echo $pilot->firstname.' '.$pilot->lastname ?> //Firstname Lastname Pilot ID <?php echo $pilot->firstname.' '.$pilot->lastname ?> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> This is what i use OK. Let me know how you get on.
  22. I had those errors, jost log in to your mysql and the update sql file run each querey separably, you will find the tables are mostly altered anyway so you will get errors, just go through them all and you will be sorted You will probable only find that success is on about 3 tables
  23. Nabeel, its the sql not running that was causing the problems. Manually running each line corrected my issues all of them. As for the rewrite i would just forget it Does strange things to the bids and other stuff after all its not doing any harm the way it is really.
  24. All seems OK now after running those manual sql updates.
×
×
  • Create New...