Search results

  1. adam

    Some Font are not showing..............

    How many zip files are in /storage/archives/? Are there any errors in your server logs?
  2. adam

    How to download via Ipad?

    A previous release has issues downloading with IOS as IOS makes 2 requests to a file. This was fixed in a few releases back. If you're using an older version of YetiShare I'd recommend updating. If you're on v3.5.2 then send me details or your site, your IOS version, browser etc and we'll take...
  3. adam

    How to install additional file servers?

    Hi, Have a look here to start with: http://yetishare.com/file_server_tutorial.html Regards, Adam.
  4. adam

    ftp plugin bug name of facebook

    Please try the latest release of this plugin, I've fixed this issue. Just reupload pluginFtpupload.class.php to your server to patch. You may also need to remove any failed ftp accounts from your database in the plugin_ftp_account table.
  5. adam

    Auto Log out

    Try setting "Block paid account sharing" to "no" to see if that helps. It sometimes (rarely!) causes random logout issues depending on the server config.
  6. adam

    Some Font are not showing..............

    Are you sure you've not run out of disk space on the hosting account? If you have it would stop new previews from being generated.
  7. adam

    Some Font are not showing..............

    Hi, Please check you've uploaded all the zip files. Can you do a count of all the files in the /storage/archives/ folder? Thanks, Adam.
  8. adam

    Think leech plugin don't work

    No problem, thanks for feeding back :)
  9. adam

    What is Page Order?

    It's the order the download page is shown in. So if you have 3 download pages for free users, you can set which to show first, second and third.
  10. adam

    Think leech plugin don't work

    Can you ensure these are set in admin, site settings and try again: "Whether to enable logging or not" = "yes" "The types of log messages to store in the log files" = "all error types"
  11. adam

    Think leech plugin don't work

    So Curl looks ok, at least directly. Is there anything in the logs folder? Look for: /logs/plugin_fileleech/20140609.txt
  12. adam

    Think leech plugin don't work

    Ok. Login as root via SSH, what do you get if you run this: curl --verbose 'http://turbobit.net/ckrryv9snczy/road.runner.3d.part1.rar.html'
  13. adam

    Think leech plugin don't work

    Hi, Do any of the other file hosting sites work in the file leech plugin? It looks like curl is failing. Can your server see turbobit.net ok. Try a ping turbobit.net via ssh as root. Regards, Adam.
  14. adam

    Image Viewer Error after upgrade

    Easier email via the contact form above.
  15. adam

    Image Viewer Error after upgrade

    Can you send me an account login to test? It's working on our demo so I imagine there's probably something missing on upgrade.
  16. adam

    Image Viewer Error after upgrade

    Drag and drop still works fine. It must be an issue with the upgrade process. What's your site url?
  17. adam

    Plugin "ImageViewer" not working correctly.

    No it's not possible unfortunately. None of the code is encoded so we can't account for every possible change. The best we can do is to move anything template related into it's own area, then in theory, you shouldn't have to update your template on each release. (coming in v4.0 :)) If you do...
  18. adam

    Plugin "ImageViewer" not working correctly.

    I've fixed this within the image viewer plugin and updated the release code today. To patch just download the plugin, extract locally, then reupload the contents of the following folder onto your site. You'll need to also do any file servers: /plugins/imageviewer/includes/ Cache path is still...
  19. adam

    mediaplayer different problem

    It is probably the way the browser handles it. There's little we can do about it unless jwplayer have a solution.
  20. adam

    mediaplayer different problem

    I wouldn't recommend Flash as it's not well supported now. You can forward using html5 fine though. Can you do it on our demo site? http://yetishare.com/media_player_plugin.html If so, update your plugin code as there was some recent fixes around this.