Περιγραφή
🚨 Locked out of your WordPress site?
CrashGuard Lite provides a simple way to reset permalinks and get recovery instructions if a problematic plugin blocks your site.
If you cannot access your admin area, use the emergency recovery page.
⚡ Main Features:
- 🔗 Reset Permalinks: Quickly refresh your site URLs to restore access.
- 🔐 Remote Emergency Recovery: Access a public recovery page by entering your API key.
- 🛠 Clear Instructions: Get guided steps to manually disable problematic plugins.
- ⚡ Secure Authentication: Uses an API key (and nonce on the emergency page) for secure recovery actions.
Credits
Developed by Didio Silva
Website: https://crashguardwp.com
Support: soporte@crashguardwp.com
Εγκατάσταση
- Download and extract the
.zip
file. - Upload the
crashguard-lite
folder to/wp-content/plugins/
on your server. - Activate the plugin from the “Plugins” menu in WordPress.
- Use the CrashGuard Lite admin panel to view your API key and recovery options.
- If locked out, visit: [your_site_url]/?crashguard_emergency=1 and enter your API key.
Συχνές Ερωτήσεις
-
How do I recover my site if I am locked out?
-
Visit your site’s emergency recovery page by appending
?crashguard_emergency=1
to your URL, enter your API key, and follow the on-screen instructions. -
Why can’t the plugin automatically disable plugins?
-
Due to WordPress guidelines, automatic deactivation of plugins is disabled. Recovery actions provide instructions for manual intervention.
-
What does resetting permalinks do?
-
It flushes rewrite rules, which can resolve issues with broken URLs and restore access to your site.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“CrashGuard Lite” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “CrashGuard Lite” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0.7
- Added nonce verification to the emergency recovery page.
- Improved output escaping.
- Removed error_log() from production code.
- Adjusted stable tag and Short Description.