Quote:
Originally Posted by John
PHP Code:
<?php
$content = file_get_contents("http://www.google.com");
preg_match('#<title>(.*?)</title>#', $content, $title);
$title[1];
?>
|
Wow! Thanks john.
working on my new proxy.
test
The first AnalyzeThatHost sets
Analyze That Host as a variable, then searches for the title, and searches for the shortcut icon, and if it has one, it uses it as the image..
not too bad?