/* ============================================================================================================ Version : 1.0 Description : Search Engine Spider Test Tool Copyright : (c) SeoBook.com, licensed under the GPL ( http://www.gnu.org/licenses/gpl.txt ) Function : Allows you to quickly view how a spider sees a web page. ============================================================================================================ */ include '../header.php'; error_reporting(0); $url=$_REQUEST['url']; $c=$_REQUEST['c']; include 'form.php'; switch ($c) { case 1: { if(strlen($url)<5) { echo '