Alexa Ranking Script

Status
Not open for further replies.
hatisenang, I follow MoneyMafia guide above
and it seems work on my wordpress blog, no error found
I don't have a big traffic blog so I can't say it works or not
I need to implement it on my builder script but still can't do it.

Another problem with alexa,
I use ff search status plugins
and it shows different ranking compared with the alexa rank on their web.

thanks vlerian, done. :D
 
This may be a dumb question, but couldn't you use this software on your page in conjunction with some proxy script that grabs proxies, checks em, then hits the url from the anon ones? I think i was playing with something like that not too long ago and it may have used random user agents for each hit.. i'm mostly a noob so this may be way off..
 
This may be a dumb question, but couldn't you use this software on your page in conjunction with some proxy script that grabs proxies, checks em, then hits the url from the anon ones? I think i was playing with something like that not too long ago and it may have used random user agents for each hit.. i'm mostly a noob so this may be way off..

Absolutely... that would be the way around not having a signifigant amount of "legitimate" traffic. But then, you'd not even have to put it on the page for that matter; just redirect the url (starts with data.alexa.com) thru the proxy. In either case, the whole objective is to get the code to be sourced from "the masses".

For that, I suppose you could just host the code on a locally mananged Apache setup, prefix and/or reformat the url to match that the format that the proxy accepts, throw the whole thing in a loop, then go out out for donuts.
 
Just put script on my site. now waiting for alexa boost :)
 
Can we see a copy of a the clean script that's working that MoneyMfia has changed?
 
I second Toby...

Can someone post a clean final script for alexa and complete.
 
This is really cool and I'm going to implement it on my sites - but one question, can someone help port this to Classic ASP?
 
MoneyMafia,

Any idea of how to get this to work with a ArticleMS site?

Code:
http://www.articletrader.com/articlems/
 
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'>";?>
can i integrate this file in same file? [index.php] does it work?
 
my index file have html and php code,,
ho do i integrate this?
 
Ha is the script really working
Had any one got great results
 
Just a question.. this is the same effect as when we install the widget?
 
Status
Not open for further replies.
Back
Top