inspired2write
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer mysteriously at top of pageI am scared to update wordpress because I have so many plug ins running, but given the sorry state of the site right now, no time like the present!
Yobeat, the hassles of upgrading are far less than the hassles if your site gets compromised (as mine did when it was 2.7.1). So, the sooner you can upgrade the better.
Forum: Fixing WordPress
In reply to: Codes for htaccess in wp-adminOkay, I just tried that code and then went into my admin panel (which I already had opened in a browser tab). When I tried to click on an admin function from my admin panel it took me to the front of my website, and using the browser back button it wouldn’t allow me to get back into the admin panel. So, I went back into my ftp and removed the code back to an empty htaccess file, and now I can access my admin panel again. What did I do wrong?
The htaccess file is installed here:
root/myurl.com/wp-admin
Then just below that, the first ‘file’ is the htaccess file, just below the ‘directories’.Forum: Fixing WordPress
In reply to: Codes for htaccess in wp-adminFrom the first url you referenced, it looks like if I choose to add this to the file that it’s probably the best choice:
<Files ~ "\.(php)$"> AuthUserFile /etc/httpd/htpasswd AuthType Basic AuthName "restricted" Order Deny,Allow Deny from all Require valid-user Satisfy any </Files>One question though – When I upgrade WordPress is that going to pose any problem?
The other url info is also good, but I’ll have to take a closer look at that to decide which route to go with. Thank you, Samboll!
Forum: Fixing WordPress
In reply to: Footer mysteriously at top of pageYour site looks nice. The 2010 that I saw, which is showing up under your header logo, looks like it may be due the 2010 is somehow ended up in between your span codes. Looking at your source, if you scroll down toward the bottom, you’ll see it here:
</span> 2010 <span class=Forum: Fixing WordPress
In reply to: Can anyone who is registered post a blog?In regards to who can post, and who cannot post to your blog:
You have to select what you desire for your blog for who will be authorized, and who will not be authorized to post blog posts. Here’s where to find that:
Go into your WP dashboard and then from the left sidebar column, select “Users”. Then above the user list you will see a drop down menu where you see, “Change Role to” and select the role you want assigned to each individual registered member. If you do not want someone to post to your blog, then you only want them as a ‘subscriber’ status.
In regards to your question about the login and registration page, it is different in appearance that the rest of of your front end of the website, by default. The best way to start learning your way around in the admin area is to start exploring! Hope that helps!
EDIT: Forgot to mention. First look in your “General” settings from the admin panel. There you will see, “New User Default Role”. Be sure it’s set to “Subscriber” until you determine if an individual is trust-worthy enough to be permitted to post to your blog. Otherwise, if you have spammers register, and you have a default role set to more permissions than a ‘subscriber’ then they will be able to write a blog post.
Forum: Fixing WordPress
In reply to: How do i clean up my urls/permalinks?Thanks again t31os,
I didn’t get a chance to take a look at this again until now. Okay, so it appears my htaccess file code and location is correct, and I haven’t had other issues that would be caused by the htaccess that I know of. So, I’m ruling that out.I did a new blog post to see if the problem still occurs, but I’m confused about what you said in one of the posts here:
When you say it ends up in the old format, where are you actually looking at in the DB?..
If you’re referring to post_guid in the posts table, that’s normal behaviour and the guid will show a PHP query string style URL, eg. http://example.com/?p=1 … it’s suppose to …
When I examine the post_guid in my database, this is what it shows for some of the blog post titles. As an example, some are in this permalink format under “guide” as this:
http://www.myurl.com/?p=998All the draft posts are in that format. But then some blog posts, once their published are in the pretty permalink structure like this:
http://www.myurl.com/2008/04/30/post-name-is-here/
and some are not! Any new blog posts I publish are in this format:
http://www.myurl.com/?p=998Again, just to clarify, my blog had been upgraded from 2.7.1 to 2.9.1, but I’m not sure if that was when the problem occurred, or due to a hack, which was cleaned up prior to the upgrade, but there may have still been some bad codes remaining when the upgrade was done.
In order to correct the problem in my database, I’m really hoping to not have to reinstall a bunch of files, if possible. Somewhat fearful I might create another problem by doing so, if I goof! Thanks again for the help.
Forum: Fixing WordPress
In reply to: Tagline Creating Duplicate Content Issue?I identify with the Skipper because he is the one who got them shipwrecked in the first place but they still look to him for leadership.
Lol – I trust though that I won’t end up shipwrecked by installing the seo pack. That was a plugin on my wish list anyhow, but I was trying to get as many issues resolved as possible prior to adding in any more plugins.
I’ll be installing the plugin, and then I’ll come back and report if it eliminated the duplicate title tag issue that showed up. Thanks!
Forum: Fixing WordPress
In reply to: Tagline Creating Duplicate Content Issue?Thanks SS_Minnow, Here’s what it shows in my Google Webmaster Tools dashboard under html suggestions:
Pages with duplicate title tags 2 2006 November /2006/11/ /2006/11/page/3/My url:
http://www.linkandblog.comThe reason I thought it may have been a tagline issue is because about a month ago I had the same sort of problem showing up in my Google Webmaster Tools dashboard, but at that time the duplicate title tag keyed off the text I use for my tagline. Then it went away and disappeared from my Google dashboard, so I thought it was resolved, until now last week a different duplicate title tag issue (the one shown above) has now shown up.
I guess it’s not coming from the blog tagline then, but don’t have a clue what to look for in order to resolve it. Thank you for your help. By the way, did you ever get off the island after the SS_Minnow crashed? Lol.
Forum: Fixing WordPress
In reply to: Mysterious invisible ads injected into pagesHave you done any searches for bad codes in your database? Like searching for hidden text etc? This article is very helpful with a good checklist of things to go through:
http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/
(Note: Article is not mine, and not from my site)Well, dah – I forgot this too. Install this plugin, if you don’t already have it.
WordPress Exploit ScannerThen run it from your wp admin dashboard. It may help you to determine exactly which files, or directories may be affected as well as where in the database it could be. That plugin helped me tremendously when dealing with a hacked site.
Forum: Fixing WordPress
In reply to: Mysterious invisible ads injected into pagesHi rorybe,
What sort of vulnerability might allow something like this – something javascript-based, for example?
That’s something I wouldn’t be able to answer for you, but is there a chance those codes may have already been in your footer prior to upgrading from 2.8 to 2.9.1? If so, then it may have been a hack from when you were using 2.8 before you upgraded.
Have you done anything to remove any of the codes from the template footer? Or have you looked at any of your php files in the WP directories? You may want to revert to the default template and then delete your other template and reinstall it. That’s where I would start, but that won’t clean up the other areas if it’s affected other files.
You might also want to consider the plugin:
TAC (Theme Authenticity Checker) from the WordPress.org Extend directory. It will scan a theme for you to determine what outgoing links might already be in a theme, if any.Forum: Fixing WordPress
In reply to: How do i clean up my urls/permalinks?t31os_
Moderator,
I wanted to also thank you for your offer of help in this thread, and I haven’t yet tried what you suggested since I figured I better first check to see if my htaccess file codes are correct or not. (Above) Thanks again.Forum: Fixing WordPress
In reply to: Mysterious invisible ads injected into pagesFor starters, if you’re using an older version of WP, then yes your site would have potentially been more vulnerable. Which WP version are you using? Also, where did you get your theme from? Did you get the theme from WordPress.org, or from somewhere else online? Those are just a few things to start with.
Forum: Fixing WordPress
In reply to: How do i clean up my urls/permalinks?Still trying to resolve my issue too and wanted to check my htaccess before trying anything else.
ja2006 showed this code above:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /wordpress/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L] </IfModule> # END WordPressBut mine is this: (following the super cache codes, so I’ll start with the supercache code end):
# END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> #END WordPressSo mine is messed up? It’s missing the wordpress name in there. And, should it be written in the htaccess file prior to the WPSupercache codes, or after?
Also, just to clarify the location of mine is here:
root/myurl.com
Then there’s the 3 directories for WP, with the files below including the htaccess file.
wp 2.9.1 is what I’m running, if that makes any difference. Thanks.Forum: Fixing WordPress
In reply to: Hacked by Sn!PeR-BaGhDad – Some InfoDid you contact your host to inform them and find out if anyone else had their site hacked from the same server (if you’re on a shared server)?
Forum: Fixing WordPress
In reply to: Sitemap problemThe goofed up url lands on your homepage. Did you take a look at the blog post from your admin dashboard to see if everything looks clean? Also, did you take a look in your database and see what it shows for that blog post url?
Prior to upgrading to 2.9.1 my site got hacked, and it resulted in a variety of crawl errors and strange permalinks, so did you rule that out as a possibility? Hopefully that’s not what your dealing with.