MrQurban Emergency Rescue

설명

MrQurban Emergency Rescue is a lightweight, life-saving plugin designed to help you recover your WordPress site when you are locked out of the admin panel due to a fatal error, “Critical Error,” or the dreaded White Screen of Death (WSOD).

It provides a Secret Rescue URL that loads a minimal, fail-safe interface before your active plugins, allowing you to selectively disable problematic plugins or themes by renaming their folders without needing FTP access.

🌟 Key Features

  • Fail-Safe Recovery: Loads early to bypass fatal errors caused by other plugins.
  • Secret Access: Protected by a unique, randomized secret key.
  • One-Click Deactivation: Instantly disable any plugin or theme.
  • Debug Tools: Enable WP_DEBUG_LOG on the fly and view the log file directly in the rescue interface.
  • Secure: Uses a secret key and verifies permissions.

⚠️ Important Usage Note

While this plugin works as a standard plugin, it is highly recommended to install it as a Must-Use (MU) Plugin to ensure it loads before any other plugin that might be causing a crash.

스크린샷

설치

Standard Installation (Good)

  1. Upload the mrqurban-emergency-rescue.php file to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Tools > Emergency Rescue to get your Secret URL.

Must-Use (MU) Installation / Fail-Safe Mode (Recommended)

To ensure the plugin works even when your site is crashing early: 1. Upload and Activate the plugin as usual. 2. Go to Tools > Emergency Rescue. 3. Click the “Enable Fail-Safe Mode” button. This will safely create a loader file in your /wp-content/mu-plugins/ directory. 4. If your hosting has restricted permissions, the plugin will provide instructions for a manual one-file upload.

FAQ

How do I find my Secret Rescue URL?

Go to Tools > Emergency Rescue in your WordPress dashboard. It is also displayed in an admin notice upon installation.

What if I forgot my Secret URL and can’t access the admin?

You can find the secret key in your database in the wp_options table under the option name wper_secret_key. Alternatively, you can define a constant in your wp-config.php (feature coming soon) or check the file code if you have FTP access.

Does this plugin delete my files?

No. It simply renames the plugin or theme folder by appending .off (e.g., plugin-name becomes plugin-name.off). This forces WordPress to deactivate it. You can restore it from the same interface.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“MrQurban Emergency Rescue”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “MrQurban Emergency Rescue”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

  • Added Debug Log Viewer with runtime error logging capability.
  • Migrated activity logs to the database for security and compliance.
  • Added manual “Fail-Safe Mode” setup to comply with WordPress.org guidelines.
  • Improved security, sanitization, and internationalization support.

1.0.0

  • Initial release.