forked from iykoou/docker-rapidleech
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not all plugins are updated, because there are too many plugins and i can't test all of them. This is a important update, please update your leechers as soon as possible. [SECURITY] Fixed CRITICAL issue that may be exploited to download files on any dir. Fixed some XSS. [PLUGINS] Changed upload plugins for hosts with XFS to loaders for the generic XFS plugin. Updated some of my plugins [REMOVED] Deleted Plugins For Some Not Loading & Closed Hosts. [FIX] DL stop at 99% with mega.co.nz plugin. JS error in sorttable when there is no server files table. "bw_save"'s checks where added to ftp downloads. notes.php was saving the file always in files/ Download issues when protocol wasn't in lowercase Better checks for "bw_save". [CHANGE] Added a "init" file (rl_init.php) for load rapidleech's config and functions. Added crc32 and sha1 options. Renamed "disable_md5" setting to "disable_hashing". Improvements on cURL function for reusing connections. "use_curl" setting is now enabled by default at setup. Added setting for disable referer checks at download. Added "X-Frame-Options" header for disable framing from external pages. Updated GetCookiesArr for delete "expired" cookies. Setup now force no-cache for js.js and template's css. Updated some .htaccess files. Secretkey will be generated if no filled at setup. Corrected some error msgs at ftp.php Updated Youtube format selector in audl. Error reporting for critical & parse error is now enforced when loading download plugins. Protocol is now checked at download's redirects. Disable automatic retry on "Connection lost" errors. Removed references to $secretkey from accounts.php. ($secretkey is now at config.php)
- Loading branch information
Showing
170 changed files
with
3,303 additions
and
2,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
order deny,allow | ||
|
||
<files ~ "\.(?i:s?php.*|cgi|p[l|y]|sh|asp|[d|s|p]?html?)$"> | ||
deny from all | ||
</files> | ||
|
||
<files ~ "^\."> | ||
deny from all | ||
<files ~ "\.(?i:js)$"> | ||
allow from all | ||
</files> | ||
|
||
<files bar.php> | ||
allow from all | ||
</files> | ||
</files> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.