Search results

  1. A

    nginx config

    Hi, I use Direct Admin and this is my problem. it cannot load without /index.php http://forum.mfscripts.com/viewtopic.php?f=20&t=1989 Please help
  2. A

    Rewrite on Nginx

    Hello Not any support? I use php-fpm55/nginx not revese proxy I tried as ___NGINX_RULES.txt but it didn't work I tried: if (!-f $request_filename){ set $rule_0 1$rule_0; } if (!-d $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = "21"){ rewrite ^/(.*)$ /index.php?_page_url=$1; } It...
  3. A

    Rewrite on Nginx

    Hello I use Nginx as webserver I use v3.5 currently and it works fine rewrite ^(.*).html$ $1.php break; if ($request_uri ~ "^(.+)\~s$") { rewrite ^/(.*) /stats.php?u=$1 break; } if ($request_uri ~ "^(.+)\~d\?(.+)$") { rewrite ^/(.*) /delete_file.php?u=$1...
  4. A

    List of my suggetion

    Hi I don't know anyone suggest this list so I listed here: 1. File manage for members is so simple, suggest: - Change file name - Select all or multi files per page and export selected links. Current, only get single link - Select all or multi files per page and delete selected links. Current...
  5. A

    Premium Expired date

    I try to set expired date for a premium user 31/12/2099 It is OK. until he login, it auto change to free user I want to set premium lifetime, expires date = blank. It is OK. until he login, it auto change to free user
  6. A

    Upload from local PC problem

    Hi 1. My server detail: - Debian 7 - 64bit - ISPConfig + Nginx + PHP-FPM 2. Remote upload are OK with all file size (I set 10 GB) 3. Upload from local PC: - Progress bar running well but no link when complete
  7. A

    Disable Auto count-down

    I known but my mean After countdown completely, it will redirect to catpcha page automatically, don't need click "download now"
  8. A

    Disable Auto count-down

    Resolved! But other problem When countdown complete, must click on "download now" link to redirect to catpcha page How to auto redirect to catpcha page? Thanks
  9. A

    Disable Auto count-down

    Hi Adam Remove that line. It will not auto countdown until click on but it will not countdown, always: and never complete
  10. A

    Disable Auto count-down

    Hi I want disable countdown timer start automatically I want a text link "Download", when user click on "Download" it will start counting down timer Please help