Hallo MaxDDNS,
versuche die Ip auf meine Webseite zu bekommen
das wissen wir doch schon längst. Bitte fang jetzt nicht auch noch an, dein Anliegen über etliche Threads zu streuen!
<?php
$ip = $_SERVER['REMOTE_ADDR'];
echo $ip;
$handle = fopen("ip.txt", "w+");
fwrite($handle,$ip);
fclose($handle);
?>
im Router habe ich www.webseite.de/fungame.php geschrieben
Gut.
funzt aber nicht
Was heißt das? Wie hast du das ausprobiert? Hast du die Internet-Verbindung getrennt und neu aufgebaut? Nein, du kommst hier noch mit derselben IP-Adresse wie heute morgen an. Also warum sollte dein Router in der Zwischenzeit eine Änderung mitgeteilt haben?
Ciao,
Martin
--
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.
Most experts agree: Any feature of a program that you can't turn off if you want to, is a bug.
Except with Microsoft, where it is just the other way round.