<?php
/*
Leave these values blank and spam blocker data will be written to files.
Add information to connect to a server and database. Then spam blocker will create
tables and add visitor data to them
*/
$server = "";
$user = "";
$password = "";
$db = "";
?>