Google Search
Categories
NavigationUser loginSearch |
AXS tracking software is a great package to use for tracking the visitors that come to your site. It installs simply, is open source and has very many uses. The program will install itself onto your site and learning to use it is simple. Here is a screenshot of some of the results:
Notice that I highlighted the Firefox 2.0 entry. AXS doesn't ship with Firefox 2.0 support, which is due to the fact it hasn't been updated since 2004. Yes, that's right, AXS hasn't been updated since 2004. Still, it's a great product and with just a little work you can add support for Firefox 2.0. I came across this post on the support forums , so I thought I'd add it here: Open ax-admin.pl and go to the subroutine "get_browser_name". at line 2882, insert the following before "else { return 'Netscape'; }": elsif (m!firefox!o) { return 'Mozilla Firefox'; } Next, go to the "get_browser_ver" subroutine. at line 2933, insert the following before "elsif (m!mozilla/(\d).(\d)!o) {": elsif (m!firefox.?(\d).(\d)!o) { return "Mozilla Firefox v$1.$2"; } Simple as that. When you make the changes make sure you FTP the changed file back to your server. Reply |
Get FirefoxSyndicate and Subscribe |
Recent comments
5 hours 14 min ago
5 hours 14 min ago
8 hours 5 min ago
11 hours 58 min ago
14 hours 15 min ago
14 hours 16 min ago
14 hours 16 min ago
21 hours 10 min ago
22 hours 27 min ago
23 hours 7 min ago