piwik
There are a couple of benefits for running a single Piwik installation for multiple domains such as a single database, single install and easy tracking from a single control panel. We can also expect more accurate results because many people such as myself use NoScript and have it set up to automatically allow top level sites by default.
As more browsers start to wise up to XSS problems, we’ll all eventually have problems with external JS and by having our own analytics we stay a step ahead. The benefits of using your own tracking software rather than relying on the big G’s or others are obvious, but if you’d like to know more, be sure to check out Piwik’s site: http://piwik.org/
 
 

Now to the good stuff. It’s really an easy process, and this is just one of many ways you can do it:

Download and install Piwik to a folder outside your publicly accessible space.

Create symbolic links to each of your domains folders:

cd domain1/
ln -s ../piwik/ track
cd ../domain2/
ln -s ../piwik/ track
cd ../domain3/
ln -s ../piwik/ track

etc…

Add meta nofollow tags to the templates:

<meta NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW" />

plugins/Login/templates
plugins/CoreHome/templates

And add it to piwik/robots.txt if you want:

#Disallow everything
User-agent: *
Disallow: /
Disallow: /*
Disallow: */*
Disallow: *.*
Disallow: *
Disallow: .

Next you can log in to your Piwik install from any of your domains like this:
http://domain1.com/track/

Then you can add your site and it will create tracking code for the domain your are logged in from.

You can manage and view your data for any domain from any other domain since its a single installation.

The team at offensive-security have been working their butts off on BT4 and the latest version is a testament to that. I’m making room for it on my Aspire One right now. In the mean time, I loaded it up on Vbox and dug around a little to show you some of the new features. Enjoy!

Backtrack 4 APT repo

http://archive.offensive-security.com/

Backtrack 4 Pre Final Screens

Backtrack 4 Pre Final Firefox Info

User Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/8.10 (intrepid) Firefox/3.0.11

Enabled Extensions: [2]

  • NoScript 1.9.3.3
  • Ubuntu Firefox Modifications 0.6

Disabled Extensions: [5]

  • Firebug 1.3.3
  • FoxyProxy 2.9
  • Greasemonkey 0.8.20090123.1
  • HackBar 1.3.2
  • Tamper Data 10.1.0

Backtrack 4 Pre Final Tutorial/Guide PDF

http://www.offensive-security.com/backtrack4-guide-tutorial.pdf

Introduction to BackTrack 4 movie

http://www.offensive-security.com/videos/backtrack-security-training-video/up-and-running-backtrack.html

Backtrack 4 Pre Final Subforum

http://forums.remote-exploit.org/backtrack-4-pre-final/

Download Backtrack 4 Pre Final Release ISO (1329MB)

http://www.remote-exploit.org/cgi-bin/fileget?version=bt4-prefinal-iso

© 2010 nukeitdotorg Suffusion WordPress theme by Sayontan Sinha