Index du Forum » » Le coin des codeurs

Auteur

Faire suivre les référants
handman
97    

  Posté : 01-10-2006 15:39

bonjour à tous
j'ai ecrit cela :
<?php

$date = date("d m Y");
$heure = date("H:i");
echo ("$date : $heure IP: $REMOTE_ADDR");

$fp = fopen("indexR.php","w+");
fseek($fp,0);
fputs($fp,'<?php');

fputs($fp, ' header("Location: http://');
fputs($fp,$REMOTE_ADDR);
fputs($fp,'/npds?refer=$HTTP_REFERER")');
fputs($fp,'?>');
fclose($fp);

?>

ce qui me donne cela :
<?php header("Location: http://83.153.85.7/npds?refer=$HTTP_REFERER")?>
est-ce que cela fonctionne ? je ne sais pas.

à voir

handman



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=20904&forum=5