Alexa Ranking Script

Status
Not open for further replies.
will you have lots of queries? If you only have about 1000 queries every day, you will only need to pay $0.15/day. This is almost free.
 
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
 
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

Are you a programmer? Or at least, you should know some simple html and javascript. You can learn these web languages from w3school. I think it's really a easy place to learn web languages.
 
not working on me. can anyone show full guide to us! how to put this script to php website and WP
 
not working on me. can anyone show full guide to us! how to put this script to php website and WP

Hi, I suggest you using AWIS. You can find the detail guide from here:

Code:
http://docs.amazonwebservices.com/AlexaWebInfoService/2005-07-11/
 
yes i follow "eddyhoole" instruction. its seem like done well but.
just see this script working or not
now my alexa :2923743
 
whats soo good about low alexa rank or high (inverse)

there are a few positives

if you want to sell a site/domain, it helps if people see you have a high alexa rank

beginners trust your site more if they see you have a decent alexa ranking

you rank better in the alexa search engine and hence get more traffic
 
Hi, i'm not a programmer but i need your help.

On this line "$url="http://".$url;" - i need to put my website here?


Thanks

This script really works?
 
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'>";?>

Nice work 'mafia'. God I love this forum!! Still not sure though if this then works on all pages due to the footer placement?
 
I have posted and get error could someone tell me about this please? thanks before
to be honest i dunno html stuffs >.<
 
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'>";?>

If I do exactly you are explaining above, What to do with the .txt file ? Or I dont need the .txt file ? Thanks
 
this not working at all man!!! i have try it and no change maded
 
would not it be better if the OP posts a .txt step by step guide on here so that people dont keep asking questions?
 
ive seen crap like this build up more and more in various forums alexa is going to catch up pretty soon
 
Status
Not open for further replies.
Back
Top