Protect your WordPress site or Blog

I am writing this post with a concern to security of WordPress blog and site. WordPress is a choice of everyone now a days for online blog and CMS. Small and Big site owners love WordPress. But Hackers and Crackers around the world are too in love with it :-) They can clearly see the growing fame of the WordPress. They are seeing their future with wordpress and they are working very hard for it. It’s time to get ready for the war and make our home safe. Yes, Its very serious indeed, lots of hackers are trying to crack the WordPress. They are constantly thinking and writing scripts to hack WordPress sites and blog. So, if you are a blog owner, managing one or two WordPress site, developing, selling or doing anything with WordPress. Please keep reading it, this is very important.

We build approx 4-5 WordPress blogs and sites every month at MULTIDOTS. It is very important for us to make sure those sites are secure. Hence we have put this in a practice to pass a WordPress project from the following steps before it goes live. I thought I should share this check off list to protect a WordPress Blog or Site.


1. Latest Version Upgrade

Always keep your WordPress copy upgraded with latest version. There is lot development and fixes happening on WordPress development stream. It’s always advisable to keep your WordPress copy upgraded and latest. Please be careful while upgrading and always make a back of database before you upgrade. In some cases it may break your site due to a wrong upgrade. Always read the instructions carefully before you upgrade.

Upgrade Free  : Upgrade your WordPress Blog or Site FREE at MULTIDOTS. Yes! Our WordPress Expert team will upgrade your Blog or Site with ZERO cost. We will also take care of all the necessary backups and consideration for seamless upgrades. Keep reading hear – FREE WordPress Upgrade at MULTIDOTS.


2. Do Security Scan – Plugin

This very easy to use plugin will sort out some of the basic security issues with WordPress – it’ll scan your WordPress installation and will suggest the required changes that may be harmful for security reason.

Download.


3. Protect your plugin’s directories and files

Plugins are an easy way for a hacker to get access to your blog if they’ve got flaws in them.  They can find the plugins  you’re using by visiting  /wp-content/plugins/, and they’ll find all the plugins that you’re using. The solution? Put a blank index.html file in the wp-content/plugins/ folder.


4. Pick a good password

Common sense. Use a good password. Don’t use the same password that you use on every site, create something that is easily memorable, with a mix of UPPER and lower case and some numbers in there too. Change your password regularly too.


5. Change the admin user name

By default, the WordPress user name is admin. Lot’s of people don’t change it. Why should you change it? If a hacker has your username, he’s halfway there to getting into your site, he just has to guess your password. If the hacker has to guess your username as well, then that’s twice as much work to do. It’s super easy to migrate posts from one user to another, just create your new user and then delete the admin user. You’ll be given the option to migrate posts to another user.


6. Protect your WP-Config.php file

Your WP-Config.php contains your database name, database username and database password. It’s something to protect.

Just add the following code to your .htaccess file:

# protect wpconfig.php
 
order allow,deny from all


7. Use Secret Keys in your WP-Config File

In WordPress, the wp-config.php file is the file that stores the database information that WordPress needs to connect its circuit, so-to-speak. This file contains the name, address and password of the MySQL database that stores all of your user info, blog posts and other important content.

Using a secret key, you can make it even more difficult for someone to gain access to your account.

Go to https://api.wordpress.org/secret-key/1.1/ and copy the results into this section of your wp-config.php file if you haven’t already set up a secret key.


8. Hide your WordPress version

First off, go into your header.php file and remove the meta data. It will be look like this.

remove_action('wp_header', 'wp_generator');

9. Limit the number of times user can enter their password (wrongly)

The Login LockDown plugin will lock out users if they enter their password wrong too many times. You can choose how many times users can enter their password and also how long they’re locked out for via a neat options page.

Source – WP Plugin Directory


10. Limit WP-Admin access by IP

This isn’t something that I do personally, as I blog on a fair number of different computers, but if you’re just on the one, with a fixed IP, then this is a great hack for you: you can restrict access to the wp-admin directory with a spluginimple .htaccess hack:

