Search results

  1. adam

    Question about Trash Can?

    You can't at the moment. The trash can is there so you can still access the file stats after it being removed.
  2. adam

    V4 Multi-Problems

    You need to test if the cron tasks work on your server via the command line (ssh). So login via SSH and call one of them: php /home/nypp/www/admin/tasks/process_file_queue.cron.php If the file action queue is processed then you know the cron scripts work on your server. So it must be an issue...
  3. adam

    rewards Plugin

    Delete the groups via the database in the plugin_reward_ppd_group table.
  4. adam

    ImageViewer Plugin - Working for v4? Not in Demo...

    Use the arrow keys to go left and right.
  5. adam

    White site after Login to /admin

    You're welcome :)
  6. adam

    White site after Login to /admin

    Try enabling mcrypt in PHP.
  7. adam

    ob_flush(): failed to flush buffer. No buffer to flush

    It's not a problem in the code, just when ob_flush() has been called but there's nothing to output. You'd be best tweaking the PHP settings to not log notices on live servers. We do our best to clear them all but there may still be some depending in PHP version, config etc...
  8. adam

    Can't register! Class 'passwordpolicy' not found?

    Also make sure you're using the release code and not beta. In the beta I believe there was an issue which was fixed around the naming convention of the call to passwordpolicy. (vs passwordPolicy)
  9. adam

    Y4 - file list LOADING... and users cant login

    No problem, thanks for reporting back the resolution.
  10. adam

    Y4 - file list LOADING... and users cant login

    They should fix it. Please post the rules you're using from your nginx config?
  11. adam

    [FIXED] Mcypt functions not found within PHP

    Thanks for reporting back the fix. :)
  12. adam

    Y4 - file list LOADING... and users cant login

    This is a NGINX rewrite rule issue. I recently updated the rules supplied with version 4. Please redownload the script archive and look at the file ___NGINX_RULES.txt
  13. adam

    YetiShare v4.0 Final Now Available!

    Hi all, We've today officially released v4.0 of YetiShare, our file hosting script. It includes many new features including a new responsive theme, optimized for mobile and tablet, background uploading, RTL support, fast ajax file manager, X-SendFile support, plugin updates, performance...
  14. adam

    Rewards plugin change

    Thanks for your feedback guys, we'll make sure these are reviewed for the next plugin update.
  15. adam

    Block Specific Domain names from registering

    This was added as an option in v4: "Block email address domains from registering. Comma separated list of domains. i.e. exampledomain.com,exampledomain2.com,etc"
  16. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx Closing this thread as the NGINX rules are now outdated for version 4. See the ___NGINX_RULES.txt file in the latest script release for the rules.
  17. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx It's the same as this forum.
  18. adam

    V4.0 expire the links generated TOKEM?

    Do they work if you call them via the command line? i.e. ssh.
  19. adam

    V4.0 expire the links generated TOKEM?

    Split thread as different subject. Do you have the cron task setup: \admin\tasks\downgrade_accounts.cron.php
  20. adam

    mediaplayer different problem

    We have this logged for investigation so it'll be reviewed soon.