Search results

  1. adam

    Free YetiShare Social Login Plugin!

    Until 31st August 2013 we're offering our new social login plugin for FREE to users of YetiShare. Just follow & retweet us on Twitter and you qualify for the download. See the following page for full details: - http://www.yetishare.com/offers_free_so ... lugin.html
  2. adam

    how to use Remote Url Upload

    Yeah it's designed for files which don't need a password and not grabbing files from other download sites really. If you contact yetisharemods via this forum you should get more info regarding the leeching plugin.
  3. adam

    how to use Remote Url Upload

    That's right, filefactory will require a password for the file otherwise it will just download the upgrade page. yetisharemods is working on a leeching plugin which may solve this. In the mean time you could try changing the url so it's like this: http://username:[email protected]/etc/
  4. adam

    Change the Media Player

    That's right, JWPlayer has a license fee whereas jPlayer does not. :)
  5. adam

    Stop public access to files and folders

    Yes it's not a security issue. You can stop directory browsing though by also adding this at the top of your .htaccess file: Options -Indexes
  6. adam

    Change the Media Player

    WMV video will trigger Windows Media Player. DIVX video will trigger DIVX Web Player. AVI will run with whatever media player the user has installed. Unfortunately html5 doesn't support any of these so they won't be played directly in the browser, this isn't something we can work around in the...
  7. adam

    How to stop some codes from being indexed

    It's not a security issue as anyone visiting your site can view the js files. Although you can stop them from being indexed with a robots.txt file in the root. Something like this: User-agent: * Disallow: /admin Disallow: /api Disallow: /includes Disallow: /js Disallow: /plugins Disallow...
  8. adam

    PPD Question

    Always on completed downloads. If a download is cancelled half way through, it wont be counted.
  9. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    No problem, you too :)
  10. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    Also ensure your .htaccess file has this: RewriteBase /gggg/ Otherwise it'll point all file links to the root.
  11. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    It's your config file. You need to set this on the 2nd define: define("_CONFIG_SITE_FULL_URL", _CONFIG_SITE_HOST_URL."/gggg");
  12. adam

    Blank white screen

    What's in your server error logs? If you use cPanel you can normally find these when you login to the control panel.
  13. adam

    Error HTTP 500 after upgrade from v3.2 to v3.3

    There's been some issues around the new database layer with certain hosts, it relates to PDO availability somehow. Before you try anything, try removing the local php.ini files as I've heard a few reports of these somehow unconfiguring PDO. If that doesn't help, try reverting to the old DB...
  14. adam

    Upgrade from 3.02 to 3.3 hot swap.

    and backup before-hand :)
  15. adam

    Problem BDD

    When do you see the error? If you look in your database at the 'stats' table, does 'img_search' have a default value of 0. (if not can you ensure it does)
  16. adam

    Mobile browser won't download file

    What version of the script are you on? Does it fail in any other browsers on mobile? Does it fail on our demo site for Opera?
  17. adam

    File Hosting Script (v3.2) - Minor release. Moved PayPal to

    MFScripts - Moved PayPal gateway to plugin architecture so it can be disabled if needed. - Minor change to wrap long file names within 'your files'. - Changes to allow for FTP Upload Plugin. New Plugins: (see yetishare.com for pricing) - FTP Upload Plugin
  18. adam

    S3BackupWHM Script (v1.2) - Restore script, follow symlinks,

    MFScripts - Option to follow symlinks. - Option to set backup retention to none, last 3, or last 7 days of the week. - Option to pass --showlog to s3backup.sh script to view output when manually running it. - Better support for larger files using optional 'put' method. - Added s3restore.sh...
  19. adam

    Short Url Script (v3.0) - New Admin Area, New Theme, Mobile

    MFScripts - Complete admin area rewrite. - Brand new replacement theme set for the front-end. - Responsive layout. Website resizes for use on mobile and tablet devices. - Support for creating multiple short urls at the same time. - Added plugin architecture for script add-ons. - Your Urls page...
  20. adam

    Short Url Script (v3.1) - Multiple Short Url Domains, Folder

    MFScripts - New functionality to allow for additional short url domains to be added. - Set short url domains to be available to everyone or registered users. - Added folder management. Allocate urls to folders on the main screen, if you're logged in. - Option to disable main script url for...