<?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>BradBlogging &#187; Web Security</title> <atom:link href="http://bradblogging.com/category/security/feed/" rel="self" type="application/rss+xml" /><link>http://bradblogging.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Tue, 20 Jul 2010 14:46:25 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Weekend WordPress Security Tip: What To Do When Your Blog Is H4CK3D</title><link>http://bradblogging.com/security/what-to-do-when-wordpress-blog-hacked/</link> <comments>http://bradblogging.com/security/what-to-do-when-wordpress-blog-hacked/#comments</comments> <pubDate>Sun, 21 Sep 2008 21:30:42 +0000</pubDate> <dc:creator>Brad Ney</dc:creator> <category><![CDATA[Web Security]]></category> <category><![CDATA[Hacked]]></category><guid
isPermaLink="false">http://bradblogging.com/?p=437</guid> <description><![CDATA[(H4CK3D is the popular term for &#8220;Hacked&#8221; as the numbers refer to 4 being an A and 3 being a E) So, everyone will have this happen to them at one point in time, It&#8217;s just a matter of when and will you be prepared for it? Since WordPress is open-source (meaning it is free [...]<p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></description> <content:encoded><![CDATA[<p><em>(H4CK3D is the popular term for &#8220;Hacked&#8221; as the numbers refer to 4 being an A and 3 being a E)</em></p><p>So, everyone will have <a
href="http://thoushallblog.com/the-day-i-was-hacked/">this</a> happen to them at one point in time, It&#8217;s just a matter of when and <strong>will you be prepared for it</strong>? Since WordPress is open-source (meaning it is free to use and modify to any person&#8217;s will), people that have little to do, have a few amount of friends, go out to little to none <span
style="text-decoration: line-through;">parties</span> social events, will sit at home and try to find ways to exploit the community generated code.</p><p>What does this mean for you?<strong> <span
style="text-decoration: underline;">A living hell</span> </strong>(if not prepared, of course) once they decide that your blog would be fun to ruin.</p><h4>The Fix:</h4><p><em><strong>For hackers</strong></em>, there are none. Plugins will <span
style="text-decoration: underline;">slow them down</span>, but it won&#8217;t eradicate them.</p><p><em><strong>For protecting your blog</strong></em> from an attack is really quite simple. Follow these steps to completely backup (Save) everything you have on your blog hosting account:</p><ol><li><strong>Login via FTP</strong> to your blog directory. (I recommend FileZilla.. I use it for everything)</li><li><strong>Click and drag </strong>the directory that contains all of your wordpress files to your desktop or preferred storing space &#8211; you can move it later. (This will take roughly 15 minutes if you have plugins, themes and the entire WordPress install.)</li><li>Once complete, you now have <strong>one half </strong>of a working copy of your blog -<strong> We aren&#8217;t done.</strong></li><li>Login to your <strong>Cpanel account</strong> (I don&#8217;t think any web hosting will give you a web-hosting account without it).</li><li>Find the &#8220;<strong>PHPMyAdmin</strong>&#8221; under MYSQL Databases and click on it.</li><li>You now will have a screen, asking you to <strong>login to your MYSQL database</strong>. It is not the same as your WordPress&#8217;s blog, and will likely require you to search your emails/desk for the username and password.</li><p
style="text-align: center;"><img
title="phpmyadmin" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/09/phpmyadmin.bmp" alt="" /></p><li>Once you&#8217;ve logged in, click the dropdown box on the left and <strong>find the database that hosts your WordPress account</strong>. The correct one may not be so obvious by the name of the database, So I&#8217;ve installed a brand new WordPress on my <a
href="http://www.problogger.net/archives/2007/11/25/be-brave-break-your-blog/">local computer</a> to tell you that it has 10 tables in it (<span
style="text-decoration: line-through;">I also wanted to do something else that is WordPress related.. Testing you could say</span>).</li><li>When the correct database is found, simply click on it and then click on the tab called, &#8220;<strong>Export</strong>&#8220;.</li><li>Make <strong>sure </strong>the following settings are checked/unchecked. <em>(taken from wordpress.org)</em></li></ol><ol><blockquote><li>Look at the left box at the top of the Export section. All the tables in the database you selected are in that box.</li><p><a
class="image" title="Image:phpMyAdmin_backup_export.png" href="http://codex.wordpress.org/Image:phpMyAdmin_backup_export.png"><img
src="http://codex.wordpress.org/images/b/b9/phpMyAdmin_backup_export.png" border="0" alt="Image:phpMyAdmin_backup_export.png" width="224" height="578" /></a></p><ul><li>If you have other programs that use the database, then choose only those tables that correspond to your wordpress install. They will be the ones with that start with &#8220;wp_&#8221; or whatever &#8216;table_prefix&#8217; you specified in your &#8216;wp-config.php&#8217; file.</li><li>If you only have your WordPress blog installed, leave it as is (or click &#8216;Select All&#8217; if you changed the selection)</li><li>Ensure that SQL is checked!</li></ul><li>The SQL section</li><ul><li>&#8216;Structure&#8217;</li><li>&#8216;Add DROP TABLE&#8217;</li><li>&#8216;Add AUTO_INCREMENT&#8217; and</li><li>&#8216;Enclose table and field names with backquotes&#8217;</li></ul><li>The DATA section</li><p><a
class="image" title="image:phpMyAdmin_backup_data.png" href="http://codex.wordpress.org/Image:phpMyAdmin_backup_data.png"><img
src="http://codex.wordpress.org/images/5/5f/phpMyAdmin_backup_data.png" border="0" alt="image:phpMyAdmin_backup_data.png" width="466" height="222" /></a></p><li>Tick the &#8216;Save as file&#8217; option, and leave the template name as is.</li><p><a
class="image" title="Image:podz_backup_5.jpg" href="http://codex.wordpress.org/Image:podz_backup_5.jpg"><img
src="http://codex.wordpress.org/images/0/06/podz_backup_5.jpg" border="0" alt="Image:podz_backup_5.jpg" width="486" height="105" /></a></p><li>Now click &#8216;Go&#8217; and you should be prompted for a file to download. Save the file to your computer.<br
/> Depending on the database size, this may take a few moments.</li></blockquote></ol><p>You&#8217;ll now get a <strong>download </strong>prompt with your entire wordpress blog content and settings in one .SQL file.<br
/> Now you have the other half of your blog backed up onto your computer &#8211; making it a full backup.</p><h4><strong>Conclusion:</strong></h4><p>Yes, there are plugins out there that do this for you automatically, but it&#8217;s nice to know that you know how to do it yourself. I&#8217;m all for <strong>doing it yourself</strong> because then if anything goes wrong with your automated backup, you won&#8217;t have to search the internet for a tutorial. <em>This guide gives you a full breakdown of a backup, so you won&#8217;t need anything else.</em></p><p
style="text-align: center;"><em>Do this as often as you feel necessary, then if anything goes wrong, you can restore your settings with ease. I&#8217;ve been there, done that.. It&#8217;s not fun.</em></p><p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></content:encoded> <wfw:commentRss>http://bradblogging.com/security/what-to-do-when-wordpress-blog-hacked/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Saturday Weekend Security Tip: Remove This Useless Tag</title><link>http://bradblogging.com/security/remove-this-useless-wordpress-tag/</link> <comments>http://bradblogging.com/security/remove-this-useless-wordpress-tag/#comments</comments> <pubDate>Sat, 30 Aug 2008 12:20:38 +0000</pubDate> <dc:creator>Brad Ney</dc:creator> <category><![CDATA[Web Security]]></category><guid
isPermaLink="false">http://bradblogging.com/?p=388</guid> <description><![CDATA[There is a tag in your WordPress header file that generates it&#8217;s version number, every time someone loads the page. A simple view of the source code will reveal that you have WordPress 2.x. If you&#8217;ve chosen not to upgrade because you like 2.3&#8242;s interface or have some plugins that will not be compatible, your [...]<p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></description> <content:encoded><![CDATA[<p><img
class="size-full wp-image-390 alignleft" title="wordpress-logo" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/08/wordpress-logo.png" alt="" width="175" height="177" />There is a tag in your WordPress header file that generates it&#8217;s version number, <strong>every time</strong> someone loads the page. A simple view of the source code will reveal that you have WordPress 2.x. If you&#8217;ve chosen not to upgrade because you like 2.3&#8242;s interface or have some plugins that will not be compatible, your don&#8217;t want people (ahem, hackers) knowing that do you?? I thought not.</p><h4>The Simple Fix:</h4><ol><li>Download your current theme&#8217;s &#8220;Header.php&#8221; via FTP, or edit it in the WordPress Theme Editor.</li><li>Open it up in <a
href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> (That I Recommended <a
href="http://bradblogging.com/security/restrict-your-wp-admin-2/">Last Post</a>) and find the line that says:</li><blockquote><p>meta name=&#8221;generator&#8221; content=&#8221;WordPress &lt;php bloginfo(&#8216;version&#8217;); &gt;&#8221; / &lt;!&#8211; leave this for stats please &#8211;&gt;</p></blockquote><li> Delete it and save your file.</li><li>Your Done! Wasn&#8217;t so hard was it?</li></ol><p>I actually knew about this fix for a long time, but I even still had it in my theme. Doh! <img
src='http://bradblogging.lfw.netdna-cdn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></content:encoded> <wfw:commentRss>http://bradblogging.com/security/remove-this-useless-wordpress-tag/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Weekend WordPress Security Tip: Restrict Your Wp-Admin</title><link>http://bradblogging.com/security/restrict-your-wp-admin-2/</link> <comments>http://bradblogging.com/security/restrict-your-wp-admin-2/#comments</comments> <pubDate>Sat, 23 Aug 2008 14:21:03 +0000</pubDate> <dc:creator>Brad Ney</dc:creator> <category><![CDATA[Web Security]]></category> <category><![CDATA[.htaccess]]></category><guid
isPermaLink="false">http://bradblogging.com/?p=348</guid> <description><![CDATA[Although this security issue may be fixed in newer versions of WordPress, your truly screwed if your password gets cracked by a hacker. Since WordPress only requires one to get all the administrative privileges to your blog, it would be best to limit the /wp-admin/ folder to just yourself (by your IP address, see below). [...]<p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-349" title="Protect Wp Admin In WordPress With .htaccess" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/08/simpletrick.png" alt="" width="189" height="122" />Although this security issue may be fixed in newer versions of WordPress, your<strong> truly screwed </strong>if your password gets cracked by a hacker. Since WordPress only requires one to get all the administrative privileges to your blog, it would be best to limit the /wp-admin/ folder to just yourself (by your IP address, see below). How you might ask? With .htaccess files.</p><h4>The Fix:</h4><p><em>*Note* &#8211; If you have a dynamic IP (meaning that your IP changes from time to time), this method will not work for you.. You could block yourself out of your own blog!</em></p><p>1. First, Determine your IP address from any free service, such as: <a
href="http://whatismyip.com/default.asp">WhatIsMyIp.com</a><br
/> 2. Second, Download your .htaccess file from your blog server in the <strong>/wp-admin/ folder<em> (Do NOT Replace it on your blog directory.. Only in the Wp-Admin Folder)</em></strong> and open it with <a
href="http://downloads.sourceforge.net/notepad-plus/npp.5.0.3.Installer.exe?modtime=1217782718&amp;big_mirror=0">Notepad++</a> (A free utility that makes coding and code editing a breeze).<br
/> 3. Add the following code to the file:<br
/> AuthUserFile /dev/null<br
/> AuthGroupFile /dev/null<br
/> AuthName &#8220;Example Access Control&#8221;<br
/> AuthType Basic<br
/> &lt;LIMIT GET&gt;<br
/> order deny,allow<br
/> deny from all<br
/> allow from xxx.xx.xx.xxx<br
/> &lt;/LIMIT&gt;<br
/> 4. Replace xxx.xx.xx.xxx with your IP address you found on the WhatIsMyIp.com website<br
/> 5. Save the file and reupload to your server, and you should have full access to your blog, but nobody else will because they don&#8217;t have your IP.</p><p>Now you have one less thing to worry about in terms of security, hope you&#8217;ve enjoyed this Saturday tutorial!</p><p>Credits: <a
href="http://www.reubenyau.com/protecting-the-wordpress-wp-admin-folder/">http://www.reubenyau.com/</a></p><div
style="border: 1px solid #000000; background: #d3d3d3 none repeat scroll 0% 50%; width: 80%; text-align: left;">Disclaimer: Brad Blogging is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within the site. While the information contained within the site is periodically updated, no guarantee is given that the information provided on this website is correct, complete, and up-to-date.</div><p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></content:encoded> <wfw:commentRss>http://bradblogging.com/security/restrict-your-wp-admin-2/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Weekend WordPress Security Tip: Index.html</title><link>http://bradblogging.com/security/weekend-wordpress-security-tip-indexhtml/</link> <comments>http://bradblogging.com/security/weekend-wordpress-security-tip-indexhtml/#comments</comments> <pubDate>Sat, 16 Aug 2008 14:42:21 +0000</pubDate> <dc:creator>Brad Ney</dc:creator> <category><![CDATA[Web Security]]></category><guid
isPermaLink="false">http://bradblogging.com/?p=343</guid> <description><![CDATA[Don&#8217;t want people knowing which plugins you have installed on your WordPress? Don&#8217;t want people knowing what version it is? If you haven&#8217;t done this fix yet for WordPress, I can go to http://yourblogurl.com/wp-content/plugins and see everything that you have installed and what version it is. Not so good for security is it? The Fix: [...]<p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></description> <content:encoded><![CDATA[<p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/08/lockedwordpress.jpg"><img
class="alignleft size-full wp-image-344" title="lockedwordpress" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/08/lockedwordpress.jpg" alt="" width="160" height="164" /></a><em>Don&#8217;t want people knowing which plugins you have installed on your WordPress? Don&#8217;t want people knowing what version it is?</em> If you haven&#8217;t done this fix yet for WordPress, I can go to http://yourblogurl.com/wp-content/plugins and see everything that you have installed and what version it is.</p><p><strong>Not so good for security is it?</strong></p><h4>The Fix:</h4><p>Make a blank file and save it as &#8220;index.html&#8221; and upload it to your plugins folder. Now the method above will just produce a blank page.</p><p>If your not code savvy &#8211; I&#8217;ve made one for you to achieve the same thing and can be downloaded <a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/08/index.html">here</a>. (Right-Click and select &#8220;Save As&#8221;, Upload to your plugins folder, and your done)</p><p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></content:encoded> <wfw:commentRss>http://bradblogging.com/security/weekend-wordpress-security-tip-indexhtml/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Have You Been Link Hacked? 4 Step Check To Make Sure You Aren&#8217;t.</title><link>http://bradblogging.com/security/have-you-been-link-hacked-4-step-check-to-make-sure-you-arent/</link> <comments>http://bradblogging.com/security/have-you-been-link-hacked-4-step-check-to-make-sure-you-arent/#comments</comments> <pubDate>Thu, 29 May 2008 00:01:30 +0000</pubDate> <dc:creator>Brad Ney</dc:creator> <category><![CDATA[Web Security]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Hack]]></category><guid
isPermaLink="false">http://bradblogging.com/?p=176</guid> <description><![CDATA[With WordPress quickly becoming the best blogging platform, it only makes sense that there are people living in their mother&#8217;s basement creating backdoors, bypasses, and will be trying to hack your blog. Lately, a popular yet equally sneaky hack that a person can do to your WordPress blog is add invisible links to your blog, [...]<p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></description> <content:encoded><![CDATA[<p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/wp-security.png"><img
class="alignleft size-full wp-image-181" style="float: left;" title="WordPress Security" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/wp-security.png" alt="WordPress Security" width="158" height="189" /></a>With WordPress quickly becoming the best blogging platform, it only makes sense that there are people living in their mother&#8217;s basement creating backdoors, bypasses, and will be trying to hack your blog. Lately, a popular yet equally sneaky hack that a person can do to your WordPress blog is add invisible links to your blog, increasing their search engine rankings and pagerank. Though it may sound harmless as they aren&#8217;t effecting your readers, it is effecting your <strong>Google &amp; Blog</strong> Relationship.</p><p>The point of the post is not how Google Pagerank works (<a
href="http://www.webworkshop.net/pagerank.html" target="_blank">This page</a> may be of some use to readers that are wondering about that), it is about how you could screw yourself in terms of Search Engine Rankings. When you link to random websites that don&#8217;t relate to your website, that raises some red flags in the Google Indexer and you could be labeled a &#8220;Spam&#8221; website/blog. This ultimately lowers your Google Pagerank (<em>they could think the links were paid</em>) and your search return results for keywords that you choose.</p><p>With a hacker gaining access to your blog, whos to stop him/her from placing 2000 invisible links to viagara, twinrex, adult, cialis and all of those wonderful spam links that you get Akismet filtering daily? <strong>Nothing is the correct answer and the person will make a couple hundred bucks.</strong></p><p>How to figure out if you have been hacked is really quite simple:</p><ol><li>First, Update your WordPress to 2.5.1 to fix any bugs or security fixes.</li><li>Secondly, <a
href="http://www.mozilla.com/en-US/firefox/" target="_blank">Get Firefox</a> to check the links of your website.</li></ol><p>Once you have Firefox running, open up your blog URL and do the following:</p><p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step1firefox.bmp"><img
class="alignnone size-medium wp-image-177" title="Step 1" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step1firefox.bmp" alt="Step 1" /></a></p><p>Open up the &#8220;Tools&#8221; Menu.</p><p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step2firefox.bmp"><img
class="alignnone size-medium wp-image-178" title="Step 2" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step2firefox.bmp" alt="Step 2" /></a></p><p>Click on &#8220;Page Info&#8221;</p><p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step3firefox.bmp"><img
class="alignnone size-medium wp-image-179" title="Step 3" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step3firefox.bmp" alt="Step 3" /></a></p><p>The Page Info Menu Shows Many Things About Your Website.</p><p><a
href="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step4firefox.bmp"><img
class="alignnone size-medium wp-image-180" title="Step 4" src="http://bradblogging.lfw.netdna-cdn.com/wp-content/uploads/2008/05/step4firefox.bmp" alt="Step 4" /></a></p><p>Look over the &#8220;Links&#8221; tab to see if there are any weird URLs. If not, then you haven&#8217;t been hacked and have nothing to worry about.. <strong>Looks good for mine!!</strong></p><p><em>It never hurts to do periodical checks &#8211; just to be on the safe side!!</em> <img
src='http://bradblogging.lfw.netdna-cdn.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p><h3> Optimized Overshadowed Wordpress Theme</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Wordpress Theme: <a
href="http://bradblogging.com/go/free-overshadowed-theme/"> Download </a></p><h3> The Blog Manual Ebook</h3><p> Thanks for subscribing to my RSS feed! Here is your direct download link for the Ebook: <a
href="http://bradblogging.com/go/FreeTheBlogManualEbook/"> Download </a></p></p> ]]></content:encoded> <wfw:commentRss>http://bradblogging.com/security/have-you-been-link-hacked-4-step-check-to-make-sure-you-arent/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching using apc
Content Delivery Network via bradblogging.lfw.netdna-cdn.com

Served from: bradblogging.com @ 2010-07-30 09:23:56 -->