bigsquaredot
Forum Replies Created
-
I’m marking this resolved and discussing it in another thread. Thanks guys! (link to new thread)
Forum: Fixing WordPress
In reply to: Header.php hacked. Need advice, have tried (seemingly) everythingYES! Oh, man. I was going insane over this. I found the culprit in our access files:
(Oops, this is the text I wrote to Media Temple support. Ignore the first part.) Alright, just in case anyone else with a WordPress blog reports this kind of thing, tell them to look at their /log/ files, especially for values that begin with POST. I just found the culprit:
66.36.247.153 - - [25/Jan/2010:08:42:03 -0800] "POST /legalworkshop.org/wp-content/uploads/2009/03/fonction.php?f=/nfs/c04/h02/mnt/63589/domains/legalworkshop.org/html/wp-content/themes/legalworkshop/header.php HTTP/1.1" 200 107 "-" "-"
Two files were in /wp-content/uploads/2009/3 that didn’t belong there:
fonction.php (spelling was wonky) wp-conf.php (spelling was also wonky)
So, I deleted those files and hopefully everything will be fine now. Thanks for the help everyone.
Thanks for the help gang. I coded the theme myself (link) and I’ve been responsible for keeping everything updated since the site launched. The client sometimes goes months without asking me to upgrade, so maybe something happened during that time. Thanks for the link to the other thread.
Forum: Plugins
In reply to: All in One SEO Pack Causing XML Parsing ErrorYou should be able to do it through WordPress if you’re using a newer version. Just go to Plugins > Add New and you’re set.
Forum: Plugins
In reply to: NextGEN Gallery Options Won’t Save in WordPress 2.9.1I found a workaround. If I check or uncheck an option box and also enter text into an option field at the same time, the option will save. Otherwise, the option will not save.
Forum: Plugins
In reply to: Nextgen slideshow won’t load in wp 2.9.1I’m having the same problem. Even when I enter the correct path into the “Path to the Imagerotator” setting, the option just goes away and doesn’t stick.
Forum: Plugins
In reply to: All in One SEO Pack Causing XML Parsing ErrorWe checked it out and a blank line was inserted at the top of our XML, causing the feed to break (when All in One SEO is active). Thanks a ton for the response. We’ll keep digigng.
Forum: Plugins
In reply to: [Plugin: Fluency Admin] Still more plugin conflictsJust a note that Fluency 2.1 and pageMash 1.3.0. work together perfectly fine for me. I’m using Google Chrome 4.0.211.4 on Vista Ultimate if that helps.
Forum: Installing WordPress
In reply to: Download failed.: Could not create Temporary file@invi2003 Thank you so much. That worked perfectly on my (dv) server with Media Temple.
Forum: Plugins
In reply to: [Plugin: AdRotate] how to use it with WP Super Cache ???Not possible. You’ll have to disable caching. See this post: https://www.ads-software.com/support/topic/193393
Thanks a ton for the heads up on this, guys. I was having some trouble with the WP-Email plugin due to the compat.php error, and these line changes fixed it.
Forum: Fixing WordPress
In reply to: filtering the_category@nathanspike: Replace
cat_to_exclude
with the actual category ID that you want to exclude and the code should work.Forum: Plugins
In reply to: membership site pluginThank you all for the wonderful suggestions. I’ve been looking for solutions with regard to subscription plugins.
Forum: Fixing WordPress
In reply to: Comments aren’t listed in the admin panel wordpress 2.5This is an excellent thread. Thanks for the help gang. For those who have a blank screen when trying to use phpmyadmin, turn off all javascript in your browser and it should display.
Forum: Fixing WordPress
In reply to: My Blog Looks Funny in Internet ExplorerYou need to add the following lines of code (or something along these lines):
For the body declaration, assign the following code:
text-align: center;
For your wrapper (I think you call it page-container), assign the following code:
margin: 0 auto; text-align: left;
Let me know how it works out for you.
Cheers,
Philip Arthur Moore
Owner, Big Square Dot