芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/class.bf1.my/wp-admin/js/Auth.tar
Basic.php 0000644 00000003625 15122257650 0006311 0 ustar 00 user, $this->pass) = $args; } } /** * Register the necessary callbacks * * @see curl_before_send * @see fsockopen_header * @param Requests_Hooks $hooks Hook system */ public function register(Requests_Hooks &$hooks) { $hooks->register('curl.before_send', array(&$this, 'curl_before_send')); $hooks->register('fsockopen.after_headers', array(&$this, 'fsockopen_header')); } /** * Set cURL parameters before the data is sent * * @param resource $handle cURL resource */ public function curl_before_send(&$handle) { curl_setopt($handle, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($handle, CURLOPT_USERPWD, $this->getAuthString()); } /** * Add extra headers to the request before sending * * @param string $out HTTP header string */ public function fsockopen_header(&$out) { $out .= sprintf("Authorization: Basic %s\r\n", base64_encode($this->getAuthString())); } /** * Get the authentication string (user:pass) * * @return string */ public function getAuthString() { return $this->user . ':' . $this->pass; } } error_log 0000644 00000002354 15122257650 0006472 0 ustar 00 [21-Oct-2025 22:55:33 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [12-Nov-2025 17:42:34 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [12-Nov-2025 17:43:43 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [12-Nov-2025 22:36:24 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [12-Nov-2025 22:39:04 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [05-Dec-2025 08:28:20 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 [05-Dec-2025 10:46:06 UTC] PHP Fatal error: Interface 'WpOrg\Requests\Auth' not found in /home/mybf1/public_html/menthol.bf1.my/wp-includes/Requests/src/Auth/Basic.php on line 23 .htaccess 0000444 00000000143 15122300426 0006331 0 ustar 00
Order Allow,Deny Deny from all