Search results

  1. adam

    Plugins on YetiShare.com for File Hosting Script 3

    They're not ready yet, please be patient, they'll be ready as soon as possible.
  2. adam

    Re download

    That'll be in phpMyAdmin aswell. Just click on the database listed on the left, then you'll see an import option on the right-hand content tabs. It doesn't show unless you click on the database name first. Regards, Adam.
  3. adam

    Re download

    Hi, Please contact us using the link in the main navigation supplying your account email address and your PayPal email address if it's different. Regards, Adam.
  4. adam

    Plugins on YetiShare.com for File Hosting Script 3

    This is an smtp server issue. It looks like the smtp server you've set does not permit sending from the email address you've entered. I advise contacting your host to get the correct details. Regards, Adam.
  5. adam

    Return file back from Upload_Form.

    Hi, I'm not seeing any issues with out demo site on http://fhscript.com, at least in Chrome. Can you send me or post your url and I'll test it out? I noticed you've changed some things about in the code, are you seeing any javascript errors on the page? Regards, Adam.
  6. adam

    Default theme v.3 blue_v2 flexible

    Thanks for spending the time to share it with the rest of our users. Much appreciated. :) Regards, Adam.
  7. adam

    Plugins on YetiShare.com for File Hosting Script 3

    Hi all, That's correct, there'll be more information this week or early next. Yetishare.com is the new name for the file hosting script (rather than just 'File Hosting Script'! :)) so we're busy getting the new site finished at the moment. Once that's up you'll see details of the available...
  8. adam

    Upload straight to folders

    Hi, Yes, when you upload a file and see the clickable slider with the files links on it, you should also see a drop-down at the bottom with the option to set a folder. This is only shown if you're logged in. Regards, Adam.
  9. adam

    htaccess missing

    Hi, The .htaccess file is part of the zip download although Windows 8 may hide files starting with a dot by default. You'll be able to change this in folder options via the control panel. See here for more information: http://blogs.msdn.com/b/zxue/archive/20 ... rives.aspx Regards, Adam.
  10. adam

    Payment Method Fortumo.com (SMS Payment)

    Hi, Thanks for your suggestion. We're working on making the whole script much more plugin based so we can easily add a new module for additional payment options. Expect a release in the next few weeks with the plugin functionality. (among others!). There's no specific plans for fortumo...
  11. adam

    Can real file name be used in URL

    Hi, Thanks for your comments. :) If you login to the admin area and go to 'site settings'. Then search for 'Show the original filename on the end of the generated url.' on the page. This option will still create the short url part but it'll also add on the original filename to the end. i.e...
  12. adam

    .htaccess Problem

    Hi, Could you try this slightly modified version of the .htaccess file instead. RewriteEngine On RewriteCond %{REQUEST_URI} ^(.+)\~s$ RewriteRule ^(.*) /stats.php?u=$1 [L] RewriteCond %{REQUEST_URI} ^(.+)\~d$ RewriteRule ^(.*) /delete_file.php?u=$1 [QSA,L] RewriteCond %{REQUEST_URI} ^(.+)\~i$...
  13. adam

    Error upload links

    Hi, Please see the advise when you click 'info'... Regards, Adam.
  14. adam

    Agree terms switch off

    Hi, Sure, do this: - Delete the html code showing the tick box from index.php. Normally around line 109-118. (search for the class 'searchTerms') - Within _indexAction.php set $agreeTerms = 1 on line 28. i.e. $agreeTerms = 1; This will override the agree terms checkbox to always be 'agreed'...
  15. adam

    translation

    Hi, Thanks for your comments. We are sanity checking for translations on each release now so they'll all hopefully be moved into the translations functions by the next release. Regards, Adam.
  16. adam

    Error upload links

    Hi, This normally relates to the tmp folder running out of space. If you upload the check_host.php script to your site and run it via a browser, it'll tell you how much space the folder has allocated: http://www.mfscripts.com/check_host.zip It should be > 20GB if you're upload large files...
  17. adam

    Cant import .sql file

    Hi, What is the actual error message that's shown? The error you posted is just the sql command. Regards, Adam.
  18. adam

    Go hit by a spam bot

    Hi, As long as they are deleted from the 'shorturl' table they'll not show on the site. That's the only table that holds the data. Are you sure there's not more records? Regards, Adam.
  19. adam

    Spelling

    Hi, Thanks for pointing this out, I'll move it to the RFCs so it's picked up on the next release. Regards, Adam.
  20. adam

    Forum Updated!

    Hi all, We've today updated the forum on the site to provide instant notifications on posts along with some additional functionality. We'll start reworking the RFCs section into something a bit more manageable over the next few weeks. There's also a few script updates on their way...