blogspotu reuire e alamazsın.
cURL ile sayfaya bağlanırsın sayfadaki kodları kendi sayfana çekersin o şekilde gösterebilirsin.Link Yapısınıda değiştirmen gerekir.
şöyle birşey hazırladım belki işine yarar...
<?php
if(!isset($_GET["url"]))
{$_GET["url"] = "http://mertulas.blogspot.com/";}
$ct = curl_init();
curl_setopt($ct, CURLOPT_URL, $_GET["url"]);
curl_setopt($ct, CURLOPT_HEADER, 0);
curl_setopt ($ct, CURLOPT_RETURNTRANSFER, 1) ;
$sayfa = curl_exec($ct);
$sayfa = str_replace("href=\"" , "href=\"blogspot.php?url=",$sayfa);
$sayfa = str_replace("href='" , "href='blogspot.php?url=",$sayfa);
echo $sayfa;
curl_close($ct);
?>
http://mertulas.blogspot.com/not:blog benim değil
kolay gelsin...