My wordpress site was hacked by WordPress Codex

Here are a some useful tips in case your wordpress site is hacked. The real key is to implement these steps before your site is hacked :)

http://codex.wordpress.org/FAQ_My_site_was_hacked

In a nutshell — following these basic guidelines will go a long ways towards securing any site:

  • Use strong passwords for all accounts.
  • Do not share user names or passwords.
  • Rename all administrator accounts.
  • Authorize accounts for the minimum level of roles necessary.

Yes, there is a bunch of other stuff to do to strongly secure a site. At a base level start with the above steps and layer on additional security as needed.

VN:F [1.9.11_1134]
Rating: +1 (from 1 vote)
TwitterDiggDeliciousFacebookShare
Posted in Blog Stuff, IT Admin, Wordpress | Tagged , , | Leave a comment

What’s My IP Address? Networking Tools

Here’s a handy tool when you need to determine the public IP address you are using on the Internet. Plus a bunch of other useful networking tools.

http://www.whatsmyip.org/

VN:F [1.9.11_1134]
Rating: +2 (from 2 votes)
TwitterDiggDeliciousFacebookShare
Posted in Tools | Tagged , , | Leave a comment

Paint.Net

Paint.Net is a free imaging tool with a ton of features.

I’m not a graphics guy but there are times when I need an imaging editor that has more power than Microsoft Paint. Paint.Net is an easy to use program with features that that are easy to use. Jumping between images, resizing, layering and using the built in adjustments and effects are all easy to do. Plus, there is a great forum to ask questions and learn how to use Paint.Net.

Paint.Net is a toolbox essential for anyone that needs to do non-professional graphic design.

VN:F [1.9.11_1134]
Rating: +5 (from 5 votes)
TwitterDiggDeliciousFacebookShare
Posted in Tools | Tagged , , | Leave a comment

Changing WordPress Site Admin Username

I’m running wordpress multisite (3.13) and wanted to change the SiteAdmin login name for security reasons.

Changing the login name was pretty straightforward and there are a bunch of blogs that document how to do this. Basically, via sql (phpmyadmin) — update user_login in the wp_users table.

However, after changing the login name the account is no longer recognized as a SiteAdmin. As a result all access to the Network Admin area was lost and I was locked out of managing the multi-site features.

Poking around a bit more in the wordpress db I found these interesting entires in the site_meta table:

  • Meta_key = site_admins
  • Meta_value =  a:1:{i:0;s:5:”admin”;}

Tinkering around a bit more I was able to get my Network Admin access associated with my renamed SiteAdmin account by modifying the Meta_value:

  • Meta_value =  a:1:{i:0;s:10:”fish-admin”;}
  • Note: ’s:10′ is the length of the string that contains the login name. In this example the length of “fish-admin” is 10 so I modified accordingly.

There you have it. Leave me a comment if you have any questions.

VN:F [1.9.11_1134]
Rating: +3 (from 3 votes)
TwitterDiggDeliciousFacebookShare
Posted in Blog Stuff, Wordpress | Tagged , | Leave a comment

Washington Nationals Ballpark

Found this picture on my phone from last August/September. Had the opportunity to hit a Nats game. This was Strausburg’s first game returning from the DL. He got rocked but still had a great time.




 


 


 


 

VN:F [1.9.11_1134]
Rating: +2 (from 2 votes)
TwitterDiggDeliciousFacebookShare
Posted in Sports | Tagged , | Leave a comment