You are seeing a page that will disappear 2 to 3 minutes after " . $localtimestamp . ". This is your default web page wording, and whatever follows is your own content.

"; } else { echo "

" . urldecode($_GET['content']) . "

"; if (!file_exists($proposedfn)) { file_put_contents($proposedfn, "

" . urldecode($_GET['content']) . "

"); chmod($proposedfn, 0666); file_put_contents($proposedfn . ".ksh", "rm -f " . $proposedfn . "\n" . "rm -f " . $proposedfn . ".ksh" . "\n"); chmod($proposedfn . ".ksh", 0777); exec("at now + 2 minutes < " . $proposedfn . ".ksh"); } } ?>