Andre Lorbach
19d335fcfe
Changed File headers and some other minor things.
2008-03-11 12:04:04 +01:00
Andre Lorbach
b159b1ffa1
Merge branch 'master' of ssh://al@git.adiscon.com/git/phplogcon
2008-03-11 12:02:35 +01:00
Andre Lorbach
4aef64fc13
Minor changes to the include file headers, and experimentially
...
added FileParser Support into the index.php
2008-03-11 11:59:41 +01:00
Michael Meckelein
a15b0c57f5
modified: classes/logstreamdisk.class.php
...
Improved reading from file using a buffer
Backwards reading is not yet implemented
2008-03-11 11:34:07 +01:00
Michael Meckelein
f3c85a21e5
modified: classes/logstreamdisk.class.php
...
- some read modification including changing direction
- also some performance tuning - not yet ready! This version does not work at all
modified: include/constants_errors.php
2008-03-10 17:30:48 +01:00
unknown
eeff292cba
modified: classes/logstreamdisk.class.php IN_PHPLOGON check added
...
modified: include/functions_common.php fixed dependency issue
2008-02-27 15:52:27 +01:00
Michael Meckelein
11f05a114e
file for all the error messages
2008-02-27 14:37:53 +01:00
Michael Meckelein
1f08f67f19
changed the file name that it fits into the overall design
2008-02-27 14:36:46 +01:00
Michael Meckelein
38c913bb1e
added new classes
2008-02-25 23:18:05 +01:00
Andre Lorbach
fbf848b2f3
Added .htaccess file into phplogcon root directory
2008-02-22 15:04:55 +01:00
Andre Lorbach
0c076853f3
Added initial collection of files for Version 2 of PhpLogCon.
...
This is a total rewrite, and still lots of code is missing.
2008-02-22 14:43:33 +01:00
Andre Lorbach
15badef15f
Initial Remove of all Version 1 files. Version 2 will be a total rewrite.
2008-02-22 14:38:39 +01:00
Michael Meckelein
447b37415b
uml pictures
2008-02-12 14:34:13 +01:00
Michael Meckelein
ba2412db7f
Missing logout link while logged in without cookies fixed.
2007-03-26 10:39:55 +00:00
Michael Meckelein
ff9e11bf89
update due to sourceforge service changes. Files were inconsistent due to a hardware failure at sourceforage.
v1.2.3
2006-05-16 08:50:12 +00:00
Michael Meckelein
62c27d98d0
manual updated
2006-04-19 15:29:01 +00:00
Michael Meckelein
1360f2f600
updated
2006-04-12 15:52:53 +00:00
Michael Meckelein
9cdb5717a6
support for displaying local time
2006-04-12 15:51:37 +00:00
Michael Meckelein
2ec85c38f4
in database-config the language option is checked??? I have removed this.
2006-04-12 12:34:22 +00:00
Michael Meckelein
870e608e8c
Database Options does not work correctly other databases than MySQL in native mode. This is fixed now.
2006-04-12 12:33:49 +00:00
Michael Meckelein
57e734b804
minor fix in user module. The user cookie was checked for a value even if the cookie does not exist
2006-04-12 12:24:04 +00:00
Michael Meckelein
64e993fc30
Improved "Search only for IP", simply changed one sql statement. Now it uses like instead of =
2006-02-06 09:26:44 +00:00
Michael Meckelein
a2693a0374
fixed security bug in user validation
v1-2-2
2005-12-12 11:17:54 +00:00
Michael Meckelein
cec1cb4019
history updated
2005-12-05 16:19:59 +00:00
Michael Meckelein
1b2e0e2d3d
fixed some table style bugs
2005-12-05 16:16:58 +00:00
Michael Meckelein
d3d6d33247
added new files for database config
2005-12-05 15:08:29 +00:00
Michael Meckelein
bec0757079
- Database options added (choosing database during runtime)
...
- version number bug removed
- history information added
2005-12-05 14:53:50 +00:00
Michael Meckelein
50afe2278d
"Message must contain" filter enhanced.
2005-12-05 14:51:04 +00:00
Michael Meckelein
721ac5d69a
these are all legacy files. Removed from cvs, because the files can easily mistaken with the correct onces from the phplogcon\\script folder.
2005-12-05 14:50:03 +00:00
Michael Meckelein
b44c0e8d53
version number changed to 1.2.1
2005-10-19 14:19:30 +00:00
Michael Meckelein
e93c839a02
history update
2005-09-26 14:52:06 +00:00
Michael Meckelein
4e6b976241
file: scripts\\mysql_ct*.sql
...
- removed semicolon at the end of the query
file: scripts\\config.php.ex
- added version number vars
2005-09-26 14:32:00 +00:00
Michael Meckelein
89830877b1
EventsTable.sql removed blank
2005-09-26 09:29:24 +00:00
Michael Meckelein
021b02e596
error_reporting disabled by default (include.php)
2005-09-26 06:31:31 +00:00
Michael Meckelein
c8f1d939db
Added versions info
v1-2-0
2005-09-21 12:19:01 +00:00
Rainer Gerhards
58765a5ca0
fixed tiny typo ;)
2005-09-20 12:53:24 +00:00
Michael Meckelein
e7bcb0f344
search-msg.php
...
* use session data, no data from post!
color-expression.php
* use session data, no data from post!
filter-host.php
* use session data, no data from post!
syslog-display.php
syslog-index.php
* corrected color an expression handling
include.php
* $_SESSION['searchmsg'] was not correctly implement
* Add session handling for color an expression
syslog-index.php
/* 2005-09-19 by mm
* Removed the two lines below, because $_POST['sortMethode'] is never used!
* NOTE that it is not a good approach to assign values to $_POST or to any
* other PHP Superglobals!
if( !isset($_POST['sortMethode']) )
$_POST['sortMethode'] = "DESC";
* end 2005-09-19 */
index.php
* Note, msg in the future fixed (false timestamp)
de.php
en.php
*Entry added
2005-09-19 14:02:16 +00:00
Rainer Gerhards
9b307eddcc
hehe... test admin message was left in config - fixed ;)
2005-08-17 14:36:12 +00:00
Rainer Gerhards
34e0ce649e
some more GUI improvements
2005-08-17 13:35:09 +00:00
Rainer Gerhards
94526d6846
line length trimmed, layout improved, display enhanced (especially on details page)
2005-08-16 15:47:57 +00:00
Rainer Gerhards
c76d5b0d40
some cleanup of the file (copyright, meta tags and other minor things) - NOT YET TESTED!
v1-1-0
2005-08-09 15:56:34 +00:00
Rainer Gerhards
ab5153b280
there was never before a version number - fixed this now
2005-08-09 15:21:52 +00:00
Michael Meckelein
95870c94b7
Chancing filter does not work, because the header was already sent due to
...
some spaces before the leading <?php tag. I have also removed GetSortedArgs
function. It does not perform useful work in my opinion. Maybe it was a
legacy one which was overseen by introducing session vars.
2005-08-09 15:02:05 +00:00
Rainer Gerhards
28303608c7
updating to 1.0 beta version
2005-07-21 12:25:42 +00:00
Rainer Gerhards
3ba2be96cb
Initial revision
2004-11-02 12:06:34 +00:00