Jump to content

Sitem Hacklendi Nasıl Düzelterim ?


Recommended Posts

index dosyalarının ıcıne baktım ama bısy bulamadım ben ama yınede vereyım .

Anasayfa index.php

[code]<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/

/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>[/code]


Wp-Conect/index.php

[code]<?php
// Silence is golden.
?>[/code]


Wp-Conect/themes/index.php

[code]<?php
// Silence is golden.
?>[/code]


Kullandığım temanın index.php

[code]<?php get_header(); ?>
<?php include ('rightbar.php'); ?>
<?php get_sidebar(); ?>

<div class="centerside">
<div class="centersideinn">
<div class="speedbar"><div>
<div>
<div>
<?php if ( function_exists('yoast_breadcrumb') ) {
yoast_breadcrumb('');
} ?>
</div></div></div></div>



<!-- REKLAM -->
<div class="cblock">
<div class="bbr_head"><div></div></div>
<div class="bbr_mid"><div class="bbr_mid">
<div class="maincont" align="center"><iframe src="http://www.haberaktuel.com/sondakika/index3.php" height="26" width="100%" frameborder="0" scrolling="No"></iframe></div>
</br> deneme </div>
</div>
<div class="bbr_foot"><div>
</div>
</div>
</div>
<!-- REKLAM -->

<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>

<span id='dle-info'></span>
<div id='dle-content'>
<div class="base">
<div class="bheading"><div>
<div>
<div><div><div>
<span><strong>Kategori:</strong> <?php $category = get_the_category(); if ($category) { echo '<a href="' . get_category_link( $category[0]->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category[0]->name ) . '" ' . '>' . $category[0]->name.'</a> ';
} ?></span>
<h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
</div></div></div></div></div></div>

<div class="bbr_mid"><div class="bbr_mid">
<div class="maincont">
<div class="infostore">
<div class="isicons">
<span></span>
<span></span>
</div>

<span class="arg"><img class="si_author" src="<?php bloginfo('template_url'); ?>/images/spacer.gif" alt="yazar" title="yazar" /><strong>Yazar:</strong> <?php the_author(); ?></span>
<span class="arg"><img src="<?php bloginfo('template_url'); ?>/images/spaceinfo.gif" alt="|" /></span>
<span class="arg"><img class="si_date" src="<?php bloginfo('template_url'); ?>/images/spacer.gif" alt="tarih" title="tarih" /><strong>Tarih:</strong> <?php the_time('j F Y'); ?> / <?php the_time('G:i'); ?></span>
<div class="clr"></div>
</div>
<div class="indents">
<?php the_content(' '); ?>
<div class="clr"></div>
</div></div></div></div>

<div class="morelink"><div class="ml"><div class="ml">
<div class="argrate"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
<span class="argback"><a href="<?php the_permalink(); ?>" title="devami"><strong>Devam覺</strong></a></span>
<span class="arg"><img class="ml_com" src="<?php bloginfo('template_url'); ?>/images/spacer.gif" alt="yorum" title="yorum" /><strong>Yorumlar:</strong> <?php comments_number('0','1','%'); ?></span>
<span class="arg"><img class="ml_views" src="<?php bloginfo('template_url'); ?>/images/spacer.gif" alt="okunma" title="okunma" style="margin-top:-4px;" /><strong>Okunma:</strong> <?php if(function_exists('the_views')) { the_views(); } ?></span>
</div></div></div></div></div>
<?php endwhile; ?><?php else : ?><?php endif; ?>


<div style="margin-bottom:5px;">
<?php wp_pagenavi(); ?>
</div>
</div></div>
<div class="clr"></div>
</div>
</div></div></div>
<?php get_footer(); ?>
[/code]

Link to comment
Share on other sites

sadece senin degil tüm siteler hacklenmis zone-h üzerindeki.

[code]http://www.zone-h.org/news/id/4741[/code]

Link to comment
Share on other sites

[quote name='alixboy33' date='11 December 2011 - 21:44 ' timestamp='1323629070' post='1127371']
evet cogu sıtenın hacklendgnı bılıorum zaten
[/quote]
bu nedenle sen sisteni istedigin kadar duzelt, sistein açiği kapanmadıkça senin sisten surekli hacklenir.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...