XaraX: Sammle sie doch einfach mal selbst!

Beitrag lesen

Hallo Alex!

mach doch eine eigene Sammlung:

index.html

.
.
.
<frameset>
   <frame src="main.htm">
   <frame src="spion.php">
</frameset>

spion.php

<?php
  if($HTTP_USER_AGENT!="")
     {
     $datei=fopen("browser.txt",a);
     fputs($datei,$HTTP_USER_AGENT."\n");
     fclose($datei);
     }
?>

Gruß aus Berlin!
eddi