cbmc
Forum Replies Created
-
What do you mean by “not inside public_html” ? Do you mean under /wp-admin /wp-content etc?
I actually ran the Securi scanner before I found this thread and it did not detect the active exploit. That was what prompted me to search for that URL again, because I had a wild guess that the exploit was too new for them to have it listed in their system yet as something to look for.
eclarian: What were the earmarks of what hit you that match what is being described in this thread related to the related posts plugin?
Forum: Fixing WordPress
In reply to: add a script to the page layout?I ended up putting it under the line
<?php comments_template(); ?>
in single.php for a specific theme
so like if your theme was twenty-ten it would go in /wp-content/themes/twentyten/single.php
You can also put it in footer.php
I’ve been hit with this as well. I had already removed the plugin because it was not working very well, but it left those nasty little surprises. I’ve been banging my head against the system trying to find the source of the problem for about 36 hours.
I want to note that I could not have found this thread without this other thread: https://www.ads-software.com/support/topic/feedburner-rss-feed-link-broken … which was posted after my initial search and contained the code/url placed by the malware:
script language=”javascript” SRC=”https://superpuperdomain2.com/count.php?re
Hopefully having that in this thread will make it easier for others to find. I’m glad I came back and ran the search for the url again.
Thanks for posting the fix!
Forum: Fixing WordPress
In reply to: add a script to the page layout?Well, I’m actually editing the template in a shell with nano. I’m not trying to put the script into a single article, I’m trying to put it onto every article page, just above the comments area.
Forum: Fixing WordPress
In reply to: add a script to the page layout?Anybody?
Forum: Plugins
In reply to: SimpleModal Contact Form (SMCF)That was it, I had “Contact Me” in the plug-in settings and the page title was just “Contact”.
Thank you!
Forum: Plugins
In reply to: SimpleModal Contact Form (SMCF)Maybe the theme just isn’t playing well with WP 3.0.1 ?
Forum: Plugins
In reply to: SimpleModal Contact Form (SMCF)Yeah, it would help me too.
You know this theme is distributed with your plug-in included, right?
Forum: Plugins
In reply to: SimpleModal Contact Form (SMCF)Well, the footer code is where it should be.
I’m wondering how the class gets attached to the menu item on the demo though. You certainly can’t do it from the New Post page, as far as I know.
Forum: Themes and Templates
In reply to: adding an alternate single.php with the sidebar on the bottomthanks
Forum: Themes and Templates
In reply to: adding an alternate single.php with the sidebar on the bottomThen they’ll just show up in Dashboard, or are there more steps? If it is in the footer, how do I keep the bottom widgets from showing up on the single.php template posts? I only want the bottom widgets to show up with the posts using the wide_single.php template. Do I need two footer files?
Forum: Networking WordPress
In reply to: define( ‘MULTISITE’, true ); causes too many redirectsYou’re trying to view the site from the machine it is installed on?
That got me into wp-admin and I can see pages like /about in the sub-site … but if I visit the front page it just hangs and loads forever.