Posts Tagged ‘Wp’

How to Secure WordPress

Friday, September 11th, 2009

iStock_000002714744Small

If you are an internet marketer, you probably have quite a bit on your plate already.   You have spent a great deal of time putting together a good website or blog and are really concentrating on how to deliver your product or information.   Unfortunately, there are a certain breed of people out there in cyberspace whose self appointed mission is to break into your vault and create havoc.

If you are using WordPress as a platform to blog from, here are a few tips on how to secure WordPress

Keep WordPress Updated and Backed Up

Older versions of WordPress still have many vulnerabilities that are widely known in the hacker community.  To their credit, the WordPress people are always doing their best to plug security holes and are updating constantly.   So your first line of defense is to keep your blogging platform updated.

Medical Tip:  To avoid increasing your blood pressure, always be sure to make a backup of your blog before installing any updates.   Its a good idea to regularly to keep your WordPress backed up regularly anyhow, since any number of things can go wrong.

Another tip is to delete the meta tags that tells the world of the version of Wp you are using.  This info is usually in the header file.

Keep Your Plugins Hidden

One of the great things about using WordPress is the plugins. While they greatly increase your blogs capabilities, they too contain certain bugs and vulnerabilities that are exploited by hackers.   So be sure to keep them updated also.

It is easy for anyone to see what type of plugins you are using by visiting the wp-content/plugins folder.   To keep potential intruders from finding out the plugins that you use, create an empty  ‘index.html’  file and place it in your plugins folder

Its also a good idea to check your plugin folder and make sure the plugins there are the ones you want.  Some hacker, once they get into your files upload their own plugin.   So if you see something that you are not familiar with, delete it.

Here is a  Free WP plugin that keeps track of the attempts to login to your site.   Many hackers use brute force to try and get your password.   So, if there are too many of them coming from the same IP address within a short period of time, the plugin will disable the login function for that IP range.   Login Lockdown:  bad-neighborhood.com.  Click on login lockdown and you will be taken to the download page.   Be sure to check out their other plugins to.

Change Your Passwords

This is an easy hack that is often exploited.  You can have a more  secure blog by making up a crazy, difficult password.   Even change it monthly if need be.

But not only your WordPress login.  Don’t forget your hosting account and your ftp passwords as well.

Headache tip: Be sure to write your passwords down immediately and keep all your them all in a safe place.

Secure the /wp-admin/ directory

Your  most sensitive Wordpress information is stored in the /wp-admin/ folder.  By default, WordPress leaves that folder open, so people can access these files to make changes  if they know what they are doing.

To secure this folder:

Place an .htaccess file inside the /wp-admin/ folder to block the access to all IP addresses, except yours.

Here is the code you need to put in the .htaccess file:

AuthUserFile /dev/null

AuthGroupFile /dev/null

AuthName “Example Access Control”

AuthType Basic

order deny,allow

deny from all

allow from xx.xx.xx.xx

allow from xx.xx.xxx.xx

Now, ff you ever find your site being redirected to another website you will need to:

Check For Hidden Code

This requires a bit more knowledge of the inner workings of WP on your part, so don’t mess with it unless you know what you are doing.

Browse your theme files

Log into your WordPress control panel, go to the theme editor, and look inside your theme files.   See if there are any lines of code that are not supposed to be there, or that contain a PHP code that you don’t recognize.

Check your database tables

Some hackers upload fake images to your “Uploads” folder and activate them with a plugin call.   To detect this you need to open PHPMyAdmin, browse the “wp-options” table, and edit the “active_plugins” record.

On that record you will see a list of all the plugins that active on your blog.   Delete any that seem unusual or that you aren’t using

Browse your site files through FTP

Log into your FTP account and browse through the folders on your site.   You are looking for any files that have a strange name or that look suspicious.    If you have another WordPress blog installed on another site, compare the structure of the files to make sure they match up.

