From: Steve Sutton Date: Wed, 10 Feb 2010 19:43:59 +0000 (+0000) Subject: adding stream send credentials X-Git-Tag: v1.0.0~74 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=18a3398b18e71dd49e7dd68b60a60d22e53b77d6;p=web%2FTroutCreek.git adding stream send credentials --- diff --git a/setup.phtml b/setup.phtml index 3aed6a4..5dd6bce 100644 --- a/setup.phtml +++ b/setup.phtml @@ -184,19 +184,19 @@ if (!isset($SITEINFO)) { /** * Login Id for StreamSend account */ - define ('STREAMSEND_LOGIN_ID', 'Needsetup'); + define ('STREAMSEND_LOGIN_ID', '9TzWUPueP0Rv'); /** * key for StreamSend account */ - define ('STREAMSEND_KEY', 'Needsetup'); + define ('STREAMSEND_KEY', '6lN5Xh88ZQmNzGBK'); /** * StreamSend Account Name */ - define ('STREAMSEND_ACCOUNT_NAME', 'Needsetup'); + define ('STREAMSEND_ACCOUNT_NAME', 'Trout Creek'); /** * StreamSend Audience Number */ - define ('STREAMSEND_AUDIENCE', '1'); + define ('STREAMSEND_AUDIENCE', '2'); /** * DO NOT EDIT THIS SECTION @@ -240,7 +240,7 @@ if (!isset($SITEINFO)) { * The form will send it's data to StreamSend * The defines for StreamSend must be set for client */ - define('STREAMSEND_FORMS_API', false); + define('STREAMSEND_FORMS_API', true); /** * API key for google search AJAX */ @@ -581,16 +581,16 @@ if (!isset($SITEINFO)) { * The form will send it's data to StreamSend * The defines for StreamSend must be set for client */ - define('STREAMSEND_FORMS_API', false); + define('STREAMSEND_FORMS_API', true); define("GLM_APP_BASE","/home/steve/public_html/app.gaslightmedia.com/"); define("GLM_APP_BASE_URL","http://localhost/~steve/app.gaslightmedia.com/"); - error_reporting(E_ALL ^ E_NOTICE); - ini_set('display_errors', '1'); + //error_reporting(E_ALL ^ E_NOTICE); + //ini_set('display_errors', '1'); define('ERROR_LOG_TYPE', 'error_log'); define('ERROR_LOG_NAME', ''); define('ERROR_LOG_IDENT', ''); - define('ERROR_LOG_LEVEL', PEAR_LOG_DEBUG); + define('ERROR_LOG_LEVEL', PEAR_LOG_WARNING); $ERROR_LOG_CONF = array( //'destination' => "{$BASE_PATH}/php.error", 'error_prepend' => '', @@ -727,7 +727,7 @@ if (!isset($SITEINFO)) { $cacheOptions = array( 'cacheDir' => BASE . 'cache', 'writeControl' => true, - 'lifeTime' => (DEVELOPMENT) ? 0 : null, + 'lifeTime' => null,//(DEVELOPMENT) ? 0 : null, 'readControl' => true, 'fileNameProtection' => false, 'readControlType' => 'md5',