<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel>
<title>phpLogCon</title>
<pubDate>Wed, 24 Feb 2010 09:56:05 +0100</pubDate>
<link>http://www.phplogcon.org/</link>
<description>phpLogCon</description>
<language>en-us</language>
<image>
 <title>phpLogCon</title>
 <url>http://www.phplogcon.org/images/logo.gif</url>
 <link>http://www.phplogcon.org/</link>
</image>
<webMaster>InternetAdmin&#115;&#064;&#097;discon.com</webMaster>
<item>
<title>phpLogCon 2.8.1 (v2-stable) released</title>
<link>http://www.phplogcon.org/Article72.phtml</link>
<description>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</description>
<pubDate>Wed, 24 Feb 2010 09:56:05 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.6.4 (v2-stable) released</title>
<link>http://www.phplogcon.org/Article69.phtml</link>
<description>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</description>
<pubDate>Mon, 14 Sep 2009 13:47:21 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.7.2 (beta) </title>
<link>http://www.phplogcon.org/Article71.phtml</link>
<description>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</description>
<pubDate>Mon, 17 Aug 2009 15:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.7.1 (beta)</title>
<link>http://www.phplogcon.org/Article70.phtml</link>
<description>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</description>
<pubDate>Wed, 06 May 2009 16:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.6.3 (v2-stable) released </title>
<link>http://www.phplogcon.org/Article68.phtml</link>
<description>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
</description>
<pubDate>Wed, 29 Apr 2009 17:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.7.0 (beta) released</title>
<link>http://www.phplogcon.org/Article67.phtml</link>
<description>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</description>
<pubDate>Thu, 26 Mar 2009 14:00:00 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.6.2 (v2-stable) released</title>
<link>http://www.phplogcon.org/Article66.phtml</link>
<description>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 &quot;2009-03-24&quot;

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-54.phtml

As always, feedback is appreciated.

Best regards,
Tom Bergfeld</description>
<pubDate>Tue, 24 Mar 2009 17:50:00 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.6.1 (stable) released</title>
<link>http://www.phplogcon.org/Article64.phtml</link>
<description>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</description>
<pubDate>Mon, 23 Mar 2009 15:15:00 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.6.0 (stable) released</title>
<link>http://www.phplogcon.org/Article65.phtml</link>
<description>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</description>
<pubDate>Fri, 20 Mar 2009 12:10:00 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.5.24 (beta) released</title>
<link>http://www.phplogcon.org/Article61.phtml</link>
<description>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</description>
<pubDate>Tue, 27 Jan 2009 16:48:53 +0100</pubDate>
</item>
<item>
<title>phpLogCon 2.5.19 (beta) released</title>
<link>http://www.phplogcon.org/Article59.phtml</link>
<description>Hi all,

We have just released phpLogCon 2.5.19. The new release has the following changes:

- Added a new &quot;cron&quot; folder which contains a maintenance.php script.   This script can be used on command line level for database maintenance.   For more information, see the documentation. 
- Fixed typo of new column &quot;DBRecordsPerQuery&quot; in admin/sources.php   which caused an error when adding new database logstream sources.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-46.phtml

As always, feedback is appreciated.

Florian Riedl</description>
<pubDate>Tue, 18 Nov 2008 18:04:52 +0100</pubDate>
</item>
<item>
<title>A virtual syslog appliance</title>
<link>http://www.phplogcon.org/Article49.phtml</link>
<description>We have created a virtual syslog appliance, featuring rsyslog and phpLogCon to build a great virtual logging &quot;box&quot;. The system currently works with VMWare and is in a somewhat early development stage. Still, it is quite useful if you would like to have an out of the box system that successfully logs and makes these logs searchable via a web interface. To download, please visit this link:

http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-136.phtml

Feedback on the appliance is much appreciated. Please provide it via the syslog appliance forum. Questions are also welcome.</description>
<pubDate>Thu, 23 Oct 2008 17:28:58 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.15 (beta)  </title>
<link>http://www.phplogcon.org/Article51.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.15 (beta). The current release consists of the following changes:

- Corrected the check for magic_quotes_gpc which is important when saving   configuration values into the UserDB. This also fixes a   problem of duplicating backslashes when using \ or ' in string fields. 
- Fixed a minor bug of handling and saving the ViewEntriesPerPage option. 
- Added Option to inject custom html code into the header and footer.  
- Added Help Links into the message parser admin panel. 
- Cleaned up and enhanced the default and dark theme. 
- Improved documentation

You can download it here:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-42.phtml

Feedback is appreciated.

Florian Riedl</description>
<pubDate>Wed, 22 Oct 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.14 (beta) released</title>
<link>http://www.phplogcon.org/Article43.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.14 (beta).

This release adds some new features for customization. We have added support for fully customizable fields. This includes a fields admin with possibility to customize width and alignment of fields, as well as add new custom ones. Further, we added a new table into user database to support the custom fields. This requires a database upgrade. And we have added an admin panel for message parsers. This includes further information on the parsers as well as the option to import necessary custom fields for the message parsers.

Download:

http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-41.phtml


Feedback is appreciated.

Florian Riedl</description>
<pubDate>Fri, 10 Oct 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.12 released (beta)</title>
<link>http://www.phplogcon.org/Article42.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.12 (beta).

