Search results

  1. S

    Error: cannot move file

    someone would have to login and look at your server to investigate further if the permissions and ownership is not the case ,Assuming nothing was changed and it was just reset.
  2. S

    FFmpeg high load

    congratulations if you are getting 22000+ visitors every second. Now for the issue: First of all, it is a BAD idea to use 1 server for everything specially if you have that many visitors. Your 1 server is doing a lot of tasks here. Personal suggestion (maybe someone else has even better...
  3. S

    Error: cannot move file

    possibly permissions issue. check to make sure the folder is owned by the correct user and group and that your web user has write access to it. Also check your error logs maybe you'll find something useful there?
  4. S

    WebDAV issues

    update on this: Now i am using Plesk control panel and installed the test file upload site with webdav plugin. I get a different error in the logs now: on webDAV client, i get this: Anyone has any idea on how to fix this error ?
  5. S

    How to add bottom link add like copywriter etc

    It is not a setting in the admin panel. You have to edit the php file manually..
  6. S

    Inverse times downloads

    First, i would check under Account Packages in your admin panel to make sure you have set the download speed correctly for all user groups. If that is correct, then you may want to check your download page, in my case i have set "_download_page_compare_timed.inc.php" as download page but yours...
  7. S

    Need to edit template

    the code is in the _header.inc.php file in your theme folder under templates/partial.
  8. S

    How to add bottom link add like copywriter etc

    edit the _footer.inc.php file and add your copyright line in there...
  9. S

    Media Converter: mkv files

    go under media converter settings and add mkv under the "Process files" option.
  10. S

    Multiple Drive Local Server Storage - Yetishare

    just create a new folder under the html folder or files folder and mount it there.
  11. S

    Multiple Drive Local Server Storage - Yetishare

    it has to be under your /var/www/html/ folder but maybe try creating a link under the files/ folder and lync it to your LV.. ?
  12. S

    WebDAV issues

    Thanks for your reply adam, so i did make some changes as per your knowledge article and now i am getting this different error message There is nothing in the logs anymore and if you notice, in the image attached, on the footer of webDAV client, it shows "Login Successful" but i get an error...
  13. S

    WebDAV issues

    Hello guys, Me and adam worked (6-7 months ago) on getting webdav working on my website but we couldn't get it to work so thought i will post it here so if anyone else has any ideas. Issue 1: WebDAV works only on cpanel. i tried a couple different control panels such as virtualmin, centos web...
  14. S

    How can I install mod_xsendfile apache mod on CentOS Cpanel

    this is what i did and i have been using xsendfile since 2 years on file upload script.
  15. S

    How can I install mod_xsendfile apache mod on CentOS Cpanel

    install EPEL repo on your centos server and run yum install mod_xsendfile After that follow the APACHE CONFIGURATION in this support article. https://support.mfscripts.com/public/kb_view/1/ Hope this helps.
  16. S

    server down

    it could be your web host down for maintenance maybe or you have under maintenance option set to yes ?? Are you able to access admin panel atleast ?
  17. S

    Help on integrating wordpress posts into yetishare

    Dont know much about pulling posts from wordpress but maybe try using full file path instead of /partial/.... or try using ./partial/_index_blog_section.inc.php try the . in the front.... Or as mentioned above, try RSS feeds and format them.
  18. S

    download corupeted probleme

    try disabling xsendfile or X-Accel-Redirect depending on what you use and see if this helps ?
  19. S

    basic file upload api

    i have an API for remote file upload.. costed me $50 but this would be tricky when uploading large files and hence more expensive than $50.
  20. S

    Stripe Plugins Dont Work

    i am confirm the plugin works because i use it on my website and i see users purchase premium every day using stripe.