order deny, allow allow from a.b.c.d. #your static ip deny from all


11. Know Your File Permissions

Often, hackers are able to gain access to your site because you’ve left files or folders with permissions that are simply too liberal.

Depending on how you have installed WordPress, or the default practices from your webhost, the permissions for files and folders on your WordPress install may not be appropriate.

The WordPress Codex has an outline of what permissions are acceptable. File and directory permissions can be changed either via an FTP client or within the administrative page from your web host.

This page details more about how file permissions work and how to change them using a number of different systems.


12. Login via SSL

If your host has an SSL certificate then you can use this great little plugin to login via SSL. The Admin SSL plugin “secures login page, admin area, posts, pages – whatever you want – using Private or Shared SSL.”


If you are a WordPress Developer or know any more tips to security please share them here.

Correct way to integrate PayPal

I have observed many developers do mistakes while integrating PayPal – Website Payment Standards.  It may looks like correct and there will be everything working as well but if you have not integrated it well then there are few chance of data integrity problems. Yes ! you have to be very careful and wise while integrating PayPal – Website Payment Standards.   If you are a developer and worked or working to integrate PayPal Website Payment Standards in your E-commerce application, project or any other assignments then you should refer the flow I have designed. It has some clear indication of what should be done at what stages. This is for developers and not for normal users.

Initially, I have prepared this for my development team at MULTIDOTS to make sure every integration we do must be secure, stable and well integrated then I thought I should make it open for everyone for their knowledge.

FREE WordPress Upgrade at MULTIDOTS

FREE WordPress Upgrade at MULTIDOTS

A stitch in time saves nine. A little bit of work on an upgrade now saves a lot of work fixing something later.

Upgrade now to latest WordPress version FREE!

Contact Us : wpupgrades@multidots.in

WordPress Again!! :-) Yes, I am back again with something very very interesting for you if you own a WordPress Blog or Site. MULTIDOTS offers a FREE upgrade to your WordPress Blog or Site!!

Which version of WordPress is your site or blog running with? On June  2010 WordPress 3.0 was released with many interesting features, upgrades and fixes. Just after that there was a new release of WordPress 3.0.1 which is the very latest. Is your blog or site  up to date with WordPress 3.0.1? Have you upgraded your WordPress Version with WordPress 3.0.1? If not then you are at the right place on right time.

Are you thinking WHY should I care to upgrade? Please keep reading…

  1. Right now there is a worm making its way around old, unpatched versions of WordPress. This particular worm, like many before it, is clever: it registers a user, uses a security bug (fixed earlier in the year) to allow evaluated code to be executed through the permalink structure, makes itself an admin, then uses JavaScript to hide itself when you look at users page, attempts to clean up after itself, then goes quiet so you never notice while it inserts hidden spam and malware into your old posts.
  2. By upgrading to the latest version you can open a door to enjoy new hot features and beauties.

If you are still reading this, you must be interested to know how to upgrade and what does it involve while upgrading?

How to Upgrade with WordPress Latest Version?

  1. Backup your database before start upgrade.
  2. Backup your source code (Don’t forget your .htaccess file. ) before start upgrade.
  3. Deactivate all your plugin
  4. Download and extract the WordPress package from http://wordpress.org/download/.
  5. Delete the old wordpress files but do not delete

    -   Wp-config.php

    -   Wp-content Folder

    -   Wp-images

    -   Wp-includes/languages-  .htaccess file

    -   robots.txt

  6. Upload the new files
  7. Make sure in current Site or Blog, Programmer have not made any core changes.
  8. Upadate permalinks and .htaccess
  9. Install update plugin and themes
  10. Check Requirements – make sure that your web host has the required versions of PHP and MySQL.
  11. Reactivate Plugins – to manage plugin
  12. Add security key definitions to the wp-config.php file
  13. Final Steps – Your update is now complete, so you can go in and enable your Plugins again. If you have issues with logging in, try clearing cookies in your browser.

