shadra-strickland
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Making Forum Posts privateEureeka…thanks.
Forum: Everything else WordPress
In reply to: Making Forum Posts privatecan I delete this user name and start fresh?
I tried making a brand new user via advice from someone else’s post, but WP won’t let me use an alias when I try to register.
BTW, thanks again for the help yesterday. Here’s the new blog
Forum: Fixing WordPress
In reply to: Sidebar code issueWhen I upgraded I did delete and replace the admin and includes folders. I don’t really know what else to replace or look for specifically so I will just delete the blog and start all over…*sigh.
Thanks for everyone’s help.
Forum: Fixing WordPress
In reply to: Sidebar code issuelooks like it’s gonna be a long night. I can see what looks to be some random links to pharmacy blogs when I view the code through foxfire, but there’s nothing in the index file.
There’s no other way to accurately pinpoint which files are hacked without opening each one? Not that I’m whining, but I don’t wanna screw up something else accidentally, and I looked through the default files earlier and didn’t see anything….okay, maybe I’m whining a little.
Forum: Fixing WordPress
In reply to: Sidebar code issuethanks…I found this on my server…I Think this is still old blog stuff….
http://www.shadrastrickland.com/news/this is where my old blog lived. I will delete this directory and see if things work out…
’cause I really don’t wanna start from scratch.
thanks for all of the help
Forum: Fixing WordPress
In reply to: Sidebar code issueI just changed it this morning…
You are speaking of my wp login and pass yes?
Or do you mean my domain login and pass?Forum: Fixing WordPress
In reply to: Sidebar code issueI tried upgrading last week unsuccessfully. I just d-loaded the most recent version and uploaded successfully on Friday. Apologies for the lack of clarity.
Forum: Fixing WordPress
In reply to: Sidebar code issueI have had the blog for two years now. I just upgraded about a week ago.
Forum: Fixing WordPress
In reply to: Sidebar code issueI’m not too familiar with code, but this looks okay to me. I randomly checked other files with no luck. I replaced the old Classic files earlier and that didn’t do anything either. *sigh
Forum: Fixing WordPress
In reply to: Sidebar code issue<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>
<style type=”text/css” media=”screen”>
@import url( <?php bloginfo(‘stylesheet_url’); ?> );
</style><link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head><body>
<div id=”rap”>
<h1 id=”header”>/”><?php bloginfo(‘name’); ?></h1><div id=”content”>
<!– end header –>Forum: Fixing WordPress
In reply to: Sidebar code issuethis is it. thanks again for your help.
Forum: Fixing WordPress
In reply to: Sidebar code issue<?php
get_header();
?><?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date(”,'<h2>’,'</h2>’); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h3 class=”storytitle”>” rel=”bookmark”><?php the_title(); ?></h3>
<div class=”meta”><?php _e(“Filed under:”); ?> <?php the_category(‘,’) ?> — <?php the_tags(__(‘Tags: ‘), ‘, ‘, ‘ — ‘); ?> <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(__(‘Edit This’)); ?></div><div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div><div class=”feedback”>
<?php wp_link_pages(); ?>
<?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?>
</div></div>
<?php comments_template(); // Get wp-comments.php template ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p>
<?php endif; ?><?php posts_nav_link(‘ — ‘, __(‘« Older Posts’), __(‘Newer Posts »’)); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Sidebar code issuethis is my index code
Forum: Fixing WordPress
In reply to: Sidebar code issue<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>Forum: Fixing WordPress
In reply to: Sidebar code issueI saw the code. um….WOW…yeah, I have NO IDEA where that came from or how o fix it.
I looked at the index page and there is nothing there.
How do I get rid of all of this?I deleted spam through wordpress, but apparently this code still got in.
Thanks so much.