***************** Ulog-php *************************
* This interface is released under the GPL licence *
* Copyright 2003,2004 Eric Leblond <regit@inl.fr>    *
* Homepage : http://home.regit.org/ulogd-php.html  *
****************************************************

It's a php interface to the ulogd-mysql plugin.

To use it create a mysql database ulogd, tape as root :
	mysqladmin create ulogd 
Next, populate the database using ulogd.mysqldump :
	cat ulogd.mysqldump | mysql -u USER -p ulogd
Put your user and  password in 
	include/config.inc

Know you can log into the database :

to log bad packet you can use
	iptables -A FORWARD  -j ULOG --ulog-nlgroup 1 --ulog-prefix "badif" 

The prefix is now free

Happy logging !
