Search results

  1. D

    Image URL gives 404 on nginx

    it's because nginx read the url as a static file, if you forward the request to php server, it'll open up fine
  2. D

    Problem with Leverage browser caching setup

    try set php.ini to allow remote url include ;;;;;;;;;;;;;;;;;; ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; http://php.net/allow-url-fopen allow_url_fopen = On ; Whether to allow include/require to open URLs (like http://...
  3. D

    Problem with Leverage browser caching setup

    Post your full nginx configuration here, including php section..so we can help you out. I'm using the same config as yours but mine is fine.
  4. D

    404 Error after Captcha Page

    I remember facing this issue long time ago...you need to fix something in core files..but I forgot which one..If I'm not mistaken, it's core/includes/file.class.php At that time, I believe it's caused by x-accel redirect setting in file server, if we disable it, it'll show the correct uRL to...
  5. D

    Best hosting and server setup

    bisa diatur, hehehe ===== nice site btw, so shame someone copied your template.
  6. D

    Torrents stuck in Pending status

    you can try something from this page : https://forum.transmissionbt.com/viewtopic.php?t=12218 or this one https://forum.transmissionbt.com/viewtopic.php?f=8&t=8393 you can also reach adam to solve this issue, he's been very helpful. I use utorrent as my torrent backend, I'm sorry I can't help...
  7. D

    Best hosting and server setup

    Hi, You can hire me for finding best provider for main server, file server, setting it up with nginx and php-fpm, setting load balancer and other server management. You can contact me via skype @ Gigasky Support, or email me to poizone[at]gigasky.net Regards, Donny
  8. D

    Torrents stuck in Pending status

    you may want to check the log first..also inform us what torrent client you use
  9. D

    How to play mkv or avi using html5 player

    you need to modify the script to use divx plugin or vlc web player. it actually works in my site eventhough a bit laggy with FF. also chrome doesn't allow npapi anymore.
  10. D

    Is it possible to make an exact copy of mywebsite for testing purposes hosted on subdomain?

    I also asked this to Adam, he told me to make sure that the development site can only be accessed by me. So, it's okay to host another one for testing purpose.
  11. D

    Migrate Form Apache To NGINX

    Actually no data will be lost. You just need to turn off apache, or change it to another port. After that, install nginx and php-fpm if you plan to use phpfpm as php processor. Other than that you can also use nginx as reverse proxy to your apache server. good luck with the project.
  12. D

    fixed left side menu when scroll

    I use jquery pin to make the right column (files area) sticky. http://webpop.github.io/jquery.pin/ good luck
  13. D

    Yetishare Daily Download Limit (in GB)

    Hi, FIlehosting sites nowadays are using traffic limit to reserve their server traffic quota. I can't see any option in yetishare to limit user traffic, for example, 25GB daily downloads traffic. I found something at stackoverflow, is there any chance this can be implemented on yetishare...