ช่วยดูหน่อยค่ะ ว่าโค้ดในส่วนนี้มันคืออะไร มันคือไวรัสรึป่าวค่ะ
Malware
Date :
2012-10-11 13:15:31
By :
adaaugusta
น่ากลัวแฮะ Nod มันแจ้ง Error หน้าเว็บ thaicreate.com ด้วยซะนั้น (ขอลบออกครับ)
Date :
2012-10-11 13:24:51
By :
mr.win
ค่ะ ขอบคุณมากๆเลยค่ะ
Date :
2012-10-11 14:05:57
By :
lhin3800
พอจะทราบมั้ยค่ะว่าต้องไปแก้ไขตรงไหน เพราะว่าใช้ wordpress อะค่ะ พอview source ดูมันก็ดูได้แต่พอหาใน index.php ก็หาไม่เอจเลยค่ะ
อันนี้เป็น โค้ด index.php
Code (PHP)
<?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');
?>
Date :
2012-10-11 14:12:20
By :
lhin3800
มันน่าจะอยู่ในธีมครับ ลองหาดูเรื่อย ๆ ครับ
Date :
2012-10-11 14:25:55
By :
mr.win
ไม่เจอเลยค่ะ อันนี้เป็น index.php ของtheme ค่ะ
Code (PHP)
<?php get_header(); ?>
<div id="main" class="content">
<div id="left_side">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
</h2>
<div class="entry">
<div class="indexfeature"><?php the_post_thumbnail(array(180,180)); ?></div>
<?php the_content(); ?>
</div>
<div class="clearboth"> </div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Previous Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<?php else : ?>
<div class="post">
<h2>Not Found</h2>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</div>
<?php endif; ?>
</div>
<?php get_footer(); ?>
Date :
2012-10-11 14:29:37
By :
lhin3800
แก้ได้แล้วคะ มันไปอยู่ในส่วน header.php อะค่ะ ขอบคุณมากค่ะ
Date :
2012-10-11 14:44:40
By :
lhin3800
อย่าใช้ CuteFTP อัพโหลดนะครับ
ให้ใช้ Filezilla
Date :
2012-10-11 16:22:35
By :
adaaugusta
Load balance : Server 01