jwsmithc4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionI guess if the script they are using is targeting the default login/register page and you change the filename it no longer targets it, so… yea Resolved? I guess.
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionI think I resolved it myself… I installed that all-in-one security thing, Changed the login/register page.
And now it’s not popping up from what I can tell.
Atheist GamerThanks again for all the help, I think it may have been the actual Login/register php file. which still doesn’t make sense to me
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionYea I was thinking the same thing, I can’t find any mention of it anywhere. I emailed em, they’re usually pretty prompt.
Thanks again for the help.
Forum: Fixing WordPress
In reply to: WordPress Admin Protectionok that’s kinda what I was thinking but didn’t want to go and bug them for something that was implemented automatically.
I’m new to the whole CMS thing and WordPress in general.
I’m mostly a design person and 5/4 of this is new, plus there is a billion lines of stuff to go through to find what you’re looking for when it comes to researching these problems.
also wplogin is a pretty common phrase to search for…
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionI have no plugins activated besides the ones right here
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionI’m trying to remove this useless login that pops up whenever ANYONE tries to login or register. Before the log in
It says
“A username and password are being requested by http://www.atheist-gamer.com. The site says: “[ WordPress Admin Protection: Please enter username ‘admin’ and password ‘wplogin’ to load your WP login page ]””I’m trying to remove this, it doesn’t seem to be in the .htaccess or anything.
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionStill have not found an answer on this.
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionThis is my .htaccess.
<files wp-config.php> order allow,deny deny from all </files> # Block the include-only files. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWhat exactly should be changed?
Forum: Fixing WordPress
In reply to: WordPress Admin ProtectionThe only plugins I have installed are Plugins
I’m not seeing anything in there that would cause this problem. I’m kind of thinking it my be a mysql problem.