furpsocial
The only data collected by furp is the contents of your posts (signature and message). This information is stored in our secure databases for as long as I feel like it. It is only used to accomodate furp as a social media platform.
");
} else {
fwrite($myfile, "anon: " . htmlspecialchars($_POST["body"]) . "
");
}
fclose($myfile);
}
// read from file
$myfile = fopen("posts.txt", "r") or die("Unable to open file! (r)");
echo fread($myfile,filesize("posts.txt"));
fclose($myfile);
?>