Now, WordPress has an automatic upgrade which can save your lots of time but still you have to be very careful while upgrading it automatic. Don’t forget to refer the above steps before you upgrade even in case of automatic upgrade.

Well, it all sounds interesting to upgrade and meaningful as well. But, it must be a little complex, tedious and time consuming work to upgrade from an old  WordPress version with a new version for someone. So here is the GOOD NEWS  for you. Now, you can upgrade your old WordPress Blogs or Sites to the latest version absolutely FREE at MULTIDOTS. You don’t have to bother about any of the complexity. Our WordPress experts will take care of everything to make sure a seamless upgrade for you.  Hurry up!! Contact us with your Blog or Site details. This is for a very limited time only.

Contact Us on  wpupgrades@multidots.in for FREE WordPress Upgrade OR reach us by sending comments to this article.

WordPress Portfolio Themes

I was looking for some themes or templates on WordPress that can be used as Portfolio. After a couple of search I found pretty interesting list. They all are dazzling. I thought, I should share these WordPress Portfolio Themes resources and collections here so someone like me can easily and quickly get to them. Enjoy!!

This site has a very nice collection of extremely beautiful and unique WordPress Portfolio Themes. The collection is mixed – free and paid themes.

100 stuning WordPress Portfolio Themes

Portfolio Themes

Free Photo Portfolio Themes

Photo Blog Themes

Magnificent Portfolio Themes

Beautiful WordPress Portfolio Themes

WordPress SEO Plugin

WordPress has given a lot to the content publisher, website owner and blogger like me. There should not be a doubt what WordPress can’t do.  Blog, CMS, Shopping Carts, Social Networking, Portfolio and lot more are powered by WordPress. WordPress is used by over 300 of the 10,000 biggest websites. WordPress 3.0 had been downloaded over 12.5 million times. Wow! It shows the love we all have for WordPress.

Along with the it’s simple structure and easy Admin interface to manage content, WordPress enabled sites are very  SEO friendly. And there is lot available to do a good SEO on site powered by WordPress. I am dam sure that SEO is the darling of the web. Everyone wants to be on top of all the Search Engine Result and why not after all, its all about getting first in queue. But, it sounds complex and costly to get good rank and do SEO on site. SEO Companies and SEO consultant will take lots of money for this. Though, it must be genuine cost but what if we have some simple and cost effective way to do on site SEO on our WordPress site. WordPress Blogger and lovers like me don’t have big pocket to spend $$ for SEO but if something simple and affordable is available that’s a dream.

The last week, one of my client at MULTIDOTS came to me to study and inquire a WordPress SEO Plugin. I reviewed the plugin thoroughly. I was very impressed by what this WordPress SEO plugin offers. I purchased two copy of this plugin immediately- one for me and another for my client. We have setup the plugin and using it. I found it very easy and simple like a vanilla. I am sure there must be many other plugins and tips should be available for WordPress SEO but this one won my heart.


WordPress SEO Plugin

SEOPressor : WordPress SEO Plugin

That WordPress SEO Plugin is SEOPressor.  This WordPress SEO Plugin has been developed by Daniel Tan who himself is an SEO geek. The Plugin has a very nice admin interface to deal with the plugin. This WordPress SEO Plugin is paid but cost is quite tiny and worth. Try it, I am sure you love it!!



Get in touch to install this WordPress SEO Plugin on your WordPress site

If you are  interested to get this plugin up for your WordPress site but don’t want to waste your time then don’t hesitate to contact me on anil@multidots.in, I will setup up this WordPress SEO Plugin on your WordPress site and will guide on how to use with no additional cost. Only you have to pay me the cost of the plugin. If you have plugin already or want to buy it directly that too doesn’t matter. You can contact me I’ll guide.

More Posts

  • Browse

Click a Page Below to Browse More Posts

Pages ... 1 2 3 4 5