Jump to content

DarqFlare

Members
  • Posts

    2,215
  • Joined

  • Last visited

Everything posted by DarqFlare

  1. Moving to hardware...
  2. lol... I never thought of TCH offering "drawbacks" of that type... heh.
  3. This is a generalization of what you'd need to do, in PHP: ><? ini_set('session.cache_limiter', ''); header('Expires: Thu, 19 Nov 1981 08:52:00 GMT'); header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); header('Pragma: no-cache'); header("Content-Disposition: disposition-type=attachment; filename=XXXa"); readfile("XXXb"); ?> This is a PHP script that you would link to in a page, much like this: ><a href="script.php">Download MP3</a> This is how I've got things working, more or less. Let me know if it works for you. Replace 'XXXa' with the suggested file save name, and the 'XXXb' with the local (I do believe) path to the file you want them to download.
  4. Yeap. if you include the PHP/SSI file, then the one being included will simply have straight HTML in it.
  5. Moving this thread to that area so it will be seen.
  6. I've discovered how to do it in PHP... If you'd like, I can post it.
  7. It doesn't care about file extension, just size.
  8. All of them came up for me.
  9. Put in a support ticket and we'll handle it!
  10. Yes. I had those same symptoms and switched to a better brand of memory and all my problems were solved.
  11. Sounds lucky to me!
  12. Well, I've been converting between having four separate installs of MT to one central one.. It's somewhat tough, but doable if you do the right sequences. If anybody is curious how to merge separate installs, just ask me. I've got a process that seems to work, I haven't run across any bugs yet.
  13. Thanks Black, and welcome to the family!
  14. I've been using NTFS for as long as possible. It is more stable.
  15. Thanks for the resource!
  16. In case you wanted to keep the page's filename the same, you could have always added the following line to your HTACCESS file: >DirectoryIndex full_efx_mobile_entertainment.htm Anyway, you've got it fixed, so this is for reference.
  17. I can't say I've set up a single MT script to generate three different weblogs, but it can do it. I know it can... I however, being the inefficient person I am when it comes to premade scripts, just installed it four times for these four weblogs.. lol.
  18. Yup. I concur.
  19. We'll be happy to help you out!!
  20. It will default to Times New Roman (Windows) I believe, if they don't have it.
  21. The PHP compilation is customized for CPanel therefore we do not control compiling options. exif is not enabled.
  22. If you're going to use one master HTACCESS file, use the one in public_html
×
×
  • Create New...