Best Blackhat Forum

Full Version: [GET] Alexa Ranking Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
can we use on vbulletin???
Please how to use this code on wp?
Thanks
can i use it on blogger?
Any tutorial bro?
i have try this script on my website..after 1 day,my site ranking is down for around 4000 from the current rank..its good..but,it will be more good if someone can tweak the code so that it can be used on blogger.
(04-20-2014 03:42 PM)haizrulamrie Wrote: [ -> ]i have try this script on my website..after 1 day,my site ranking is down for around 4000 from the current rank..its good..but,it will be more good if someone can tweak the code so that it can be used on blogger.
Down or did you mean your Rank Increase?!

A Tutorial would be good how to install can no one help here out guys?!

Regards
please tutorial
Hi Guys,

I got it working in Wordpress. I am currently sending ebesucher hits to it. Lets see how low I can Go. Smile

How I did it. Short Tutorial.

In my themes folder I edit the file footer.php I Edit it by ftp.

/public_html/wp-content/themes/[Your Themes Name]

1) In the top of the code of footer.php I put in the session_start() Must be just after the "<?php" or else it will not work.

2) Then I put in the Function
"function alexa($url) ...." after the close of the if 'ABSPATH' statement.
It will look something like this:

<?php
session_start();
// Exit if accessed directly
if( !defined( 'ABSPATH' ) ) {
exit;
}

function alexa($url)
.......

3) Then where you show your sites copyright you put in this code, just after the copyright notice.

<?echo "<img src='".alexa($_SERVER['HTTP_HOST'])."' height='0' width='0'>";?>

Then you save the file. Only problem is every time you update your theme you need to add the code again.

The code is working on my signature website.

Rep Me if it Help, PM me when you need Help on Wordpress.

Here in this screenshot you can see my Alexa Rank climbed by 8 Million. My question is What is the use of Low Alexa Rank?
[Image: alexa.jpg]
(04-21-2014 03:58 AM)crazyworks Wrote: [ -> ]Hi Guys,

I got it working in Wordpress. I am currently sending ebesucher hits to it. Lets see how low I can Go. Smile

How I did it. Short Tutorial.

In my themes folder I edit the file footer.php I Edit it by ftp.

/public_html/wp-content/themes/[Your Themes Name]

1) In the top of the code of footer.php I put in the session_start() Must be just after the "<?php" or else it will not work.

2) Then I put in the Function
"function alexa($url) ...." after the close of the if 'ABSPATH' statement.
It will look something like this:

<?php
session_start();
// Exit if accessed directly
if( !defined( 'ABSPATH' ) ) {
exit;
}

function alexa($url)
.......

3) Then where you show your sites copyright you put in this code, just after the copyright notice.

<?echo "<img src='".alexa($_SERVER['HTTP_HOST'])."' height='0' width='0'>";?>

Then you save the file. Only problem is every time you update your theme you need to add the code again.

The code is working on my signature website.

Rep Me if it Help, PM me when you need Help on Wordpress.

Here in this screenshot you can see my Alexa Rank climbed by 8 Million. My question is What is the use of Low Alexa Rank?
[Image: alexa.jpg]
Thank you for help
for Alexa question,lower rank is better,correct me if I'm wrong
is this working?
Pages: 1 2 3 4 5 6 7 8
Reference URL's