to log
Power Log 2.8.2
Power Log lets you know who, what, where, when, and why (in most cases) people are visiting your website. Using a very fast MySQL db for data storage, Power Log generates statistics in seconds. Power Log can be in almost any page. Stats are tracked more>> Power Log lets you know who, what, where, when, and why (in most cases) people are visiting your website. Using a very fast MySQL db for data storage, Power Log generates statistics in seconds. Power Log can be in almost any page. Stats are tracked using javascript and a < img > tag. Even non PHP pages can be used with PowerLog! Power Log helps you know how to create your website. For instance, take javascript. If all your advertisements are pop-up windows, and the majority of your visitors have javascript disabled, your advertisements will not be displayed every visitor, slashing your websites revenue.<<less
PHP HTTP LOG
If your web hosting have no access to Apache or IIS http logs, this PHP HTTP LOG is just an idea for you. PHP HTTP LOG is php script that can log your site visit stats in NCSA extended/combined log fo more>> If your web hosting have no access to Apache or IIS http logs, this PHP HTTP LOG is just an idea for you. PHP HTTP LOG is php script that can log your site visit stats in NCSA extended/combined log format, same as Apache http log format. Logs can be download and analyzed by website log analyze software on PC. This Script is GPL license, easy to install and do not need database<<less
App Log 1
App Log is created to be a useful Java facility that can be used log online applications. Storing and retrieving any logs can be accessed through an URL address. more>>
App Log 1 is created to be a useful Java facility that can be used log online applications. Storing and retrieving any logs can be accessed through an URL address.
Error log Viewer 1.0
Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging. more>> Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging.<<less
XLog 1.0
This class can be used to write log messages to PHP or INI files. It can write details about events to log files that may include details such as event file, event line, event time and date, current page URL and remote user IP address. The class more>> This class can be used to write log messages to PHP or INI files. It can write details about events to log files that may include details such as event file, event line, event time and date, current page URL and remote user IP address. The class can write to log files in either plain text format, INI format or a PHP file that wraps the log messages in comments.<<less
ezlogger
A logging script. Log all your website traffic and view it from a file. Logs IP address, host names, browsers and when the user was browsing your site. more>> A logging script. Log all your website traffic and view it from a file. Logs IP address, host names, browsers and when the user was browsing your site.<<less
Active Log Monitor 1.0
This script will monitor your site on the log level allowing you to view your users in real time and see what pages/files they are viewing and where they came from. You can also get details on the users IP address to see where they are coming from. more>> This script will monitor your site on the log level allowing you to view your users in real time and see what pages/files they are viewing and where they came from. You can also get details on the users IP address to see where they are coming from. Details on the users browser are also available. This script works in REAL TIME!<<less
Security Log Tools 2
Open Source VB Script for Wondows 2000, 2003, and XP so you can customize for your environment. The Security Log Alerter monitors for potentially hazardous actions to the local machine as well as to active directory. It then sends a detailed alert more>> Open Source VB Script for Wondows 2000, 2003, and XP so you can customize for your environment. The Security Log Alerter monitors for potentially hazardous actions to the local machine as well as to active directory. It then sends a detailed alert and/ or puts the data to the SecAlerts table in the database. *Some examples of what is collected and alerted on by default: -Addition to and removal from Domain Admins Group -Addition to and removal from Enterprise Admins Group -Addition to and removal from Schema Admins Group -OU Creation -OU Deletion -DC Creation/ deletion -Admin account password change -Domain policy modification -Trust relation modifications -Scheduler jobs created -System Time Changed -Event Logs cleared -And attempts to log into the DC local and remote -Kerberos policy changes<<less
Event Log Management 1.0
The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator. more>> The Event Log service enforces a standard logging format and makes it easy to view logs by using a single event viewer application that provides one-stop shopping for the system administrator.<<less
Event Log Monitoring 1.12d
Event log management is an important part of maintaining high up time and availability of your critical systems. This simple script will monitor your event logs and send you an email if any serious errors occur. Script has an auto-ignore feature which more>> Event log management is an important part of maintaining high up time and availability of your critical systems. This simple script will monitor your event logs and send you an email if any serious errors occur. Script has an auto-ignore feature which will ignore re-occurring scripts if youd like. Be the first to know if your server has an error, before your customers and before you lose business due to downtime. Event log management is the first of many more event log management tools. GPL.<<less
Event Log Event Types 1.1
Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management. more>> Detailed descriptions of the different event log event types that may occur in the windows event log. The windows event logs can be accessed using development tools to aid in overall management.<<less
Error Log Viewer Perl
PLEASE REVIEW AND EDIT CAREFULLY Error Log Viewer is a free perl script that allows you to view your web servers error log. more>> Error Log Viewer Perl is developed as a free and useful perl script which gives you the ability to view the error log of your web servers. Error Log, contains all sorts of useful information about errors and warnings returned by your server that will help you improve as a Perl Programmer and write tighter more efficient code.
All you need is a cgi-bin and the path to the error log file on your server. If you do not know the path to your error log, this script package also comes with the code you need to redirect the error messages to your browser.
The following code is all you really need. It has proved invaluable and has saved our programmers countless hours of debugging. Any time you encounter a Server 500 error, open up the script that is causing it and enter the following code near the top, under the path to Perl.
It can be placed anywhere in the script as long as it placed before the error. Each time a script is called, it is entirely compiled then executed. This code will redirect the errors found to STDOUT (your browser) using Perls built in BEGIN subroutine.
Major Features:
- Select group of lines to view
- View with or without word wrap
- Characters decoded for easier reading
- Set default values
- Compatible with Windows, Unix, Linux, Sun, BSDOS and OSX Mac servers
MySQL Log Parser 0.1
This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php more>> This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).<<less
Russcom.ezLogger
A logging script. Log all your website traffic and view it from a file. Logs IP address, host names, browsers and when the user was browsing your site. more>> A logging script. Log all your website traffic and view it from a file. Logs IP address, host names, browsers and when the user was browsing your site.<<less
FireLog 1.0
FireLog is a simple yet powerful logging script made in PHP that creates Apache-style visitor logs. Most logging scripts require you to include a PHP file at the top of every one of your pages. This method works, but you can only log visitors hits to more>> FireLog is a simple yet powerful logging script made in PHP that creates Apache-style visitor logs. Most logging scripts require you to include a PHP file at the top of every one of your pages. This method works, but you can only log visitors hits to pages to PHP pages. FireLog uses a .htaccess file to reroute all traffic through its own file, log visitor data, and then output the content of the file the visitor originally requested. The transition is completely unnoticeable, and this method allows you to log more than just page requests--you can now log file downloads too!<<less