<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Recovery Mode &#8211; Deep Core Labs</title>
	<atom:link href="https://deepcorelabs.com/tag/recovery-mode/feed/" rel="self" type="application/rss+xml" />
	<link>https://deepcorelabs.com</link>
	<description>Building Extraordinary Brands</description>
	<lastBuildDate>Sun, 15 Dec 2024 18:07:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://deepcorelabs.com/wp-content/uploads/2015/09/deep-core-labs-logo-small-50x50.png</url>
	<title>Recovery Mode &#8211; Deep Core Labs</title>
	<link>https://deepcorelabs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WP Recovery Tools &#8211; Enter Recovery Mode Without Email</title>
		<link>https://deepcorelabs.com/wp-recovery-tools-enter-recovery-mode-without-email/</link>
					<comments>https://deepcorelabs.com/wp-recovery-tools-enter-recovery-mode-without-email/#respond</comments>
		
		<dc:creator><![CDATA[Miro Hristov]]></dc:creator>
		<pubDate>Tue, 19 Nov 2024 01:38:59 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Recovery Mode]]></category>
		<guid isPermaLink="false">https://deepcorelabs.com/?p=4413</guid>

					<description><![CDATA[&#160; Hey fellow WordPress maintainers! After dealing with countless broken WordPress sites and locked-out admin panels over the years, I finally decided to create something that would make my life...]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<p class="whitespace-pre-wrap break-words">Hey fellow WordPress maintainers! After dealing with countless broken WordPress sites and locked-out admin panels over the years, I finally decided to create something that would make my life (and hopefully yours) easier. Enter <strong>WP Recovery Tools</strong> &#8211; a single-file emergency toolkit that might just save your bacon when everything goes sideways.</p>
<h2 class="font-600 text-xl font-bold">What is WP Recovery Tools?</h2>
<p class="whitespace-pre-wrap break-words">It&#8217;s a standalone PHP script that helps you recover access and fix common WordPress issues without needing to access wp-admin or rely on working WordPress functions. Think of it as your emergency backdoor when the front door is jammed.</p>
<h2 class="font-600 text-xl font-bold">How to Use</h2>
<ol>
<li><a id="downloadLink" class="download-link" href="/tools/wp-recovery-tools/wp-recovery-tools.txt" download="wp-recovery-tools.php">Download the PHP script</a></li>
<li><em>(If not already, rename it from wp-recovery-tools.php to something like <strong>wp-recovery-tools_[random-string].php</strong>)</em></li>
<li>Upload it to your WordPress root directory (where <strong>/wp-config.php</strong> is)</li>
<li>Access it through your browser: Example: https://exmaple.com/wp-recovery-tools-0727248cdf916d5f.php</li>
<li>Delete it when you&#8217;re done!</li>
</ol>
<p><script>
let link = document.getElementById("downloadLink");
	const randomSuffix = Array.from(crypto.getRandomValues(new Uint8Array(8)))
		.map(b => b.toString(16).padStart(2, "0"))
		.join("");
	link.setAttribute("download", `wp-recovery-tools-${randomSuffix}.php`);
</script></p>
<p>&nbsp;</p>
<p><a href="https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-scaled.jpg" rel="prettyPhoto[gallery-O6Uy]"><img fetchpriority="high" decoding="async" class="aligncenter wp-image-4402 size-full" src="https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-scaled.jpg" alt="" width="1175" height="2560" srcset="https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-scaled.jpg 1175w, https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-138x300.jpg 138w, https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-470x1024.jpg 470w, https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-768x1674.jpg 768w, https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-705x1536.jpg 705w, https://deepcorelabs.com/wp-content/uploads/2024/11/wp-recovery-tools-940x2048.jpg 940w" sizes="(max-width: 1175px) 100vw, 1175px" /></a></p>
<h2 class="font-600 text-xl font-bold">Key Features</h2>
<h3 class="font-600 text-lg font-bold">1. Recovery Mode Management</h3>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Generate and manage recovery mode links</li>
<li class="whitespace-normal break-words">Clear all existing recovery links if needed</li>
<li class="whitespace-normal break-words">No need to mess with database queries or code snippets</li>
</ul>
<h3 class="font-600 text-lg font-bold">2. User Management</h3>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">View all WordPress users and their roles</li>
<li class="whitespace-normal break-words">Reset user passwords with a single click</li>
<li class="whitespace-normal break-words">Create new admin users when you&#8217;re locked out</li>
<li class="whitespace-normal break-words">Perfect for when you can&#8217;t access wp-admin or forgot credentials</li>
</ul>
<h3 class="font-600 text-lg font-bold">3. Plugin Management</h3>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">See all installed plugins and their status</li>
<li class="whitespace-normal break-words">Activate/deactivate plugins without accessing wp-admin</li>
<li class="whitespace-normal break-words">Super helpful when a plugin breaks your site or causes the white screen of death</li>
</ul>
<h3 class="font-600 text-lg font-bold">4. Theme Tools</h3>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">List all installed themes</li>
<li class="whitespace-normal break-words">Check current active theme</li>
<li class="whitespace-normal break-words">Switch themes when wp-admin is inaccessible</li>
<li class="whitespace-normal break-words">Great for fixing broken themes or theme-related issues</li>
</ul>
<h3 class="font-600 text-lg font-bold">5. Database &amp; System Tools</h3>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Database repair and optimization</li>
<li class="whitespace-normal break-words">Clear cache and transients</li>
<li class="whitespace-normal break-words">Reset permalinks</li>
<li class="whitespace-normal break-words">View detailed system information</li>
</ul>
<h2 class="font-600 text-xl font-bold"> Security First</h2>
<p class="whitespace-pre-wrap break-words">The script has several security features built-in:</p>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">If no suffix found, forces you to rename the file with a unique suffix before using</li>
<li class="whitespace-normal break-words">Provides recovery links that expire and have limited use</li>
<li class="whitespace-normal break-words">Uses secure password generation</li>
<li class="whitespace-normal break-words">Implements proper SQL escaping and input validation</li>
</ul>
<h2 class="font-600 text-xl font-bold"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Important Warnings and Disclaimers</h2>
<p class="whitespace-pre-wrap break-words"><strong>PLEASE READ THIS CAREFULLY</strong></p>
<ol class="-mt-1 [li&gt;&amp;]:mt-2 list-decimal space-y-2 pl-8">
<li class="whitespace-normal break-words"><strong>Backup Your Site First!</strong>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Seriously, don&#8217;t skip this. Take a full backup of your files and database before using any recovery tools</li>
<li class="whitespace-normal break-words">If something goes wrong, you&#8217;ll thank me later</li>
</ul>
</li>
<li class="whitespace-normal break-words"><strong>No Warranty</strong>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">This tool is provided as-is, without any warranty</li>
<li class="whitespace-normal break-words">While I use it regularly on production sites, your mileage may vary</li>
<li class="whitespace-normal break-words">Test it on a staging environment first if possible</li>
</ul>
</li>
<li class="whitespace-normal break-words"><strong>Security Considerations</strong>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Don&#8217;t leave this file on your server after you&#8217;re done</li>
<li class="whitespace-normal break-words">Always make sure the file has random suffix (wp-recovery-tools-c60f10ea67c4db3d.php)</li>
<li class="whitespace-normal break-words">Keep the renamed filename secret &#8211; it&#8217;s your emergency access key</li>
</ul>
</li>
</ol>
<h2 class="font-600 text-xl font-bold">When to Use This Tool</h2>
<p class="whitespace-pre-wrap break-words">This toolkit is perfect for when:</p>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">You&#8217;re locked out of wp-admin</li>
<li class="whitespace-normal break-words">A plugin or theme update broke your site</li>
<li class="whitespace-normal break-words">You need to quickly add an admin user</li>
<li class="whitespace-normal break-words">WordPress recovery mode isn&#8217;t working</li>
<li class="whitespace-normal break-words">You need to deactivate a problematic plugin</li>
<li class="whitespace-normal break-words">Database needs quick repairs</li>
<li class="whitespace-normal break-words">You need system information for debugging</li>
</ul>
<h2 class="font-600 text-xl font-bold">When Not to Use</h2>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">Don&#8217;t use it for regular WordPress maintenance</li>
<li class="whitespace-normal break-words">Don&#8217;t leave it on your server permanently</li>
<li class="whitespace-normal break-words">Not meant for regular user management</li>
<li class="whitespace-normal break-words">Don&#8217;t use it if WordPress is working normally</li>
</ul>
<h2 class="font-600 text-xl font-bold">Pro Tips</h2>
<ol class="-mt-1 [li&gt;&amp;]:mt-2 list-decimal space-y-2 pl-8">
<li class="whitespace-normal break-words">Keep a copy in your emergency toolkit</li>
<li class="whitespace-normal break-words">Test it on a development site first to get familiar with the features</li>
<li class="whitespace-normal break-words">Document the filename you choose &#8211; you don&#8217;t want to forget it during an emergency</li>
<li class="whitespace-normal break-words">Consider creating a separate backup admin user while everything is working</li>
<li class="whitespace-normal break-words">Bookmark this article for future reference</li>
</ol>
<h2 class="font-600 text-xl font-bold">Technical Requirements</h2>
<ul class="-mt-1 [li&gt;&amp;]:mt-2 list-disc space-y-2 pl-8">
<li class="whitespace-normal break-words">WordPress 5.2 or higher</li>
<li class="whitespace-normal break-words">PHP 7.0 or higher</li>
<li class="whitespace-normal break-words">MySQL/MariaDB</li>
<li class="whitespace-normal break-words">File access to your WordPress root directory</li>
</ul>
<h2 class="font-600 text-xl font-bold">Final Thoughts</h2>
<p class="whitespace-pre-wrap break-words">As someone who manages multiple WordPress sites, having this tool in my arsenal has saved me countless hours of troubleshooting and recovery work. Just remember &#8211; with great power comes great responsibility. Use it wisely, keep it secure, and always, ALWAYS have backups!</p>
<p class="whitespace-pre-wrap break-words">Happy recovering!</p>
<hr />
<p class="whitespace-pre-wrap break-words"><em>P.S. I&#8217;m actively maintaining this tool and adding new features. If you have suggestions or run into any issues, feel free to reach out!</em></p>
<p class="whitespace-pre-wrap break-words"><em>Disclaimer: This tool is provided as-is without any warranties or guarantees. Always backup your site before using any recovery tools.</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://deepcorelabs.com/wp-recovery-tools-enter-recovery-mode-without-email/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