Tip to avoid a heart attack:  Remember: Backup, backup, backup, before you star messing with anything!

Be Fearless

Billy Ojai

Do you want to make more money in Internet Marketing? One way is to learn good copywriting techniques. Pick up your Free copy of ‘Copywriting for the Web’ at http://billyojai.com

WP You Tube Plugin

Monday, August 11th, 2008
plakkerdeplak asked:


Wordpress Plugin voor Youtube … Wordpress Plugin youtube WP

Create a video blog…instantly.

How do I change my wordpress background/theme?

Sunday, April 6th, 2008
Wordpress Theme
luvbugz87 asked:


Please respond as if I don’t know ANYTHING about it. All i have done is download some zipped files of some themes I like. They are on my desktop and I don’t know where to go from there. I don’t know anything about CSS, wp-content, cpanel, FTP, etc. Please be as clear as possible and avoid ANY jargon that would be confusing. Like if you were explaining it to a first-timer.

I have a PC with Vista if that is even needed info.
I have a free wordpress account, not a domain.

Surrey BC

wordpress themes

Friday, March 14th, 2008
FXproduction asked:


15 word press themes free with purchase of easy wp config software

Surrey City BC

WP-AutoPoster (Plugin Installation Guide)

Monday, March 3rd, 2008
wpAutoPoster asked:


Short demonstration of how to easily install our plugin. Please visit www.wp-autoposter.com for more information. … “Wordpress plugin” “wp autoposter” “wordpress blog plugin” “automatically feed blogs”

Surrey City BC

Best WP Theme Gets Best Answer?

Sunday, May 27th, 2007
Wordpress Theme
nomad asked:


Submit a link to your Wordpress powered website/blog. The best DESIGN (not content,) gets Best Answer.
Here’s mine:
www.phirefli.com

Create a video blog

wordpress error message help?

Wednesday, May 9th, 2007
Wordpress Plugins
kent asked:


when i upload an image, i get the following message;
“Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12032 bytes) in /home/oldmapsa/public_html/wp-content/plugins/wp-e-commerce/image_processing.php on line 12″

how can i fix this?

Free IT Support

Joomla or Wordpress for phpBB3?

Friday, September 22nd, 2006
wordpress cms
suzaku711 asked:


I wish to build a website that has phpBB3 integration, with user integration being my top priority. I want to be able to login on the front page, with information like your name and avatar displayed in that area after login. I would like to know whether Joomla or Wordpress handles this task better.

Please do not try to get me to use a different forum. However, if you have a better free CMS choice that would work, I’m all ears.

Thank you.
Yes, I know that Answerer #1. However, people have found means of integrating, or “piecing”, them together. Both Joomla and Wordpress can be CMSs.

Wordpress has WP-United to do this, and I’ve heard of Joomla having several. However, I want to know which does it best.
Glenn W — Yes, I know. There are a few different ones for Joomla if I recall correctly. Could you specify one, and perhaps a reason why it’s better than its Wordpress competition? That’s what this question I posted is all about.

Surrey City BC

change WordPress database table_prefix

Friday, September 1st, 2006
semperfiwebdesign asked:


The purpose of this tutorial is to show you how to change your WordPress database table prefix from the default wp_ to anything you want. More videos at semperfiwebdesign.com … database “Semper Fi Web Design” prefix table tutorial WordPress

Free Tech Support

Stylesheet to default theme not showing up in WordPress?

Thursday, January 27th, 2005
Wordpress Theme
pkt3ckg1rl0 asked:


Hey, I have a dilema. I installed WordPress the other day and everything was okay, today the admin says Broken Themes, stylesheet missing. I know full well that it’s not missing, could this be an error with WP or is there a certain way to upload all the files? I tried ASCII and BINARY, none of which have worked.
I’ve looked on support and even posted this same question there. Everytime I post it, the question is deleted and I’ve not found anything that remotely helps.

Surrey Canada