Len
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Is there a limit on category amount in word press ?There is no limit that I’m aware of. But you’re right when you say you might run into resource problems if you have something ungodly like 20,000 categories all appearing on the main page. 😉
Forum: Fixing WordPress
In reply to: Google AnalyticsWordPress doesn’t have any HTML pages – it’s dynamic. Look in footer.php for the closing
</body>tag.Forum: Plugins
In reply to: Web Browser Detect and Theme Select ??????but you can still tell the user that the site works better with ff and others
Do you know how 1990s that is? 😉
Forum: Requests and Feedback
In reply to: C Panel login problem?My username & password work for loggin in to that large blue login design that is the first login to your blog. Then when I try to login in to the smaller login box for the (c panel) they don’t work. I suspect it takes a diff. one.
You suspect correctly. WordPress and cPanel have nothing to do with each other. With respect to getting your cPanel login credentials contact your host.
Forum: Fixing WordPress
In reply to: Blog has vanishedWhat do you see? A blank page? A server can’t be found message?
Forum: Plugins
In reply to: Web Browser Detect and Theme Select ??????they can just give a better reason for IE users to use another browser such as FF or safari
I don’t use IE myself except for testing but if I did I certainly wouldn’t switch browsers because a certain site didn’t work properly when using it. I just wouldn’t visit that site anymore.
Forum: Fixing WordPress
In reply to: Google AnalyticsDid you not read the documentation from Google?
“It should be immediately before the
</body>tag of your page.”Forum: Fixing WordPress
In reply to: Chronology of the post is inverseForum: Fixing WordPress
In reply to: security fix for 2.3.3?The only branches being supported are the 2.5 branch and the Legacy 2.0 branch of which 2.0.11 is the latest.
Forum: Fixing WordPress
In reply to: No Sidebars on Google ‘cached’ page?Forum: Fixing WordPress
In reply to: Blog has vanishedIt must have returned because I see it.
Forum: Fixing WordPress
In reply to: index.php hackedHi normgregory. There is no argument that I can see as whoo clearly stated “I wasn’t pointing it out to cast blame”. She said that not only for the benefit of those who may stumble across this thread but for yours as well. The point being 2.5.1 isn’t going to fix anything if the attacker already HAS access due to a previous vulnerability.
Now that you’ve upgraded you can take the necessary steps to protect yourself the first one being change ALL of your passwords. Check the database for unauthorized users. Go through all the files to remove any obnoxious code. Windows Grep is a great tool for this. (searching for strings of text in files) Check all of your permissions – Files > 644 Folders > 755. Read this as well.
http://codex.wordpress.org/Hardening_WordPressForum: Fixing WordPress
In reply to: WordPress Admin Password Being Changed/HackedHave you upgraded to WP 2.5.1? The upgrade fixes and important vulnerability where an attacker could generate authentication cookies by registering a specially crafted username.
Forum: Installing WordPress
In reply to: Cannot Log in to Site!Check to make sure there is no whitespace before the opening
<?phptag in the default theme’s function.php file.Forum: Fixing WordPress
In reply to: Problems with image uploader in IE but not in FirefoxSee if this thread helps.
http://wordpress.org/support/topic/164999?replies=1