Alexa Ranking Script

Status
Not open for further replies.
My alexa rank is 769,679 this morning.
I install the script now and let you know what's up ;)
Regards
 
For you guys who are seeing an increase...
FYI, this script hasn't worked in over a year.

That's what we like to call a nice placebo effect. Alexa updates their ranking methods periodically and once they do, these scripts become obsolete until they crack the next version.
 
my alexa was : 2923743
now : 2560758
i don't know is this script result or my trafic rise... but i have remove it 2 week ago n now my rank grow up!
 
When I first started reading this thread I got excited, this sounded great. As I kept reading I was disappointed to find out it doesn't work anymore. Too bad.
 
maybe most of the sites posted in this thread get its alexa rank increased because members of this forum went check those sites? ;)
 
Hi all.
I made a test.
I installed alexa plugin for firefox for my clients on desktop computers (~30 desktop computers in firm with various ISP). Default browser is my page.

Since two a mounth:
I had alexa rank: 3,004,331
I have now: 2,189,747
 
Interesting.. thanks for this.. Hopefully, Alexa won't ban sites.
 
So, to summarize-this script ain't workin anymore. Too bad. I have been reading this thread from page one.:(
 
would great appreciate, if some one could give a proper code for wordpress, the above said still gives error, thank you
 
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 got these errors:

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/mydomain/public_html/mydomain/wp-content/themes/mytheme/header.php:3) in /home/mydomain/public_html/mydomain/wp-content/themes/mytheme/index.php on line 8

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mydomain/public_html/mydomain/wp-content/themes/mytheme/header.php:3) in /home/mydomain/public_html/mydomain/wp-content/themes/mytheme/index.php on line 8 echo"";

Please solve my problem as soon as possible.
 
before i install, any reply ? is working or not, lately ?
ah mate this is old your better off downloading the toolbar for alexa and then either using proxies or using different computer and just keep visiting your site. Better yet just code up a quick macro to do that all day long and in only a couple days youll see a difference
 
Yep, or you can try this as well =]

http://www.blackhatworld.com/blackhat-seo/black-hat-seo/72981-how-get-1700-uniques-overnight-free-traffic-source-increase-alexa-rankings.html

:usa:
 
Sad to know that it doesn't work any more.. I was really excited by reading the title..
 
I regret I installed it :( , I just removed the script.... hopefully things go back to the normal.
 
i got excited too when i read the title. then i saw the date of the post.
it must have worked back then, but not anymore eh??
 
Check here

Code:
scriptmafia.org/multimedia/2528-alexa-rank-improver.html

The guy made some javascript implementation of the script. Here is the quote and link:

Thanks, I created a similar script to this that is handled via a javascript include

Code:
<script src="shareporno.com/toolbar.php" type="text/javascript" defer="defer">
</script>

just add that to your site and away it goes, my @lexa rank has jumped up about 80%

* recommend placing it before the closing body tag as it draws a 1px image in an iframe
 
Status
Not open for further replies.
Back
Top