Downloads: AXS and WordPress Integration Plugin (2.1)
This is a plugin for WordPress to allow quick and easy integration with AXS.
This plugin is for WordPress 1.5 or better.
AXS is an excellent free script to track hits to your webpage and present them in usable graphs.
You must have AXS already installed before you can use this plugin.
Just download the zip, extract the axs.php file and place it in your wp-content/plugins and then in the wp-admin plugin interface active it.
You will then have a new panel in your “Options” section called “AXS Integration”. From this panel you can enable AXS Integration and configure the plugin.
History
Version 2.1: March 29
Fixed a small bug where the plugin was using old tracking code for AXS.
Version 2: March 29
Added the ability to automatically track offsite links in post’s content and comments. Renamed the downloadable zip file from wp-axs.zip to axs.zip.
Version 1: March 23
Initial Release
March 31st, 2005 at 5:23 am
AXS and WordPress Integration Plugin (2.1)
AXS and WordPress Integration Plugin allows quick and easy integration with AXS. This plugin is for WordPress 1.5 or better. AXS is a free script to track hits to your web page and present them in usable graphs. You must have AXS already installed befo…
Guest
April 3rd, 2005 at 5:30 pm
Hi, I installed your plugin but actually don’t have a clue what it does. Does it do what I think it does, namely replacing the tagging one has to set up inside the pages manually? Or are there some features which I am too dumb to find?
Administrator
April 5th, 2005 at 7:45 am
Yes, gibarian, all it does is do all the necessary tagging automatically. You can disable and enable it from the ‘options’.
Guest
April 5th, 2005 at 6:20 pm
Oh, alright…thanks for clearing that up.
Guest
April 14th, 2005 at 9:37 pm
Any chance you can have it track links left from the WP Links menu as well?
Awesome plugin! I love AXS.
Thanks
Administrator
May 18th, 2005 at 8:41 am
Hi ‘m’, I’ve spent sometime looking at this issue and even after the upgrade to WordPress 1.5.1, it isn’t possible without hacking the WordPress code. No filters are applied to links before displaying them (though there is to the link descriptions). Sorry.
Guest
May 31st, 2005 at 9:03 pm
Awesome plugin. There seems to be no good written stats plugin available for WP. I came from using Blog:CMS which had a great stats tool and I have been looking since I switched for something comperable. Never thought of using a non WP stats tool and have it integrate with WordPress, awesome utility.
Guest
June 16th, 2005 at 7:17 am
Hi Mark, thanks for writing this plugin — I’ve been looking for AXS integration and it looks like I’ve found it =)
Just one small problem
I can’t see the AXS Options after installing axs.php into wp-content/plugins and enabling it from my plugins menu (also made sure that axs.php was chmod’d 755). I know it says it should be a new tab under the WordPress “Options” group, but I’m not seeing it (all I have is General,Writing,Reading,Discussion,Permalinks,Miscellaneous)
If it’s any help I’m running under Fedora Core 2 with apache2 and wordpress 1.5
Guest
June 16th, 2005 at 7:19 am
scratch that, i just realized you need to be logged in as admin to be able to see the options. i’ve created a level 9 user for myself that i’m always treating like my admin account. any chance on getting security visibility for the options on this plugin configurable in a future version?
Administrator
June 16th, 2005 at 9:09 am
Marshall, I would never have guessed about the admin. I will definitly put a note in the documentation at least.
I wasn’t planning to do any more work on it because it does exactly what it’s meant to do. I’d like it track links from the links list but you can’t do that yet in WordPress without modifying WordPress code.
But I’ll put it on my to do list and hopefully I’ll get around to it quickly.
Guest
October 29th, 2005 at 9:26 pm
I’m having the same problem as Marshall.
I installed axs.php according to the instructions, but I’m not seeing it anywhere in wp-admin/options. I am logged in as admin and I have the current version of WordPress.
Please advise.
Guest
October 29th, 2005 at 11:06 pm
I now got it successfully installed, but now it’s not working. I see the following piece of code has been automatically added to my blog page – http://www.beyourowndetective.com/blog/
‘);
//–>
but it’s not logging any hits.
Fred
Administrator
October 30th, 2005 at 12:39 pm
Hi Fred,
It would seem from your last comment that you have it installed correctly and working but just got the options wrong.
I had a quick look at your webpage, you seem to have it working now?
In the options pane for the plugin, you should have the URI part set to
http://www.beyourowndetective.com/cgi-bin/axs/ax.pl
But you seem to have it set to “http://www.beyourowndetective.com/cgi-bin/axs/ax.pl/ax.pl” which probaly still works but isn’t actually correct.
Mark
Guest
November 19th, 2005 at 10:30 am
Thanks for the plugin, I’ve been using it (and AXS, naturally) for quite some time now.
I have a question concerning the bit of Javascript output by the plugin. Does it have any other function than determining the referring page? That can be done as well in PHP (using $_SERVER['HTTP_REFERER']), thus eliminating the need for JS.
And I found something that could explain the double “ax.pl”-problem mentioned above: Within the JS-code, the AXS-uri is simply “$path”, while in the noscript part, it is “$path/ax.pl”.
Administrator
November 19th, 2005 at 9:43 pm
Hi Stefan,
Your right, the referrer page could definitly be done in PHP instead of JS, but AXS is perl and I took what the manual says for AXS. I think converting it to PHP would mean modifying AXS?
I’ll try and spend sometime looking into what you said about the double ax.pl thing.
Thanks
Mark
Guest
November 21st, 2005 at 8:34 am
Hi Mark,
you do not need to modify the AXS code in any way. If you want, contact me by email – I’ll send you the modified version of your script which I’ve been testing for two days now and which seems to work quite fine (at least I still have referring pages in my AXS stats).
And, if you use PHP instead of JS, the double ax.pl thing is irrelevant, anyway.
Greets
Stefan
Guest
December 30th, 2005 at 3:43 pm
I’m still unsure about something. After I installed axs.php in the plugins folder, do I only need to configure axs.php either in the Plugins editor or prior to uploading, to match where I have axs installed? Do I only need to put in my full URL to ax.pl in the following line?
add_option(“axs_path”,”/axs/ax.pl”,”URI to where AXS is installed”);
Is the full path always recommended over relative path? I have axs installed in /cgi-bin/axs/.
Also I wasn’t sure if I was supposed to manually add any javascript code to the wordpress theme templates or not.
Administrator
December 30th, 2005 at 9:13 pm
Hi Fred,
You will need to configure the plugin via the “Options” >> “Axs Integration” tab. This should appear once you’ve enabled the plugin via the Plugins’ menu (which I guess you’ve done).
The “axs_path” option is set via the UI so you don’t need to modify it before upload. In the UI just set “URI path to where ax.pl (or whatever it is renamed to) lives.” to “/cgi-bin/axs/ax.pl” though you should probaly use the full URL to the ax.pl file.
Does that help?
Guest
December 30th, 2005 at 10:39 pm
Mark,
I got it working. Thanks
Guest
March 31st, 2006 at 1:47 pm
What do you do when AXS is not installed in the cgi.bin?
(In my case in ‘www’and ‘public_html’, but not “cgi.bin’. :puzzled: )
(Don’t ask me how, I haven’t the slightest idea.)
Guest
June 13th, 2006 at 4:22 am
Great plugin, thank you Mark! There should be a BIG link to this page from the xav.com website.
Guest
July 11th, 2006 at 3:14 am
I discovered a glitch with the plugin and use of the base href tag in wordpress. Whenever a link to another site is added to the blog, the URL to the axs script gets added on to the link – cgi-bin/axs/ax.pl?, along with any other links within the same blog post.
Guest
July 11th, 2006 at 1:35 pm
I just fixed the problem. I needed to uncheck “Automatically track offsite links (attempts to track offsite links in comments and posts).” I never use offsite tracking anyway.
Guest
July 27th, 2006 at 3:21 am
hi, do you think it could work in a regular PHP page?
Administrator
July 31st, 2006 at 7:45 am
Hi Gord,
What do you mean, use the plugin external to WordPress or using AXS with standard PHP?
To the first question, no, to the second, yes it most certainly can. Before I wrote the plugin, I modified the header in what ever WordPress theme I was using to include AXS.
Guest
September 8th, 2006 at 5:19 pm
I wish you had something that would help us troubleshoot the installation. It appears in my menus OK. I had the latest AXS installed already. But it does not appear to add the code. I just went to axs an copied the code as I would for normal web pages. and pasted it in to the footer.php for my theme. Now the hits are being tracked.
Administrator
September 12th, 2006 at 9:16 am
Hi William,
What do you mean by “troubleshoot”? If the plugin works, you can open up the source page of any of your webpages and see the code.
A couple of questions, what theme are you using? If it is a modified theme, make sure it has all the right “hooks” for the header and footer.
What version of AXS? I haven’t tested the plugin with the latest code.
What settings did you put in the options pane for the plugin?
November 5th, 2006 at 9:11 pm
[...] AXS and WordPress Integration Plugin (http://thedeadone.net/?p=184/) [...]
February 21st, 2007 at 7:06 am
[...] http://thedeadone.net/?p=184/ [...]
Guest
March 17th, 2007 at 6:21 pm
I’m a little lost here. I installed and configured this plugin but can’t figure out where to view the stats in WordPress. Does this plugin display AXS stats in WordPress or feed them to AXS? No page is displayed inside WordPress besides the plugin page and the configuration page. What’s missing?
Administrator
March 17th, 2007 at 9:37 pm
No and no.
Nothing.
You must install and setup AXS seperately. This plugin simply adds the necessary hooks for AXS to track hits to your WordPress blog. You still use the AXS UI to view stats.
Hope that makes it clearer for you.
April 14th, 2007 at 10:11 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
April 28th, 2007 at 12:00 pm
blog
blog
May 20th, 2007 at 7:42 am
[...] Visit [...]
June 19th, 2007 at 7:51 pm
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
July 14th, 2007 at 3:30 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
August 10th, 2007 at 11:54 am
[...] Visit [...]
August 31st, 2007 at 2:18 am
[...] Visitor Tracking System 라는 오픈소스 카운터를 사용하고 있다. AXS Visitor의 경우 WP의 플러그인을 이용하면 웹페이지에 있는 링크들의 클릭수를 분석해주는 …도 있다. 이녀석은 오픈소스 카운터중에서 가장 최신 버전으로써, 너무 [...]
Guest
September 11th, 2007 at 7:11 am
i just installed this plugin on my blog and i love it! thank you!
December 10th, 2007 at 3:42 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
Guest
January 30th, 2008 at 4:29 pm
Good plugin thanks..
Guest
January 30th, 2008 at 4:30 pm
its great..
Guest
January 30th, 2008 at 4:31 pm
Good thanks..
March 23rd, 2008 at 11:15 pm
[...] AXS and WordPress Integration Plugin: AXS Stats is a Perl stats package that I've long been a fan of. I quite like the "Sort all by visitor" in "Database Format" for getting an at-a-glance view of how users are moving through my websites. This plugin connects WordPress to your existing AXS installation–quite handy! Installation is a breeze. [...]
Guest
April 6th, 2008 at 6:13 pm
thanks
Guest
April 6th, 2008 at 6:14 pm
thanks alot
May 16th, 2008 at 7:47 pm
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
August 4th, 2008 at 2:19 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
August 30th, 2008 at 7:49 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]
November 30th, 2008 at 3:12 am
[...] AXS Integration: Facilita la integración entre WordPress y AXS, un script gratuito para la generación de estadísticas sobre páginas web. [...]