Search results

  1. adam

    Mixed. Submitted by YetiShare user.

    1. When on account_home.html and clicking on any of the Download URL/Filenames – I don’t expect it to start a download. When I click that link I expect it to go to the sharing page. I think a lot of people would expect the same behaviour. Think of it from an uploader’s perspective – why...
  2. adam

    Problem with the bigs files

    See the notice on the check_host.php script: TMP Folder Size (3.94 GB): Notice - info You need to increase this to 20GB+ if you want to allow for larger files. Otherwise it'll quickly fill up with temp uploads. It might not be the cause of these issues but will need changing. You need to check...
  3. adam

    Problem with the bigs files

    It could be any number of things, for one your tmp folder is really small to allow for large files.
  4. adam

    Not Sure in Config wesite me ?

    Did you run the installer? yourdomain.com/install/
  5. adam

    Problem with the bigs files

    If you want me to take a look for you, send me temp ftp access and admin login details via the contact form above. I'll run some tests today to try and fix it.
  6. adam

    Problem with the bigs files

    Can you check the settings detailed on this post: http://forum.mfscripts.com/viewtopic.php?f=20&t=572
  7. adam

    Adding a server..

    Where you just uploaded it to. So the file server.
  8. adam

    Adding a server..

    The instructions are in your admin area when you go to add the 'direct' file server. This is what the demo site says: Once uploaded, amend the _config.inc.php file with your local settings. You'll need to update _CONFIG_SITE_HOST_URL & _CONFIG_SITE_FULL_URL. _CONFIG_CORE_SITE_HOST_URL should...
  9. adam

    Problem with the bigs files

    Try adding the following line after session_name($Config->sessionName); in includes/master.inc.php: session_set_cookie_params(60*60*24); This should keep the session open for 24 hours.
  10. adam

    Adding a server..

    The test trys to reach _config.inc.html on your file server. The file doesn't exist but if mod_rewrite is working and you've added the .htaccess file it should direct to _config.inc.php. Can you check _config.inc.php exists on your file server. If that's ok, can you try loading a html file...
  11. adam

    Showing Database Error Invalid SQL

    You could also try disabling the download tracking via the admin area settings. This might help lighten the load on the db until you can sort mysql.
  12. 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
  13. 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.
  14. 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/
  15. adam

    Change the Media Player

    That's right, JWPlayer has a license fee whereas jPlayer does not. :)
  16. 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
  17. 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...
  18. 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...
  19. adam

    PPD Question

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

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

    No problem, you too :)