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
Good post, Thanks.
See if it works, is real, some tested.
I'll try, then I say.
+ rep added ...
Perfect Biggrin

[Image: original-d96f4580bfe3964249b4d6cdfc0b0f23.png]
help wordperess edit?
Can it be done as ".js" and the call it <script></script>? Sorry I'm total noob in javascript or ".php".
Can it be done as ".js" and the call it ? Sorry I'm total noob in javascript or ".php".
(05-07-2014 10:18 AM)Maryleen Wrote: [ -> ]the script should be inserted into any wordpress files or saved .php or .js and then recalled?
@Vandamme

used this

(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]
hi sucessoideal

check Messages

thanks
I'm trying on my unranked site with a very old Woo theme. Let's see what happen in the next few days. I hope I insert the code right in the footer.php which is very different from what crazyworks posted.

(05-08-2014 01:15 AM)sucessoideal Wrote: [ -> ]Perfect Biggrin

[Image: original-d96f4580bfe3964249b4d6cdfc0b0f23.png]
thanssssssssssssssssssssssssssssssssssssssss sucessoideal
I can't put in my wordpress blog it gives me very errors.
Can u send me your theme? thanks
Pages: 1 2 3 4 5 6 7 8
Reference URL's