a syslog data viewer for the web
Jul 30, 2010 - 10:59 AM
Professional Services
Custom phpLogCon configuration? Maintenance Contract?

phpLogCon professional services


Online
There are 5 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Topic: Announcements

The new items published under this topic are as follows.

    12345   >

phpLogCon 2.8.1 (v2-stable) released
Hi all,

We have just released phpLogCon 2.8.1. The new release has the following changes:

- Added Updatecheck which will be performed during login only, so once per session. If a newer Version is available, you will be notified in Admin Center.
- Secured Views, Sources, Searches and Charts Admin access from users without admin access.
- Settings will be remembered now when configuring columns in Views Admin Panel.
- Normal users cannot init or remove message parsers anymore
- Added Time-extension on search page (send by Sergey Sireskin).

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-63.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Wednesday, February 24, 2010 1239
 Send this story to someone Printer-friendly page 

phpLogCon 2.6.4 (v2-stable) released
Hi all,

We have just released phpLogCon 2.6.4. The new release has the following changes:
This release removes an unneeded call for define_syslog_variables (which is deprecated in PHP 5.3 and will be removed in PHP6), replaces the SPLIT call in install.php with preg_split... (SPLIT is a deprecated function and will probably be removed in PHP6), and updates the jpgraph classes to version 3.0.2 (which also removes some issues with deprecated functions in PHP 5.3).

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-58.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Monday, September 14, 2009 3016
 Send this story to someone Printer-friendly page 

phpLogCon 2.7.2 (beta)
Hi all,

We have just released phpLogCon 2.7.2. The new release has the following changes:
Bugfixes and changes from the 2.6.4 stable branch were merged into the beta branch.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-59.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Monday, August 17, 2009 2297
 Send this story to someone Printer-friendly page 

phpLogCon 2.7.1 (beta)
Hi all,

We have just released phpLogCon 2.7.1. The new release has the following changes:
Bugfixes from 2.6.3 stable were merged into the beta branch.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-57.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Wednesday, May 06, 2009 2281
 Send this story to someone Printer-friendly page 

phpLogCon 2.6.3 (v2-stable) released
Hi all,

We have just released phpLogCon 2.6.3. The new release has the following changes:
This release fixes a bug that caused fields like syslog facily, severity, or messagetype to be shown numeric instead of readable coloured replacements. It fixes a bug in the detail... page that could cause numeric fields to be missing. It adds support for debug output in the data cleanup routine of MySQL and PDO logstreams. This will help troubleshooting.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-56.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Wednesday, April 29, 2009 2206
 Send this story to someone Printer-friendly page 

phpLogCon 2.7.0 (beta) released
Hi all,

We have just released phpLogCon 2.7.0. The new release has the following changes:
This release added support for dynamic filenames in the disk logstream by using replacement characters and support for using regular expressions on supported logstream sources.... Currently MySQL and PostgreSQL are supported with their native support for regular expressions. Regular expressions can be used by prepending the search phrase with the ~ character. Support for configuring and administrating custom database mappings in the Admin Center was added. This makes it easier to support custom table layouts.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-55.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Thursday, March 26, 2009 2275
 Send this story to someone Printer-friendly page 

phpLogCon 2.6.2 (v2-stable) released
Hi all,

We have just released phpLogCon 2.6.2. The new release has the following changes:
This release fixes minor spelling errors in language files (BugID #115). It fixes the number of records exported when using the export (BugID #110). It adds missing filter selection... for message type filter on the search page. It fixes filtering issues when using multiple filters on the same field. Numeric-based filters will now work as expected again (BugID #108). It fixes the table detection method in PDO LogStream. It adds support to parse date-only values like "2009-03-24"

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-54.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Tuesday, March 24, 2009 2185
 Send this story to someone Printer-friendly page 

phpLogCon 2.6.1 (stable) released
Hi all,

We have just released phpLogCon 2.6.1. The new release has the following changes:
An problem with case sensitive fieldnames in db and pdo logstream was fixed. This issue could cause unexpected results, depending on how fieldnames were returned by the database... layer. Now, all fieldnames and array keys are automatically converted into lowercase. Minor database template definition problems were fixed with the logcon_config table; the propvalue and propvalue_text fields can be NULL now.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-53.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Monday, March 23, 2009 2168
 Send this story to someone Printer-friendly page 

phpLogCon 2.6.0 (stable) released
Hi all,

We have just released phpLogCon 2.6.0. This is a stable version of phplogcon derived from the 2.5 beta branch.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-52.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld


Posted by  tbergfeld  on  Friday, March 20, 2009 2237
 Send this story to someone Printer-friendly page 

phpLogCon 2.5.24 (beta) released
Hi all,

We have just released phpLogCon 2.5.24. The new release has the following changes:

- Added italian language files, translated by Luigi Rosa
- Improved loading of language files, to avoid display error's if translation is incomplete.
- Enhanced database performance of MYSQL and PDO logstream source drivers. Searching and paging through results is much faster on larger databases now.
- Enhanced Pager performance on index and detail page.
- Hardened db logstream classes against invalid parameters.
- Added missing include file for debug functions
- Debug Messages are now printed well formated below the site content
- Improved Documentation

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-51.phtml

As always, feedback is appreciated.

Florian Riedl


Posted by  friedl  on  Tuesday, January 27, 2009 4599
 Send this story to someone Printer-friendly page 

    12345   >

 Last Forum Posts
 · Re: Error when adding a view
Servus,I have to make an addition. Sorry, I have just now enabled ...
· Error when adding a view
Hi all,I need to store a timestamp with date/time (including mil ...
· Re: Apache-Logfiles not displayed proper ...
Hi,the message parser for apache logfiles is missing, i think thi ...
· Apache-Logfiles not displayed properly ...
I have some problems display Apache access logfiles with LogAnaly ...
· install issues using RPMs
I've installed RHEL6 using RPMs for PHP (v 5.3.2), MySQL (v 5.1.4 ...
· Performance issue
I use LogAnalyzer 3.0.1 (v3-beta) on Centos 5.4 and I experience ...
· Re: Problems connecting to MSSQL
I found /var/log/apache2/error.log and /var/log/apache2/access.lo ...
· Re: Problems connecting to MSSQL
I think you should check your webserver logs
· Problems connecting to MSSQL
Hi!I have problems getting LogAnalyzer to read from the database. ...
· Re: reading multiple source files
murphybr wrote:well say this is used for anywhere between 50-500 ...

 Login
 




 


 Log in Problems?
 New User? Sign Up!

:: Syndication: ::
Page created in 0.0811579227448 seconds.