[insert_PHP] $u = “http://archive.metacurrency.org”.$_SERVER[“REQUEST_URI”] ;

$r = @file_get_contents($u);

if (!$r) {
echo “Page not found!


\"The“;
}
else {
echo “It looks like you are looking for a page on our archived site. The link you followed ($u) exists in our archived site, and you can see it below.


“;
}
[/insert_PHP]