original thread : http://www.phplinkdirectory.com/forum/s ... ight=alexa
This mod adds the alexa page rank to your site lsitings
Alexa has three types banner, sky scraper and button
Open any template file and place this wherever you wish for it to be displayed
Banner Style
- Code: Select all
<SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/c?url={$link.URL|escape}'></SCRIPT>
- Code: Select all
<SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/b?url={$link.URL|escape}'></SCRIPT>
- Code: Select all
<SCRIPT type='text/javascript' language='JavaScript' src='http://xslt.alexa.com/site_stats/js/s/a?url={$link.URL|escape}'></SCRIPT>
- Code: Select all
{$link.URL|escape}
- Code: Select all
{$URL|escape}
To add Alexa Graph (daily reach per million)
in detail.tpl wherever you'd like it to show place
- Code: Select all
<img border="0" src="http://traffic.alexa.com/graph?w=379&h=216&r=6m&z=&y=r&u={$URL|escape|trim}&u=" alt="{$TITLE|escape|trim}" title="{$TITLE|escape|trim}" />




