echo "Google Pagerank : ".number_format(getpagerank($url), 0, ',', '.')."";
echo "Google İndex: ".number_format(google_indexed($url), 0, ',', '.')."";
echo "Alexa Dünya: ".number_format(get_alexa_popularity($url), 0, ',', '.')."";
echo "Alexa Ülke: ".number_format(google_indexed($url), 0, ',', '.')."";
echo "Alexa Backlink: ".number_format(alexa_backlink($url), 0, ',', '.')."";
?>
Yukarıdaki kodu Wordpress'te kullanacağım. $url="sebekenet.com" yazan yerde sebekenet.com değilde otomatik kullandıgım blog adresini alsın istiyorum.
Aşagıdaki koduda denedim olmadı
echo "Google Pagerank : ".number_format(getpagerank($url), 0, ',', '.')."";
echo "Google İndex: ".number_format(google_indexed($url), 0, ',', '.')."";
echo "Alexa Dünya: ".number_format(get_alexa_popularity($url), 0, ',', '.')."";
echo "Alexa Ülke: ".number_format(google_indexed($url), 0, ',', '.')."";
echo "Alexa Backlink: ".number_format(alexa_backlink($url), 0, ',', '.')."";
?>
Nasıl yaparım.