"; } if (isset($_GET['url'])) { $thisurl=urldecode($_GET['url']); if ($thisurl != '') { $content=@file_get_contents($thisurl); } $bits=explode("/wp-content/themes/", $content); if (sizeof($bits) > 1) { $postbits=explode("/", $bits[1]); if (strpos($postbits[0], "twenty") !== false) { $firstword="Twenty"; $secword=strtoupper(substr(substr($postbits[0],strlen("twenty")),0,1)) . substr(substr($postbits[0],strlen("twenty")),1) ; echo "

" . $firstword . " " . $secword . $predicate . selit($thisurl) . "

"; exit; } else { echo "

" . $postbits[0] . $predicate . selit($thisurl) . "

"; exit; } } else { echo "

" . selit($thisurl) . " is not a WordPress webpage

"; exit; } } echo "

What WordPress Theme is That?

Url:   
"; ?>