Search results

  1. adam

    Error download_token=

    If you send me access to the site admin and FTP via the contact form I'll take a look. If the example you posted is stored on an external server, also access to this. Regards, Adam.
  2. adam

    Remote url upload counter and Progress bar

    If the progress indicator isn't working it's likely an issue with output buffering on your web server. Make sure FcgidOutputBufferSize isn't 0 in Apache and it's also enabled in your PHP config. Use this test script to check it on your install: <?php header('Content-type: text/html...
  3. adam

    media player not working in another FTP server

    The storage method is irrelevant for the media player. It's likely an issue with connectivity to the FTP server or the type of file uploaded. Do you have an example url of one failing?
  4. adam

    Who is using rewards program

    If you have suggestions on how to improve it, post in our RFCs section and they'll be reviewed for the next release. We base pretty much all the release changes on user feedback so the chances are they'll be added if it'll benefit all users. (and we have the dev time!)
  5. adam

    Remoot url upload freeze

    What is the url of your site? I'll see if there's anything obvious in the response via Firebug.
  6. adam

    Error download_token=

    Was this code a fresh install or an upgrade? What version are you on?
  7. adam

    Upload Error! Please help.

    Yours looks to be server memory related. Try adding this to the bottom of the _config.inc.php and try another upload: ini_set('memory_limit','2048M');
  8. adam

    New default client theme

    Oh yes. :) We posted a few screens this morning as a preview: https://www.facebook.com/YetiShare.Script/posts/549191805209795
  9. adam

    [Urgent] Need script performance optimization..

    From above: Est 3-4 weeks for the next release at the moment.
  10. adam

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx See my response on the other thread.
  11. adam

    [Urgent] Need script performance optimization..

    If you raise a ticket with access to your site/admin etc, we'll patch in the code.
  12. adam

    Moved to different Server - Now all Existing Files corrupt?

    Re: Moved to different Server - Now all Existing Files corru Sounds like they didn't get moved ok. How did you move them?
  13. adam

    Moved to different Server - Now all Existing Files corrupt?

    Re: Moved to different Server - Now all Existing Files corru It seems to work for new zip files so the script looks ok. I'd have a look at the ones in storage. You can find out the path by looking in your database in the files table. If has the storage path for the uploaded file. Download it...
  14. adam

    Moved to different Server - Now all Existing Files corrupt?

    Re: Moved to different Server - Now all Existing Files corru Are they downloading with the correct filesize or as zero bytes? What happens if you download one of the files directly from the server, name to .zip and open it? Does it open. Just trying to see if it's script/server config related...
  15. adam

    List of my suggestion

    Thanks for the feedback, we'll ensure these are looked at for the next release.
  16. adam

    New default client theme

    It's coming in version 4. 70% of the way there at the moment. I'll post some preview pics in the next week odd. :)
  17. adam

    Registration Issue

    Good to hear, glad you're up and running. :)
  18. adam

    Payment Processing For Filehost?

    They're all listed on our plugins page: http://yetishare.com/plugins.html We can also arrange stripe.com.
  19. adam

    Registration Issue

    SMTP will work with Google. Use these settings: The method for sending emails via the script: smtp Whether your SMTP server requires authentication: yes Your SMTP host if you've selected SMTP email method: ssl://smtp.gmail.com Your SMTP username if SMTP auth is required: [Your Gmail Email...
  20. adam

    Rewards plugin change

    Thanks for the suggestions. We're working on the next release at the moment so I'll ensure these are reviewed before then.