<?php // -------------------------------------------------------------------------- // // Esvon Classifieds v.4.0 // Copyright(C), Esvon LTD, 2001-2010, All Rights Reserved. // E-mail: hide@address.com // // All forms of reproduction, including, but not limited to, internet posting, // printing, e-mailing, faxing and recording are strictly prohibited. // One license required per site running Esvon Classifieds. // To obtain a license for using Esvon Classifieds, please register at // http://www.esvon.com/pg/products/p_classifieds/ // // -------------------------------------------------------------------------- $A_MOD = array( 'dir' => 'Form_to_Email', 'descr' => 'Sending email via HTML form', ); $A_CFG = array( 'FLOOD_PROT' => '60', // flood protecting 'EN_CC_ADM' => '1', // send copy to admin 'EN_REG_REPLY' => '0', // visitor should login before they can reply to an ad 'EN_C_S' => '1', 'ATTACH_SIZE' => '100', // max attach size, kB. 0 to disable. 'EN_IMG_VER' => '1', 'EN_BAD_WORDS' => 0, ); $A_TBL = array( 'log' => "CREATE TABLE log ( ip int(11) unsigned NOT NULL, date_added datetime NOT NULL, PRIMARY KEY (ip))", ); ?>