Erreurs de script

cs_apz Messages postés 281 Date d'inscription dimanche 7 avril 2002 Statut Membre Dernière intervention 11 avril 2013 - 17 janv. 2007 à 03:48
cs_apz Messages postés 281 Date d'inscription dimanche 7 avril 2002 Statut Membre Dernière intervention 11 avril 2013 - 18 janv. 2007 à 18:11
Notice: Undefined variable: PHP_SELF in e:\easyphp\www\topsites\includes\functions.php on line 8

le code :

ligne 8 : if (preg_match("/functions\.php/i", $PHP_SELF)) { exit(); }

Que faire ?

------------------------------------------------------------------
Debutant Excel/VBA, PHP/SQL, Delphi
Club de correspondance :
http://membres.lycos.fr/elatlasclub
http://apt.carrefourinternet.com
http://annuaire.9999mb.com

4 réponses

cs_putch Messages postés 624 Date d'inscription mardi 6 mai 2003 Statut Membre Dernière intervention 14 décembre 2009 1
17 janv. 2007 à 09:19
"Que faire ?"





deja dire bonjour ...

ensuite remplace
$PHP_SELF
par
$_SERVER['PHP_SELF']

...
0
cs_apz Messages postés 281 Date d'inscription dimanche 7 avril 2002 Statut Membre Dernière intervention 11 avril 2013
18 janv. 2007 à 17:30
Je m'excuse pour le bonjour ..

rebonjour

Ca marche.

Une autre erreur :


Notice: Undefined variable: logout in e:\easyphp\www\topsites\admin\login.php on line 13


Notice: Undefined variable: password in e:\easyphp\www\topsites\admin\login.php on line 18


le code :


if ($logout) {
setcookie("admincookie");
header("Location: login.php"); exit();


} else {
if ($password) {
sleep(1);







 


------------------------------------------------------------------
Debutant Excel/VBA, PHP/SQL, Delphi
Club de correspondance :
http://membres.lycos.fr/elatlasclub
0
cs_putch Messages postés 624 Date d'inscription mardi 6 mai 2003 Statut Membre Dernière intervention 14 décembre 2009 1
18 janv. 2007 à 17:49
re

remplace : if ($logout) {

par
 if  ((isset($logout))&&($logout)) {
0
cs_apz Messages postés 281 Date d'inscription dimanche 7 avril 2002 Statut Membre Dernière intervention 11 avril 2013
18 janv. 2007 à 18:11
Merci putch.




------------------------------------------------------------------
Debutant Excel/VBA, PHP/SQL, Delphi
Club de correspondance :
http://membres.lycos.fr/elatlasclub
http://apt.carrefourinternet.com
http://annuaire.9999mb.com
0
Rejoignez-nous