Jump to content

mark1million

Moderators
  • Posts

    2284
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by mark1million

  1. If you have moved your install and db or changed the domain name all you have to do is go to your local.config.php and update the settings there with your new passwords and url. The file will be in the core directory.
  2. Your files and database can be taken anywhere, you wont loose anything just because you change your hosting or domain name.
  3. Are you talking about a change to the url?
  4. Looks good, i wouldn't mind giving it a run through on my test server for you. Clean look.
  5. 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.
  6. 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.
  7. If your using Toppilot then this also works, <?php echo round(StatsData::TotalFuelBurned(), 0); ?>
  8. 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.
  9. 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
  10. 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
  11. 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
  12. 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.
  13. Is there a rep mod for phpbb3? Ah so there is , http://www.phpbb.com/community/viewtopic.php?f=70&t=559069
  14. 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
  15. 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.
  16. 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
  17. Tom its the content not the skin.
  18. give me 5 mate im just having my tea
  19. which version are you on? Just redownload and replace the files in error
  20. 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
  21. 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.
  22. 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.
  23. F12 mate. its called firebug.
  24. 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.
  25. 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,
×
×
  • Create New...