Page 1 sur 1

Problèmes avec Captcha's Urgent

Posté : 27 juin 2008, 17:37
par maeva55
Bonjour,
Divers problèmes sur ce serveur et les deux autres que je possède.
Lors de l'utilisation de scripts PHP, sur au moins 3 scripts installés - que je ne peux pas utiliser - les chiffres des captcha s'affichent correctement, mais lorsque je tape le numéro indiqué systématiquement j'obtiens une erreur me disant que ce n'est pas le bon code.
Par exemple ici :
http://www.webzoom.fr/link/
Tapez un nom de domaine et entrez les chiffres indiqués et vous avez : "Verification code is incorrect. Please re-enter it above."
Ces problèmes survenant sur 3 scripts au moins différents et sur mes trois serveurs, alors que chez mon précédent hébergeur je n'avais pas le problème avec ces mêmes scripts, j'aimerai que l'on puisse m'indiquer très rapidement ce qui ne vas pour ceci et comment y remédier.
Pour info un phpinfo d'un des sites :
http://www.webzoom.fr/phpinfo.php
Je pense donc qu'il y a un problème de config ou autre sur les serveurs mais lequel ?

J'ai les pré-requis pour ces scripts à savoir :
Scripts below require PHP 4.0+, the GD library (installed with PHP), and the TrueType library.
Merci à vous
Cordialement.

Posté : 27 juin 2008, 18:28
par caroube
Est-ce que ta page check_link_popularity.php a bien une instruction du type
$v_code = $_GET["v_code"];
Sinon, il faut le rajouter.

Posté : 27 juin 2008, 19:12
par maeva55
Est-ce que ta page check_link_popularity.php a bien une instruction du type
$v_code = $_GET["v_code"];
Sinon, il faut le rajouter.
Merci pour la réponse dans un premier temps:
Non je n'ai pas ceci.
Mais ou dois je la placer ?
Voilà la page complète :

Code : Tout sélectionner

<? include("include/function_search.php"); include("include/function.php"); include("include/session.php"); set_time_limit(0); if($_SESSION['key']==$HTTP_GET_VARS['v_code']) { $url = convert_url($HTTP_GET_VARS['url']); $google_backlink = google_backlinks($url); $yahoo_backlinks = yahoo_backlinks($url); $msn_backlinks = msn_backlinks($url); $gpr = new pageRank(); $pagerank = $gpr->printrank($url); $total_backlinks = to_format(remove_comma($google_backlink) + remove_comma($yahoo_backlinks)+ remove_comma($msn_backlinks)); ?> <table width="740" border="0" cellspacing="0" cellpadding="2"> <tr> <td height="22" align="left" class="bg-maroon"><strong>Google PageRank for <? echo $HTTP_GET_VARS['url']?> is: <? echo $pagerank;?> / 10</strong></td> </tr> <tr> <td align="center" class="border-maroon"><table width="730" border="0" cellspacing="1" cellpadding="2"> <tr> <td><table width="720" border="0" cellspacing="1" cellpadding="2"> <tr> <td width="360" align="center" class="bg-grey-dark"><strong>Search Engines</strong></td> <td width="360" align="left" class="bg-grey-dark"><strong>Backlinks (click to visit)</strong></td> </tr> <tr> <td align="center" class="border-grey-lrb"><strong class="font-green">Google</strong></td> <td align="left" class="border-grey-lrb"><a href="http://www.google.com/search?hl=en&q=link:<? echo $url?>"><? echo $google_backlink?></a></td> </tr> <tr class="border-grey-lrb"> <td align="center" class="border-grey-lrb"><strong class="font-green">MSN</strong></td> <td align="left" class="border-grey-lrb"><a href="http://search.msn.com/results.aspx?q=link:<? echo $url ?>&geovar=70&FORM=REDIR"><? echo $msn_backlinks?></a></td> </tr> <tr> <td align="center" class="border-grey-lrb"><strong class="font-green">Yahoo</strong></td> <td align="left" class="border-grey-lrb"><a href="http://siteexplorer.search.yahoo.com/search?p=<? echo $url?>&bwm=i&bwms=p&bwmf=u&fr=yfp-t-501&fr2=seo-rd-se"><? echo $yahoo_backlinks?></a></td> </tr> <tr> <td align="center" class="bg-grey-dark"><strong>Total Back Links </strong></td> <td align="left" class="bg-grey-dark"><b><? echo $total_backlinks?></b></td> </tr> </table></td> </tr> </table></td> </tr> </table> <? } else { ?> <span class="font-red">Verification code is incorrect. Please re-enter it above.</span> <? } ?>
Merci d'avance

[Note : ce message a été posté de manière anonyme avant d'être réattribué à son auteur]

L'archive de ce module est ici :
http://www.webzoom.fr/archive.zip
Ce sera plus facile pour m'aider sans mettre 2000 lignes de codes.....
Cordialement