Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/freeguppyorg/sites/ghc.freeguppy.org/inc/hpage.inc on line 45
Centre d aide GuppY - Stop ! Illegal Action from 'www.monsite.com

Stop ! Illegal Action from 'www.monsite.com

C'est un problème connu chez 1and1.

Il faut supprimer les lignes 293 à 302 du fichier postguest.php d'un GuppY 4.6.25 standard:
Code :

if (!empty($_SERVER['HTTP_REFERER'])) {
$url = parse_url($_SERVER['HTTP_REFERER']);
$host = $url['host'];
$ip = gethostbyname($host);
if ($ip != $host) {
if ($host != $_SERVER['SERVER_NAME']) {
die("STOP ! Illegal action from '$host' (IP=$ip)");
}
}
}
   
"Stop ! Illegal Action from 'www.monsite.com' (IP=xxx.xxx.xxx.xxx)" veut dire que la réponse attendue par GuppY à une requête d'identification du serveur n'a pas abouti.
Soit il s'agit d'une réponse incorrecte ou d'une absence de réponse à cette requête.


 


Date de création : 12/09/2011 @ 16:32
Catégorie : - Messages d'erreurs
Page lue 17884 fois