<?php
# $_page = $rfile = preg_replace('/\.php/','',basename($_SERVER['REQUEST_URI']));
list($crap,$store,$blah) = split("\/",$_SERVER['PHP_SELF'],3);
# print_r($_SERVER);
$rfile = preg_replace('/\..*/','',$_SERVER['REQUEST_URI']);
if ($store == "HYPMAIL") 
  $_page = $rfile = preg_replace('/\/HYPMAIL\//','',$rfile);
if ($store == "NSX") 
  $_page = $rfile = preg_replace('/\/NSX\/ALL\//','',$rfile);
if ($store == "Scam_Archive") 
  $_page = $rfile = preg_replace('/\/Scam_Archive\/ALL\//','',$rfile);
$ss = "<span nowrap style='color: firebrick; font-weight: bolder;'>";
$se = "</span>";
$h_title = "Scamdex Old Archive - ".$store;
$h_desc = "Advance Fee Fraud (known as 419 or Nigerian scams). How to spot AFF scam email, how 419 scams (Nigerian Scams) work";
include_once '__INCLUDES/ScamdexHeader.php';
?>
<tr>
    <td style='padding: 0px; border-top: 0px;' valign=top class='toplevel'>
        <h2>Old Scamdex Archive Search <?php echo " - ".$store; ?></h2>
        <?php // print $rfile; //include_once '__INCLUDES/Scamdex_LargeRectangle_float.inc'; ?>
        <p>
            The Scamdex Archive of Scam Emails has changed format and the email you linked to (<?php echo $rfile; ?>) has  moved
            or was deleted from the archive.</p>
        </p>
    </td>
</tr>

<?php include '__INCLUDES/ScamdexFooter.php'; ?>
