Search results

  1. adam

    File Hosting Script (v3.3) - Direct Upload/Download File Ser

    MFScripts - Support for direct uploads and downloads to external file servers using the file uploader. - Support for url uploads direct to external file servers. - Migrated from old mysql_query functions to PDO in database layer. - Moved to database based sessions to allow for cross server...
  2. adam

    version 3.3 technical & new features questions

    Hi Jan, Thanks for your comments. :) In response to your questions: 0) No plans for 3.3.1 at the moment. 1) The upgrade notes are in install/manual/upgrade.en.html. Open this in a browser to see it correctly formatted. There's no auto-upgrader at the moment so you need to apply the sql...
  3. adam

    YetiShare - Plugin Updates

    Hi all, We've just released updates to some of the plugins we offer with Yetishare, along with a newly released plugin: Image Viewer Plugin: Change to display preview thumb on scroll down upload result. Added embed code to upload result. Removed link to info page on upload result. Added...
  4. adam

    Blank White Page after install

    Thanks for the feedback. I'll look at renaming the local php.ini files in the release source so they're not loaded by default. The local php.ini files only apply to the current directory rather than all sub-directories anyway, so not ideal.
  5. adam

    Problem with install

    These wont affect the install process, just ignore them for now. See your other thread, it likely relates to installation in a sub-folder.
  6. adam

    Blank White Page after install

    Did you install in a subfolder? If so you need to update the .htaccess file to this: RewriteBase /subfolder/
  7. adam

    Blank White Page after install

    Can you post new threads on the forum for different issues please. Moved to it's own.
  8. adam

    Blank White Page after install

    This is happening on some hosts when it can't find PDO. I've checked a few of them out and PDO actually is enabled so we're investigating whether it's due to a specific version or PDO function call. In the mean time you can revert to the old database class to get the script up and running: -...
  9. adam

    Direct server error

    I've sent you an email. If you're still having problems, send me temp access via the contact page and I'll run some tests. Thanks, Adam.
  10. adam

    Add a cookie system

    It's difficult with the new session controls since they need to be cross domain (for cross domain uploads) and cookies can only be created on the domain you're on. Saying that, there'll be a way to do it. I'll take a look at adding it back for the next release. If it's a minor tweak I'll post...
  11. adam

    Media Player - Is it possible to allow a free user to stream

    Re: Media Player - Is it possible to allow a free user to st The post you link to references a request for ads to be built into the player as well as a limitation on the length for free users. This sound different to what you've requested. Can you clarify what problem you're seeing? Is it with...
  12. adam

    Script BUG PHP.ini

    You might be able to set it in the .htaccess although it's not supported by every host: php_value upload_max_filesize 2G php_value post_max_size 2G Try to get it working with 2G limits aswell since you might have issues using more than that. As I say, contact your host as they'll be best to...
  13. adam

    Script BUG PHP.ini

    Not true. It works fine on shared hosting although I can't image you'd really want to use shared hosting given the amount of storage you'd need (if you allow large uploads). Different web hosts control the max upload values in different ways. If you ask your host the best method for increasing...
  14. adam

    error 500

    For anyone else having these issues, it turned out to be PDO related somehow. I'm yet to figure out why connecting to PDO results in a 500 error but in the mean time you can use the old database class to get the script working. Rename includes/class.database.php => to =>...
  15. adam

    error 500

    The "Invalid method in request" error looks Apache related: http://www.noah.org/wiki/Apache2_Invalid_method_in_request_%5Cx16%5Cx03%5Cx01 It's also saying "File does not exist: /home/uploaded/public_html/file_download.php", can you ensure the file has been uploaded along with all the other files.
  16. adam

    error 500

    That's right, send us an email via the contact form above if you'd prefer not to post.
  17. adam

    error 500

    Hi, Could you have a look at your server logs for the 500 error? Thanks, Adam.
  18. adam

    3.3 Upload fail, multiserver

    Ok, can you set the ftp account on both servers to have write permissions, I can't edit any of the files.
  19. adam

    3.3 Upload fail, multiserver

    Did you re-upload the incudes/class.dbsession.php file or make any other changes to the code? My changes have reverted.
  20. adam

    3.3 Upload fail, multiserver

    Ok, can you send me an admin login also.