04-19-2014, 05:26 AM
04-19-2014, 05:51 PM
Please how to use this code on wp?
Thanks
Thanks
04-20-2014, 03:29 PM
can i use it on blogger?
04-20-2014, 03:32 PM
Any tutorial bro?
04-20-2014, 03:42 PM
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, 08:35 PM
(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
04-20-2014, 09:50 PM
please tutorial
04-21-2014, 03:58 AM
Hi Guys,
I got it working in Wordpress. I am currently sending ebesucher hits to it. Lets see how low I can Go.
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?
I got it working in Wordpress. I am currently sending ebesucher hits to it. Lets see how low I can Go.

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]](http://www.crazyworks-corp.com/alexa.jpg)
04-21-2014, 04:35 AM
(04-21-2014 03:58 AM)crazyworks Wrote: [ -> ]Hi Guys,Thank you for help
I got it working in Wordpress. I am currently sending ebesucher hits to it. Lets see how low I can Go.![]()
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?
![]()
for Alexa question,lower rank is better,correct me if I'm wrong
05-04-2014, 02:45 AM
is this working?