This release fixes several SQL issues in the logstream classes when filtering was used. It enhances all content menus in the main site, reducing coding as well. It adds support for URL detection within the data of string fields; these links can be opened in new windows. It fixes a bug when excluding more then one string filter from the same field type. It fixes incorrect database version insertion in install.php as well as an incorrect redirect login page during installation. It fixes the &quot;next page&quot; button when a logstream disk source is used.

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-39.phtml

Feedback is appreciated.

Florian Riedl</description>
<pubDate>Mon, 29 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.11 released (beta)</title>
<link>http://www.phplogcon.org/Article41.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.11 (beta).

Only a few bugfixes and minor enhancements have been made to this release. Please see the changelog for more details.

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-38.phtml

Florian Riedl</description>
<pubDate>Fri, 26 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.10 released (beta) </title>
<link>http://www.phplogcon.org/Article40.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.10 (beta).

The development branch was merged into the beta branch. Search performance was enhanced in disk logstream, especially when searching in large files. Critical error display was enhanced, and better error details were added for when the user DB server is not reachable. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-37.phtml

Florian Riedl</description>
<pubDate>Thu, 25 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.4.0 released (stable)</title>
<link>http://www.phplogcon.org/Article39.phtml</link>
<description>Hi all,

we have released phpLogCon 2.4.0 (stable).

The previous beta version has been merged into the v2-stable branch.

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-36.phtml

Florian Riedl</description>
<pubDate>Wed, 24 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.9 released (devel)</title>
<link>http://www.phplogcon.org/Article38.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.9 (development).

Support was implemented for analyzing Webserver logfiles from Apache and Microsoft IIS. There is a collection of new fields available, and filtering is possible. In order to read Apache or IIS logfiles, you need to use the &quot;iis&quot; or &quot;apache2&quot; message parser in your disk sources. A new page called &quot;asktheoracle.php&quot; was added, which will be automatically linked on IP addresses and domain names. It is a simple helper page which creates a bunch of useful filter links. Some basic documentation was added into the doc folder. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-35.phtml

Florian Riedl</description>
<pubDate>Mon, 22 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.8 released (devel)</title>
<link>http://www.phplogcon.org/Article37.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.8 (development).

Bitstream Vera fonts were added into the package. This fonts will be used by the chart generator to avoid problems with missing TrueType fonts. The appearance of all chart types was tweaked. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-34.phtml

Florian Riedl</description>
<pubDate>Tue, 16 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.7 released (devel)</title>
<link>http://www.phplogcon.org/Article36.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.7 (development).

This release adds a Statistics page for chart generation. The following charts are possible: pie, vertical bar, and horizontal bar. All charts can be configured within the Admin Center, if the user system is installed and enabled. Custom charts can be added as well. Filter/search support has been added for processid, event category, and the event user field. There is a database update, as this release has a new table in which to store configured charts. A few minor filtering issues have been fixed, specially with numeric filters. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-33.phtml

Florian Riedl</description>
<pubDate>Mon, 15 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.3.11 released (beta)</title>
<link>http://www.phplogcon.org/Article34.phtml</link>
<description>Hi all,

we have released phpLogCon 2.3.11 (beta).

Another parsing issue was fixed in the logline parser. Most of RFC 3164 formatted syslog messages should now be correctly split into their fields. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-32.phtml

Florian Riedl</description>
<pubDate>Mon, 08 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.6 released (devel)</title>
<link>http://www.phplogcon.org/Article33.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.6 (development).

A message parser facility was implemented. This extendable facility helps to split messages into fields. The fields can be filtered and searched for. A message parser for Windows eventlog logfiles generated by Adiscon products is included. Linebreaks within messages are now displayed in the popup window and the detail page. Database upgrade functionality was added. If you are using the user management system, you will be prompted to upgrade your database next time you login.

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-31.phtml

Florian Riedl</description>
<pubDate>Wed, 03 Sep 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.5.5 released (devel)</title>
<link>http://www.phplogcon.org/Article32.phtml</link>
<description>Hi all,

we have released phpLogCon 2.5.5 (development).

An option was added to send debug messages (warnings and errors) from phpLogCon to the local syslog server on Linux. On Windows, the debug messages will appear in the application event log. The PDO Logstream Driver was enhanced for better performance on large databases. On MySQL and Postgres, the PDO Logstream does not uses the LIMIT statement to minimize database usage. A few parsing issues with prior RFC 3164 syslog messages were fixed. These messages are now correctly parsed, and do not cause any parsing problems anymore. 

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-30.phtml

Florian Riedl
</description>
<pubDate>Thu, 28 Aug 2008 00:00:00 +0200</pubDate>
</item>
<item>
<title>phpLogCon 2.3.10 released (beta)</title>
<link>http://www.phplogcon.org/Article31.phtml</link>
<description>Hi all,

we have released phpLogCon 2.3.10 (beta).

A few parsing issues with prior RFC 3164 syslog messages were fixed. These messages are now correctly parsed, and do not cause any parsing problems anymore.

Download:
http://www.phplogcon.org/Downloads-req-viewdownloaddetails-lid-29.phtml

Florian Riedl </description>
<pubDate>Wed, 27 Aug 2008 00:00:00 +0200</pubDate>
</item>
</channel>
</rss>
