Enter your email address:


Delivered by FeedBurner
May
9th

How to clean JS/TrojanDownloader.Iframe.NHU trojan

Author: admin | Files under Security tips

Just a week ago I had many problems with my blog. Seems like it was hacked or infected with malware/badware. And it was the first time I have had so many problems with it. Every time I tried to open my website ESET Nod32 blocked pages from loading. I could not even edit any [...]


Nov
4th

Exploit scanner for Wordpress

Author: admin | Files under Security tips

Security of the  blog is really important but what do we do to protect our blogs? Almost nothing. You can be penalized by Google by linking to bad Website or blog. To avoid this, bloggers use Akismet plugin. I agree that it helps but my opinion is that it is not 100%  secure.
Well, I have [...]


Jan
26th

Hacked and default .htaccess file in wordpress

Author: admin | Files under Security tips

If a blog is working fine you have a default .htaccess file which is located in yourblog.com and should look like this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
You just need to make a copy of .htaccess file for the future. Any Trojan injection or hack attempt can modify [...]


Jan
12th

Protect your blog from being blocked by Google

Author: admin | Files under Security tips

Securing your blog is the most important and no one should forget it. Bloggers try to submit their blogs to search engines to get more traffic. Google is the most popular search engine so we have to do everything to befriends with them.
Well, my post is about getting blocked or restricted by Google. Every blogger [...]


Jan
12th

Fixing .htaccess file in wordpress

Author: admin | Files under Security tips

In the last month i had so many problems with my blog. And the main problem was (is) error 404 – not found. A problem is that when you click on any link in a blog you get a message saying that it is not found.
It looks like a blog is blocked from search engines. [...]


Dec
19th

Do you get an error 404 after clicking on any post?

Author: admin | Files under Security tips

If you have a WordPress blog and have a problem with 404 Error – not found I will try to explain how to avoid this problem. It is very annoying thing when you visit your blog and get this error after clicking an any post or page link. First, you may be interested in similar [...]


Dec
10th

Secure your blog from hackers

Author: admin | Files under Security tips

The most important thing is to protect your blog and all the data. But hackers do their best to get Bloggers’ passwords. To secure your blog it is necessary to use anti virus software but I want to mention, that web hosting companies have to do everything to protect servers too.
My blog was infected and [...]