ABOUT

What is and what does this tool?
BS Website Analyser is a browser based tool for PHP driven websites on Apache webservers. The tool’s default function is as a website previewer. Everything else is defined as plug-ins and structured in three categories: 1. Find, 2. Test or 3. Share
It helps you:

  • make website/server information more accesible
  • keep everything in one place
  • execute simple but time consumming common operations with one click
  • test and optimize
  • organize data
  • generate reports
  • build your own plug-ins
  • Make Web Development More Efficient

screenshot
Who should use this tool?
Everyone who:

  • seeks good and quick information about a website or a webserver,
  • needs a helping hand to test and optimize his web application,
  • wants to have a place where can easily store and share specific website information in an organized manner.

How do I install/use this tool?
As a simple previewer, informant or organizer it’s very easy to install only by copying/unziping the code in the root of the website. This code does not affect your website in any way.
You can access the analyzer by entering in your browser the following address: http://yourdomain.com/_bs_tool.

As a testing tool for websites in development. This method involves an additional installation step by creating a .htaccess file in the website’s root folder containing these lines:

php_value auto_prepend_file /path_to/website_www/_bs_tool/prepend.php
php_value auto_append_file /path_to/website_www/_bs_tool/append.php

This will help the tool run additional code at the same time with your scripts and give real-time information. Don’t forget to comment/remove these two lines when going live.