Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. No problem, glad its sorted for you.
  2. Is there a quick way to roll back to using google maps v2? I have done a bit of testing and everything seems to work OK using v2, IE and heading reporting as well as lines being drawn, i know that if i roll back then the routes wont be depicted but ill live with that for the time being. I don't really want to roll back to the general release because of modifications i have made and other tweaks, i have already tried that with a fresh install If i remember right there is a change in the acarsmap.tpl routemap.tpl and core_htmlhead.tpl but im not sure, any help would be appreciated. Thanks.
  3. Hi, You need to edit the template registration_mainform.tpl, I take it you have just updated to the latest beta? Its around line 92 replace the existing captcha with, <dt>reCaptcha</dt> <dd> <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> </dd>
  4. OK so now back to the problem again, this is being transmitted by xacars but still my map icons are not changing direction, Fri Mar 05 21:26:50 2010: ACARS: [MESSAGE [DATA1=XACARS_MSFS|2.0&DATA2=MESSAGE&DATA3=1&DATA4=[03/05/2010 21:26Z] +++ ACARS Mode: 2 Aircraft Reg: .N738PM +++ Msg Label: PR Block ID: 01 Msg No: M68A +++ Flight ID: EZY658 +++ Message: +++ POS N51 8.83919 W0 12.2795 +++ /ALT 203 +++ /HDG 290 +++ /HDT 285 +++ /IAS 35 /TAS 34 +++ /WND 28504 /OAT 6 /TAT 6 +++ /FOB 9021 +++ /DST 300 - 0 +++ +++ ] transmitted successfully.] Any ideas on fixing this one?
  5. Thanks for that SP there i was thinking GB was OK Any news on the new exam release?
  6. I was looking at my finances and the fuel figure was way up there, further inspection i realised that the fuel figure from FSACARS was being send in lbs, have i missed a setting somewhere because my site is configured for KG.
  7. Do pilots get an email when a pirep has been approved? If they do mine isn't working, if they dont it would be a good addition i think.
  8. Let me be perfectly frank.... In life you get what you pay for. Simple as...... Free hosts suck, if you do a reverse lookup on your ip you will find well over 1000 sites on the server you are using..... If you want to run a reliable VA then you need to pay
  9. Is there any way of saving your admin templates in a skins folder so then dont get over written on an update? I think i read somewhere this was being implemented but i cant find it, i dont want to go adding bits to them if i forget one and update and lose it.
  10. Pollixx, If you look at your page with IE you get the same error as me, Mine does display in chrome and ff, http://www.easyjetva.com/index.php/schedules/details/2003
  11. Hi guys, On the update i put on my dev site All OK no problems, transferred to the live site and i get the following, Fatal error: Call to undefined function recaptcha_get_html() in /srv/www/easyjetva.com/public_html/lib/skins/ObsessBlue/registration_mainform.tpl on line 95 Which is this line for the recaptcha. echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); My keys are in the config files ok so any help would be appreciated.
  12. How hard would it be to code for awards the same way as the ranks are defined, Example if a pilot completed 10 flights he gets xx award automatically and so on. I would imagine its just a case of copying the ranking system?
  13. OK i found it, This may be of some use to you, http://forum.phpvms.net/topic/936-alignment-issue/page__p__5662__fromsearch__1entry5662
  14. I just had a quick look and thats a css problem, not too hard to fix, I had that where my site would align to the center on all browsers apart from ie. I cant remember what the setting was but i did post in the forun here about it some where is you do a search.
  15. Im no expert but i will help you if i can.
  16. I know as a quick fix in your website root dir you can create a file called php.ini and in that you can just define what location you wish to set the timezome for that directory. That way you can define different timezones to different websites if you so wish. Done forget to restart apache or iis to make the change.
  17. OK so i set the server time to utc but nothing was defined in the php.ini, this is now what i get Europe/London
  18. Like this you mean, http://www.easyjetva.com/index.php/pilots Active / inactive column Its a if else statement, i dont see no reason why this couldnt be adapted to the avtar
  19. Right, with IE and the map display i get the following error reporting in IE8 only. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; Tablet PC 2.0) Timestamp: Wed, 3 Mar 2010 22:54:53 UTC Message: Unspecified error. Line: 32 Char: 37 Code: 0 URI: http://maps.gstatic.com/intl/en_gb/mapfiles/api-3/30/main.js Any ideas on this?
  20. What you can do is what i have done on my dev site, go in to phpmyadmin and select the pilots table then operations, and defrag and optimize it, that will reduce the number again but you can seriously screw things up if you do this at the wrong time. SO i wouldn't attempt on a live site.
×
×
  • Create New...