Search results

  1. Z

    changes file name to generated hash when download starts

    when I enable this : Show the original filename on the end of the generated url .MKV extensions will be downloded with full name and correct extension but other extension such as .rar or .zip shows 404 file not found error! when I disable that option everything works again but not original...
  2. Z

    changes file name to generated hash when download starts

    one more thing when I enable this option : Show the original filename on the end of the generated url. in setting , download works fine and starts downloading with file's real name and extension!
  3. Z

    changes file name to generated hash when download starts

    its nothing to do with my browser or download manager , all of users have same issue while trying to download any file from my website , file has same name as hash url and no extension! any solution ?
  4. Z

    changes file name to generated hash when download starts

    Hi, I got new weird issue , everything is fine but when I want to do download a file , it renames downloading files name to hash address in url! for example if domain.com/rq is url downloading file name will be only rq ! and not the original file name! Nginx rules are applied as it says in...
  5. Z

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

    rules are correct as it written in nginx rule , I did an upgrade and now I have this issue. some one here in forum told me to use these codes : f (!-f $request_filename){ set $rule_0 1$rule_0; } if (!-d $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = "21"){ rewrite ^/(.*)$...
  6. Z

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

    well , I have same issue and all nginx rules are applied. download works fine, admin login is fine but users can't login and getting exactly same error message.
  7. Z

    [Urgent] Need script performance optimization..

    well I have same issue and php-fpm takes alot of memory for each download. for example a downloader with 8 concurrent connections takes about 500MB of RAM. my server has 16GB ram , which means only 32 people can download with 8 concurrent connections then server is fully loaded ! I thought...
  8. Z

    Rewrite on Nginx (version 3.5.x)

    Re: Rewrite on Nginx Well , Can you put all your settings, please ? I install and configed Nginx , loading pages are much faster. but each download with IDM and 8 concurrent connections take 500MB RAM and 99% load on 4 cores of CPU ! I didn't have this problem with apache_nginx reverse...
  9. Z

    blank page instead of Error Page

    Hi, my website including many websites which using YetiShare , when you enter url of file or any fake url which is not generated for file by script , display blank page instead error file or page not found page and error. I spoke to Adam he said that's not an issue you can redirect 404 error...
  10. Z

    Problem with Uploading files larger than 1GB

    I didn't touch anything in php.ini its default one, except those setting require for increasing file upload size . what should I do know to solve this issue ?
  11. Z

    More Control on Users / resume-able downloads

    Hi , Looking for option to have more control on Free , Registered and Premium Users , especially to be able enable/disable resume-able downloading or these useres , number of connection for each download with download managers. controlling maximum storage for registered and paid users. as you...
  12. Z

    Problem with Uploading files larger than 1GB

    Yes , I know about PHP.INI and I changed those valuses to 4100MB , as I said sometimes it does upload and sometimes not ! it stop on middle of uploading and shows that message ! its fine with files like 1.2-1.3GB but larger than that it might upload it ! It sounds like script issue , did anyone...
  13. Z

    Problem with Uploading files larger than 1GB

    I increased maximum uploading size for paid users to 4GB and everything is set in php.ini and no error message in admin area. uploadinf files till 1.2 or 1.3 GB is fine but files bigger than that , sometimes it can upload completely . sometime it shows no errors and start uploading but suddenly...
  14. Z

    How to enable Download Manager support

    No answer here , no useful reply ! what should we do ?
  15. Z

    How to enable Download Manager support

    OK , but I want to limit free users as well , as you can see in photo I attached , free users's speed is limited also he will have waiting time , but here with what you suggested there will be no limitation for free users. about making money , I will encourage users with no time waiting and...
  16. Z

    How to enable Download Manager support

    This doesn't solve my issue , I want to have all these options enabled and have extra option which let me allow anonymous and free registered users to have resume-able download with download manager or not. I tried this way before , in few different pcs sometimes it starts with IDM and...
  17. Z

    How to enable Download Manager support

    I have same issue , I saw such option in other scripts but here with this script they don't have this option , Its more than a month that I am asking them to add this feature . they told me it would be there in next version , after v3.3 and it takes 3 more months and now I heard they might add...