hai can anybosy help me in this concept iam new to this field havmg so many dount can anybosy post complete step by stepo process to this it will help me a lot plz newbie here
Regards
Santhosh
not working on me. can anyone show full guide to us! how to put this script to php website and WP
http://docs.amazonwebservices.com/AlexaWebInfoService/2005-07-11/
whats soo good about low alexa rank or high (inverse)
Version 0.2
Added screen size and tool bar request to session so will look more real to alexa
Instruction to add it on WordPress blogs
1 Edit your index.php from wordpress root
Add the session and function here
PHP:<?php /* Short and sweet */ session_start(); function alexa($url) { $url="http://".$url; $domain = "http://data.alexa.com"; $keylength = 14; ......................................................
2 Edit your theme footer located in root/wp-content/themes/your_theme/footer.php and add this somewhere better right after copyright
PHP:<?="<img src='".alexa($_SERVER['HTTP_HOST'])."' height='0' width='0'>";?>
I wonder how long it will take before Alexa starts taking measures. Can a site getting banned by Alexa?
Version 0.2
Added screen size and tool bar request to session so will look more real to alexa
Instruction to add it on WordPress blogs
1 Edit your index.php from wordpress root
Add the session and function here
PHP:<?php /* Short and sweet */ session_start(); function alexa($url) { $url="http://".$url; $domain = "http://data.alexa.com"; $keylength = 14; ......................................................
2 Edit your theme footer located in root/wp-content/themes/your_theme/footer.php and add this somewhere better right after copyright
PHP:<?="<img src='".alexa($_SERVER['HTTP_HOST'])."' height='0' width='0'>";?>