benwhitehouse
Forum Replies Created
-
So aft a little searching I found that Wordfence actually does ban any user who tries to access a user that doesn’t exist. I had added in fake Admin and Administrator accounts, which do work, but this is am more elegant solution. Plus it never needs updating as bots try new usernames.
Ah, I’m not advising using an insecure password on the account. If anything, you want to use a ridiculously secure password for the “admin” account. But the way that Better WP Security works, it will only lock out users WITH an associated account. therefore in order to lock out the hackers trying to access the “admin” user – you have to have an “admin” account for them to be locked out of.
I actually went ahead and created this subscriber “admin” account on my install and within 2 minutes the “admin” user was locked out for 24 hours. No more login attempts will be permitted for the admin user today. Call me crazy, but I think this works.
Just make sure to use a very long and secure password with numbers letter symbols etc. for the “admin” user. That way they will (hopefully) never guess it.
Unfortunately if the brute force hackers truly do have 90,000 machines to do their bidding, banning even a few thousand of them does nothing. I too wish there was a way to block people trying to access accounts which do not exist.
Here is an idea.
What if we create an “admin” account and give it the lowest possible site permissions of “subscriber” then once an hacker tries to access it a few times, Better WP Security locks that account killing all attempts from then on?
Is there any down side to having an account for “admin” which has no powers?
Hrmmmm.
It’s like a trojan login!
Forum: Fixing WordPress
In reply to: Cannot Redeclare Functions in Child ThemeAhhhh I see! The TwentyTen Five functions.php file has 2 twentyten_posted_on() declarations?! One on line 441 and another on 561.
That makes no sense right?
If I delete the last one, it should make my function work. I shall rake them over hot coals!
Thanks for the help alchymyth!
Forum: Fixing WordPress
In reply to: Cannot Redeclare Functions in Child ThemeOoop! Sorry should have specified that. TwentyTen Five is a modification of Twenty Ten to be fully HTML5icised by Smashing Magazine. The functions are, for the most part, untouched except for making it play nice with HTML5.
That’s the complete function file from TwentyTen Five.
Sorry about that.
Forum: Fixing WordPress
In reply to: Unable to "Ad an Image" after upgrading to 3.1I also had the same problem, The thing that fixed my uploading images was to redefine where the images were being uploaded. Somewhere in the upgrade my setting got messed up. Once I made sure I had permissions to upload the files to the right place, it all worked again.
Forum: Fixing WordPress
In reply to: Template is not working rightFound out what’s wrong! The footer on the single.php file is missing. The footer is required to make your background image continue all the way down the page.
The easiest way to get it back is to copy it from the original template. If you can’t find the original files, just copy the bottom of the page containing the
<?php get_footer(); ?>
Hope that helps.