Бонусов: 10

Быстрая регистрация в один клик

Для покупателей и для продавцов

Чтобы активировать вашу страницу вам нужно зарегистрироваться

    Email: Правильный формат "name@name.*"

Rapidleech V2 Rev 42 — Install

To paste 100+ links at once, increase max_input_vars in php.ini:

max_input_vars = 5000

| Symptom | Likely Cause | Resolution | |---------|--------------|-------------| | Blank page | PHP error, no display_errors | Check error_log, set display_errors = On | | cURL not working | Missing php5.6-curl | sudo apt install php5.6-curl | | "Unable to write to tmp" | Wrong permissions | chmod 777 tmp/ | | Plugins return "Host not supported" | Obsolete regex | Edit plugin file or disable host |

If you prefer Nginx over Apache, here’s a minimal configuration: rapidleech v2 rev 42 install

server 
    listen 443 ssl;
    server_name leech.yourdomain.com;
root /var/www/html/rapidleech;
index index.php;
location ~ \.php$ 
    include snippets/fastcgi-php.conf;
    fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
location ~ /\.ht 
    deny all;

Set PHP-FPM pool settings:

pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
request_terminate_timeout = 0

RapidLeech’s .htaccess contains security rules. Ensure mod_rewrite works. Test by navigating to http://your-server/rapidleech/check.php – this file verifies cURL, fopen, and memory limits. To paste 100+ links at once, increase max_input_vars

Rapidleech is a powerful tool, but it’s often targeted by hackers. Follow these security measures:


.

Вверх