<?php
switch ($no) {
case \"1\":
$r = \"www.32bit.com\";
$title = \"32bit.com\";
break;
default:
$r=\"http://www.rev.f2s.com/error\";
}
$textfile = \'include(\"$r.txt\")\';
$EXTRACODE = \'<p><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"3\"><a href=\"../index.php3\">Sites
Section</a> - <a href=\"index.php3\">Download Sites Category</a> - <b>$title</b></font>
<br><br>
<font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"2\">$textfile</font>
<br>
<div align=\"right\"><p><font face=\"Verdana, Arial, Helvetica, sans-serif\" size=\"2\"><a href=\"http://$r\">Go to this site!</a></font></div>\';
$filename = \"http://www.rev.f2s.com/revTemplate.html\";
$fd = fopen ($filename, \"r\");
$blah = fread ($fd, filesize ($filename));
$convert = str_replace (\"<SPECIAL-ALL-CONTENT>\", $EXTRACODE, $blah);
?>
<?php echo $convert?>
Anything wrong about the above code? I get a blank page.