You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2021. It is now read-only.
if (preg_match('@/error\.php\?code=(\d+)@i', $this->page, $this->redir) && !in_array($this->redir[1], array('257', '258')) /*Forcing PPS is not fair...*/) {
36
36
if ($this->redir[1] == '160') html_error('IP banned by FF.');
if (preg_match('@class="alert alert-error">\s*<h2>\s*([\w\-\s]+)\s*</h2>@i', $page, $err)) html_error("[FF:{$this->redir[1]}] ".htmlspecialchars($err[1]));
39
39
html_error("Link is not available [{$this->redir[1]}]");
40
40
}
@@ -57,13 +57,13 @@ private function CheckTS() {
57
57
privatefunctionCheckPass() {
58
58
if (stripos($this->page, 'This File has been password protected by the uploader.') !== false || stripos($this->page, '>Please enter the password</') !== false) {
59
59
if (empty($this->lpass)) html_error('File is password protected, please send the password in this format: link|pass');
60
-
elsehtml_error('The link\'s password you have sended is not valid.');
60
+
elsehtml_error('The link\'s password you have sent is not valid.');
0 commit comments