My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Blackbox Analysis is a PHP-written software for analyzing data stored in SQL database. It can be any data in any database, but at the moment it's been developed for web-site visitor analysis using MySQL database. At the moment it's made as a TYPO3 plug-in, but it's designed in such a way that a detachment is possible and planned for the nearest future.

You can analyze and chart ANY SQL table or a set of tables, provided the result will have at least two numeric columns. Some hypothetical examples include but not limited to:

  • Visitors
  • Users (on sites requiring a login)
  • Specific visitor or user
  • Apache log file (needs to be transferred into DB)
  • Sales (in a web-shop)
  • Number of blog/forum/wiki entries
  • Amount of uploaded files
  • Amount of downloads (total or of a specific type or file)
  • ANYTHING else stored in a database which has a creation or modification time.

Please see further info in wiki: BlackboxAnalysis.

Powered by Google Project Hosting