<?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>Review Of Web &#187; hack</title> <atom:link href="http://reviewofweb.com/tag/hack/feed/" rel="self" type="application/rss+xml" /><link>http://reviewofweb.com</link> <description>Make the most of technology</description> <lastBuildDate>Sat, 12 May 2012 16:13:48 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>WordPress site hacked. Here is what I did to &#8220;un-hack&#8221; it</title><link>http://reviewofweb.com/how-to/remove-wordpress-hack/</link> <comments>http://reviewofweb.com/how-to/remove-wordpress-hack/#comments</comments> <pubDate>Tue, 08 May 2012 21:02:24 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[security]]></category> <category><![CDATA[wordpress]]></category><guid
isPermaLink="false">http://reviewofweb.com/?p=1367</guid> <description><![CDATA[Wordpress site got hacked and how I dealt with it. Full Story on how I identified the hacked files and removed malware from them.<p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p><img
style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="thief_on_computer" src="http://reviewofweb.com/wp-content/uploads/2012/05/thief_on_computer.png" alt="thief_on_computer" width="89" height="159" align="right" border="0" /></p><p>Finally got hacked after 6 years of safe journey online.</p><p>Two weeks back, a simple site search <em>site:ReviewOfWeb.com </em>on Google revealed some unwanted results which clearly showed that my site was under attack. Here is how some of my site URLs looked like in Google. [Check the description.]</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="search-query" src="http://reviewofweb.com/wp-content/uploads/2012/05/searchquery.jpg" alt="search-query" width="579" height="307" border="0" /></p><p>The interesting thing about this hack was that it was a conditional redirect, or in simple words, when you would navigate to this site by directly entering the URL in address bar, you would get the actual page of my website but when a visitor arrives from a search engine he would get re-directed to the spammers website in what was probably an <em>iframe</em>.</p><p><img
style="display: block; float: none; margin-left: auto; margin-right: auto; border-width: 0px;" title="hacked-website" src="http://reviewofweb.com/wp-content/uploads/2012/05/hackedwebsite.jpg" alt="hacked-website" width="537" height="445" border="0" /></p><h3>What should you do in a similar situation?</h3><p>Calm down! It is unnerving to see your site being surrounded by malware and Google showing nasty links and text below your site URL, but the damage is done and you have to correct that. Worrying about it may make the matter worse.</p><h3>How to identify the files that got hacked?</h3><p>SSH to login to your website and find the last modified files by the timestamp. You can ask your webhost. In my case the hacker had inserted a <em>base64_decode() </em>in my wordpress header file. Though I was able to nail down the files which were hacked, just to be doubly sure I preferred to hire a professional malware removal agency <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri.net</a></p><p>Folks at Sucuri were super fast and removed the malware within half and hour of opening a ticket with them. They followed up with some general recommendations on how to prevent further attacks. The recommendations included changing FTP credentials, wordpress login credentials, database passwords, updating core wordpress, wordpress plugins and running a thorough virus scan on the personal machine. I did as advised by them.<br
/> To my surprise, within 2 hours the malware returned, this time affecting another file &#8211; <em>index.php</em></p><p>This was more worrying since it seemed the intruder was targeting at will. While it is relatively easy to identify the files that get hacked, at times it is extremely difficult to identify <em>how </em>the intruder reached those files. Since I had already updated my wordpress installations and changed passwords, I nailed down three possibilities -</p><ol><li>A vulnerable wordpress plugin that is not updated by the developer.</li><li>Vulnerable wordpress theme.</li><li>Open permissions (chmod 777) on my shared server.</li></ol><p>First, I uninstalled all the plugins, removed all except the core tables from the wordpress database and then did a fresh reinstall of the plugins that were really required. Along with that, I also changed my theme framework from Woo Theme to the current <a
href="http://reviewofweb.com/go/ThesisTheme/" rel="nofollow">Thesis theme</a> (In the recent past, WooTheme framework had been targeted twice). There was an unused script in my account whose temp folder had open permissions, which I fixed.<img
style="display: inline; margin-left: 0px; margin-right: 0px;" title="stick_figure_mopping_floor" src="http://reviewofweb.com/wp-content/uploads/2012/05/stick_figure_mopping_floor.gif" alt="stick_figure_mopping_floor" width="133" height="129" align="right" /></p><h3>Final Cleanup act</h3><p>The excellent folks at <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">Sucuri</a> – a special thanks to David Dede &#8211; did the clean up once again and since then this site is pretty safe. Sucuri not only provides clean up services but they also provide a facility whereby your site is checked every 6 hrs for any major/core file changes. A premium wordpress plugin is included which helps in 1 click ‘hardening’ of wordpress installation, logging changes to your wordpress files and blocking bad bots from visiting your website. I have now upgraded my plan at Sucuri and secured all my sites. You can check more about Sucuri <a
href="http://reviewofweb.com/go/Sucuri/" rel="nofollow">here</a></p><p>Over to you. Have you ever got hacked? How did you clean the mess? More importantly were you able to identify the source?</p><p><a
href="http://reviewofweb.com/how-to/remove-wordpress-hack/">WordPress site hacked. Here is what I did to &ldquo;un-hack&rdquo; it</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/remove-wordpress-hack/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Recent Posts Widget for Blogspot Users</title><link>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/</link> <comments>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/#comments</comments> <pubDate>Mon, 05 Jan 2009 16:37:38 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[blogger]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[recent posts]]></category> <category><![CDATA[Widget]]></category><guid
isPermaLink="false">http://reviewofweb.com/blogging/recent-posts-blogspot-widget/</guid> <description><![CDATA[Recent Posts Widget for Blogspot users,hack,  latest posts widget for blogger users. It can overcome the limit imposed by blogger of 5 posts.<p><a
href="http://reviewofweb.com/blogging/recent-posts-blogspot-widget/">Recent Posts Widget for Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>We had released <a
href="http://reviewofweb.com/blogging/recent-comments-blogspot-widget/">Recent Comments Widget</a> sometime back that turned out to be an instant hit. We were overwhelmed with the responses we received. There were a lot of requests for a similar Recent Posts widget. So, today, we are releasing Recent Posts widget for BlogSpot users.</p><h4>How is it different from the other Recent Posts widget?</h4><ol><li>The problem with other widgets is that the source code for them lies with the widget author and the authors often integrate it in within their own site. If because of some problem their site is down, the recent posts widget will not work.Here, I am releasing the source code so that the logic would reside within your blog itself and hence you can do away with dependency on 3rd party site not under your control.</li><li>You have a number of control and customizations options available. With this widget you have the option to show:<ol><li>Posts Title only.</li><li>Posts Title with Date.</li><li>Posts Title with excerpt.</li><li>Posts Title with Date and excerpt.</li></ol></li></ol><h4>Why should we use this widget when we can use you the feed option provided by blogger itself?</h4><p>Well, for a number of reasons.</p><ol><li>Blogger limits the recent posts to 5.</li><li>There are a number of customization options I have provided which you might not find with the internal blogger system.</li><li>[Trivia] The URL that appears in your Firefox bar (below) when you hover the mouse over the link, contains your feed URL and not the actual URL.</li></ol><h4>How to install Recent Posts widget for blogger?</h4><ol><li>Login to the blogger dashboard.</li><li>Go to ‘Page Elements’ tab <img
title="page elements" src="http://reviewofweb.com/wp-content/uploads/2008/09/image3.png" border="0" alt="page elements" width="438" height="80" /></li><li>Click on Add a Gadget. Select HTML/JavaScript widget type. <img
title="add-a-gadget" src="http://reviewofweb.com/wp-content/uploads/2008/09/image4.png" border="0" alt="add-a-gadget" width="215" height="95" /></li><li>Now this is the most important step. Download the corresponding code given below and paste it in the widget box you have just opened above.<ol><li>Right click on the button below to download code for <strong>Posts Title</strong> only.<br
/> <a
title="Posts Title Only" rel="enclosure" href="http://reviewofweb.com/rp/posts_titles_only.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download4.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with Date</strong>.<br
/> <a
title="Posts Title with Date" rel="enclosure" href="http://reviewofweb.com/rp/posts_date.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download5.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with excerpt</strong>.<br
/> <a
title="Posts Title with Excerpts" rel="enclosure" href="http://reviewofweb.com/rp/post_excerpts.txt"><img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download6.gif" border="0" alt="Download" width="45" height="43" /></a></li><li>Right click on the button below to download code for <strong>Posts Title with Date and excerpt</strong>.<br
/> <img
style="display: inline" title="Download" src="http://reviewofweb.com/wp-content/uploads/2009/01/download7.gif" border="0" alt="Download" width="45" height="43" /></li></ol></li><li>Scroll down to <span
style="color: #008000;">src=http://<span
style="color: #ff0000;"><strong>xyz</strong></span>.blogspot.com</span> and replace <span
style="color: #ff0000;"><strong>xyz</strong></span> with your blog’s name. For example if your blog’s URL is <a
href="http://abc.blogspot.com">http://<span
style="color: #ff0000;"><strong>abc</strong></span>.blogspot.com</a> then the code should become src=http://<span
style="color: #ff0000;"><strong>abc</strong></span>.blogspot.com DO NOT TOUCH any other part of the code or else it might create problems.</li><li>You have the option to increase/decrease the number of posts displayed in your widget. Go to <span
style="color: #800080;"><strong>var numposts = 5;</strong></span> (3rd line from the top, in the code you have downloaded). Increase/Decrease the number of posts. By default 5 posts would be displayed.</li><li>If you choose to show excerpt for your posts, you have the option to increase/decrease length of the excerpt. Go to <span
style="color: #800080;"><strong>var numchars = 100;</strong></span> (6th line from the top, in the code you have downloaded). Increase/Decrease the number of characters. By default length is set to show 100 characters.</li><li>You are done! Lastly please do not remove the footer credits*.</li></ol><p>Please let me know if you face any problem implementing the code above.</p><p>If you like the above widget. Consider donating and encourage us to come up with more such widgets.<br
/><center></p><form
action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input
type="hidden" name="cmd" value="_s-xclick"> <input
type="hidden" name="hosted_button_id" value="5301512"> <input
type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img
alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br
/></form><p></center></p><p>*<em>The code is released under the condition that footer credits should remain intact.</em></p><p><a
href="http://reviewofweb.com/blogging/recent-posts-blogspot-widget/">Recent Posts Widget for Blogspot Users</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/recent-posts-blogspot-widget/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>How to show adsense ads only on home page and not on inner pages of your blogger blog?</title><link>http://reviewofweb.com/blogging/adsense-ads-on-main-page/</link> <comments>http://reviewofweb.com/blogging/adsense-ads-on-main-page/#comments</comments> <pubDate>Tue, 23 Dec 2008 14:26:21 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[adsense]]></category> <category><![CDATA[Blogging]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[main page]]></category><guid
isPermaLink="false">http://reviewofweb.com/uncategorized/adsense-ads-on-main-page/</guid> <description><![CDATA[You want to show adsense ads on sidebar of the home page of your blogger blog and not on the other pages or you want to show adsense ads on all pages except the homepage of your blogspot blog.<p><a
href="http://reviewofweb.com/blogging/adsense-ads-on-main-page/">How to show adsense ads only on home page and not on inner pages of your blogger blog?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>Here I assume that you are using the blogger beta and not on the classic one. <em>It’s been a long time now that blogger has moved to beta.</em> <em>There is no reason for you to remain on classic version now.</em></p><p>You want to show adsense ads on sidebar of the home page of your blogger blog and not on the other pages OR you want to show adsense ads on all pages except the homepage of your blogspot blog. Here is what you can do-<img
title="Add a Blogger Gadget" style="display: inline; margin-left: 0px; margin-right: 0px" height="95" alt="Add a Blogger Gadget" src="http://reviewofweb.com/wp-content/uploads/2008/12/image24.png" width="114" align="right" border="0" /></p><ol><li>LogIn to the blogger dashboard. Go to Layout. Say you want to show ad on the left sidebar top. Click on “Add a Gadget” on LHS of layout and enter your adsense code.&#160;</li><li>Now go to <strong>Edit HTML</strong>. Scroll down and locate <strong>left sidebar</strong>. You will find something like this- <img
title="Adsense ads only on homepage" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="112" alt="Adsense ads only on homepage" src="http://reviewofweb.com/wp-content/uploads/2008/12/image41.png" width="450" border="0" /></li><li>Copy the name of the first widget. In my case it is <strong>HTML6.</strong></li><li>Now click on <strong>Expand Widget Templates </strong>(given on top right) and search the name you have copied in the above step. <img
title="Adsense ads on home page" style="border-top-width: 0px; display: block; border-left-width: 0px; float: none; border-bottom-width: 0px; margin-left: auto; margin-right: auto; border-right-width: 0px" height="244" alt="Adsense ads on home page" src="http://reviewofweb.com/wp-content/uploads/2008/12/image171.png" width="455" border="0" />&#160;&#160;</li><li>You will find a similar code except what is in the red box above. Copy and paste&#160; <font
color="#008000" size="3">&lt;b:if cond=&#8217;data:blog.pageType == &amp;quot;index&amp;quot;&#8217;&gt;</font> and <font
color="#008000" size="3">&lt;/b:if&gt;</font>, EXACTLY at the same place as shown in the image above.</li><li>If you want to show ads on all pages except on the home page then copy and paste this <font
color="#008000" size="3">&lt;b:if cond=&#8217;data:blog.pageType != &amp;quot;index&amp;quot;&#8217;&gt;</font></li></ol><p>Save Template&#8217; and you’re done.</p><p>Gozar!</p><p><a
href="http://reviewofweb.com/blogging/adsense-ads-on-main-page/">How to show adsense ads only on home page and not on inner pages of your blogger blog?</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/blogging/adsense-ads-on-main-page/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>How to password protect your word or excel documents- The simple way</title><link>http://reviewofweb.com/how-to/password-protect-excel-word-document/</link> <comments>http://reviewofweb.com/how-to/password-protect-excel-word-document/#comments</comments> <pubDate>Sat, 08 Nov 2008 14:16:00 +0000</pubDate> <dc:creator>Ankur Jain</dc:creator> <category><![CDATA[how to]]></category> <category><![CDATA[excel]]></category> <category><![CDATA[hack]]></category> <category><![CDATA[microsoft word]]></category> <category><![CDATA[password protect]]></category><guid
isPermaLink="false">http://reviewofweb.com/how-to/password-protect-excel-word-document/</guid> <description><![CDATA[If you work on a shared computer, you might want to password-protect your excel or word documents. How would you do it?  There are a number of commercial tools available for this, but Microsoft provides a free, nice and elegant way. The first time that I needed this feature, it took me a lot of [...]<p><a
href="http://reviewofweb.com/how-to/password-protect-excel-word-document/">How to password protect your word or excel documents- The simple way</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></description> <content:encoded><![CDATA[<p></p><p>If you work on a shared computer, you might want to password-protect your excel or word documents. How would you do it?  There are a number of commercial tools available for this, but Microsoft provides a free, nice and elegant way.<br
/> The first time that I needed this feature, it took me a lot of time researching, so thought of sharing this tip with you all.</p><h5>If you are using MS Office 2000:</h5><ol><li>Open the document.</li><li>Go to File &gt; Save As. Click on Tools on top right side as shown.<br
/> <img
style="display: inline" title="how to password protect excel sheet" src="http://reviewofweb.com/wp-content/uploads/2008/11/image1.png" border="0" alt="how to password protect excel sheet" width="400" height="247" /></li><li>Click on General Options.</li><li>The next screen will ask you for the password. Fill in your desired password.</li><li>The next time onwards, whenever you open that file, the system will prompt for password.</li></ol><h5>If you are using higher versions of MS office:</h5><p>Microsoft has made this process a bit simpler for higher versions. Simply go to Tools &gt; Options &gt; Security tab and fill in the desired password.</p><p><a
href="http://reviewofweb.com/how-to/password-protect-excel-word-document/">How to password protect your word or excel documents- The simple way</a> is a post from <a
href="http://ReviewOfWeb.com/">ReviewOfWeb</a></p> ]]></content:encoded> <wfw:commentRss>http://reviewofweb.com/how-to/password-protect-excel-word-document/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/6 queries in 0.006 seconds using disk: basic
Object Caching 1013/1013 objects using disk: basic

Served from: reviewofweb.com @ 2012-05-23 02:35:42 -->
