Spam-Filters blocking (12)

4 Name: Anonymous : 2007-09-28 05:08 ID:K1wVsVDo [Del]

use constant SQL_DBI_SOURCE => 'DBI:mysql:database=YOURDATABASEHERE;host=localhost';
use constant SQL_USERNAME => 'YOURDATADABEUSERNAME'; # MySQL login name
use constant SQL_PASSWORD => 'YOURDATABASEPASSWORD'; # MySQL password
use constant SQL_TABLE => 'comments'; # Table (NOT DATABASE) used by image board
use constant SQL_ADMIN_TABLE => 'admin'; # Table used for admin information
use constant SQL_PROXY_TABLE => 'proxy'; # Table used for proxy information

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: