Alexa Ranking Script

Status
Not open for further replies.

cybernac

Junior Member
Joined
Nov 26, 2007
Messages
116
Reaction score
77
My cousin who is my "partner in crime" came up with this Alexa script for increasing Alexa rank. Basically what it does is make Alexa think that all the visitors to your site have the toolbar installed. I just installed it in my sites tonight so I'll keep you updated on how it works. I welcome any comments.
 

Attachments

Just a thought, with this script in place,
Use a hit bot, blast your page with it, would it rise ur rankings ;)

Logically it would work, let me try and i'll post my result.
 
MoneyMafia - Thanks for the script changes...I will forward to my cousin who will be excited to read!

TY180SX - Let me know how it works for you. I have not tried any bots as my tech knowledge isn't too great!

..just hanging around here and eager to learn!
 
IF your site is PHP then add the function and the echo on your index or header.php file
 
IF your site is PHP then add the function and the echo on your index or header.php file
I m using wordpress, do you mean I copy and paste the alexa script into my header.php? Please correct me if i m wrong.
 
My site isn't php. Could i just change the index page to .php, then upload to work?
 
Guys hold your horses for a bit ALEXA script is still under testing...I mean we still try to figure out if the alexa rank is going down as it shoud.. I get contrary result till now so is still testing. When we'll make sure is working and is doing its job it will be released and i have in mind how to make it work with html pages as well. So hold your horses for few more days
 
Happy to report that in only 2 days my site has moved up 25,000 in Alexa using the Alexa script! It must be working...I haven't done anything else!!

Now we have a script for Compete.com - similiar to the Alexa one. Anyone interested I will post it here!
 
glad to know the script is working
now, please help this n00b to know how to use it :D
upload the script on our server then put the echo code on the page?
does it work with pure html page?
 
Add this to your .htaccess file in Apache:

AddType application/x-httpd-php .html
 
cant get it to work in wp

Warning: session_start(): Cannot send session cookie - headers already sent

should i create a separate php file and use include in the header.php ?
 
cant get it to work in wp

Warning: session_start(): Cannot send session cookie - headers already sent

should i create a separate php file and use include in the header.php ?

session_start(): have to be places before any echo,header command to avoin this error place it
right after first line of the php file:
PHP:
 <?
 session_start();
.....................
 ?>
 
Status
Not open for further replies.
Back
Top