Virüs Sorunu
14
●903
- 27-06-2008, 16:48:49Üyeliği durduruldudosyaları tarattırdım hiçbişi çıkmadı yinede temizle dedim ondan sonra tekrar attım yine portalda virüs sorunu çıkıyor...dosyaaları aç temizle diosun nasıl temizlicem dosyayı mı aratayım ? virüs programım nod 32Burockz adlı üyeden alıntı: mesajı görüntüle
- 27-06-2008, 17:00:21Mesela index.php yi aç kodlara bak genelde sonlara ekliyor biryere link verilmişmi veya sifrelenmiş bir kod varmı istersen index.phpyi felan ekle bakalımgoodwin adlı üyeden alıntı: mesajı görüntüle
- 27-06-2008, 17:08:10Üyeliği durduruldu<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="entrytop"><div class="entry">
<h2><span class="inpost-date"><?php the_time('F jS, Y') ?></span><a href="https://www.r10.net/webmaster-genel-konular-sorunlar/<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
</div></div>
<div class="post-content">
<?php the_content('devamini oku »'); ?>
</div>
<div class="post-info">
<span class="post-cat"><?php the_category(', ') ?></span> <span class="post-comments"><?php comments_popup_link('Yorum Yaz »', '1 Yorum »', '% Yorum »'); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<span class="previous-entries"><?php next_posts_link('Previous Entries') ?></span> <span class="next-entries"><?php previous_posts_link('Next Entries') ?></span>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div><!--/content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
