es GIBT
FTP-Komponenten bei
ICS,
Indy 9 und anderen Kompo-sammlungen...
Ich würde da aber n PHP-Skript schreiben:
Code:
if ($_REQUEST['auth'] == 'very_secret_password')
{
$fp = fopen('highscore.txt', 'a');
fwrite($fp, $_REQUEST['user']."\t".$_REQUEST['score']."\n");
fclose($fp);
}
So sollte das in etwa gehen... Du kannst das dann mit der
IdHTTP-Komponente von den Indys per Post oder Get übertragen.
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1