Jump to content

mark1million

Moderators
  • Posts

    2283
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. Your files and database can be taken anywhere, you wont loose anything just because you change your hosting or domain name.
  2. Are you talking about a change to the url?
  3. Looks good, i wouldn't mind giving it a run through on my test server for you. Clean look.
  4. On the flight server you can set up something called hop lists, these can contain all the arrivals for a tour which also provide a log for each pilot, if this is something that you would be interested in then let me know. If you fly online anyway this would not be an option as you cant have 2 multiplayer sessions at the same time, just a thought though.
  5. I think its important to maintain backward compatibility while enhancing new technology, its a careful balance and sometimes a trade off but after all the more platforms you can support then the more pilots you will get, it took me about 3 months to get everything working across the most popular browsers, its a bit of a mine field.
  6. If your using Toppilot then this also works, <?php echo round(StatsData::TotalFuelBurned(), 0); ?>
  7. HI you can try to create a local php.ini file and add that as asp option, it has worked before with others. open notepad and save it as php.ini In that file just put this, asp_tags = Off Save and upload to your root directory see how that goes.
  8. If i remember right this is something to do with asp tags and the way your server is setup. If you run your install/checkinstall.php if there is a problem with that it will show you. ASP Tags [OK] ASP-style tags are disabled
  9. Maybe the community can assist in your changes? Between the three of us that have posted back we have quite a lot of experience with phpvms
  10. Yes it is possible, its in the app config.php, Copy it to your local.config.php and edit as you wish # Options for the signature that's generated Config::Set('SIGNATURE_TEXT_COLOR', '#000'); Config::Set('SIGNATURE_USE_CUSTOM_FONT', true); Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/tahoma.ttf'); Config::Set('SIGNATURE_FONT_SIZE', '10'); Config::Set('SIGNATURE_X_OFFSET', '10'); Config::Set('SIGNATURE_Y_OFFSET', '17'); Config::Set('SIGNATURE_FONT_PADDING', 4); Config::Set('SIGNATURE_SHOW_EARNINGS', true); Config::Set('SIGNATURE_SHOW_RANK_IMAGE', true); Config::Set('SIGNATURE_SHOW_COPYRIGHT', true); If you wish to use a custom font then make sure you download the font from a site and upload it to the dir specified
  11. How strange, i have only ever seen that error when i have been editing and forgot to \ before a < You could try adding a backslash to that line see what it does.
  12. Is there a rep mod for phpbb3? Ah so there is , http://www.phpbb.com/community/viewtopic.php?f=70&t=559069
  13. Is that what you get when you go to that page? Dont copy the code from that page just go to yoursiteurl/install/checkinstall.php
  14. Hey Flightguy, Let me see what i can rip out of your site and maybe you see where i was coming from. Maybe i shouldn't have launched a public post but i was annoyed at the time and whats done is done. I dont need stupid remarks in this post to fuel the fire. If a mod can lock this before it gets out of hand that would be appreciated. I will not be posting any further comment on this thread.
  15. To be honest guys i cant be bothered, if he or anybody else doesn't have the vision to personalize their own site with our stealing my content then thats down to them. All you need to do is look at my stats to see how popular my site is. I have other more important things to be worried about
  16. give me 5 mate im just having my tea
  17. which version are you on? Just redownload and replace the files in error
  18. Checking file hashes for corrupt or mismatched files [Checksum failed] /core/templates/schedule_results.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_bids.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_briefing.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_searchform.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/core_navigation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_details.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Schedules/Schedules.php did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/sidebar_schedules.tpl did not match, possibly corrupt or out of date
  19. OK so the easiest thing to do is backup your local config file and redown/upload all the files again and replace your local config back once your done. After that run the checkinstall.php and checkdb.php from the install folder. All your skin edits will not be effected provided you have followed the guide about placing tpl's in to your own skins folder.
  20. The code is in the wrong place, copy the original templates from the core templates folder and make the edits again to the effected templates.
  21. Code you need is, <?php if(Auth::LoggedIn() == false) { echo '<div class="mcright" id="error">Please login to view this page. </div></div>'; return; } ?> This will work with your skin.
  22. OK i have just used firefox and its in your style sheet look for the settings for the UI styles. This is what your after i believe,
  23. The entry yo are looking for is in your stylesheet and .mnm li, its been a while since i found it but your best using firefox firebug and changing the css live time in there till you find the correct one.
×
×
  • Create New...