PHP Classes
Icontem

File: config.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of giuseppe lucarelli  >  pop3ml  >  config.php  
File: config.php
Role: Configuration script
Content type: text/plain
Description: configuration script
Class: pop3ml
Manage mailing lists using a POP3 account
 

Contents

Class file image Download
<?php
/*
 * @(#) $Header: /var/cvsroot/pop3ml/config.php,v 1.12 2009/02/20 08:36:16 cvs Exp $
 */
//------------------------------------------------------------------------------
// insert one or more mailinglist name (corresponding to pop3ml->mltable->name)
//------------------------------------------------------------------------------
$mlinfo=array(
    array(
        
'listname'        => 'mylist'),
        
//'listname'        => 'gmail'),
        //'listname'        => 'yahoo')
    
);

$global_options = array
                  (
//-------------------------------------------------------------------
// user/code for accessing pages using .htaccess properties
// decomment to enable user authentication
//-------------------------------------------------------------------
//    'passwdfile' => array(
//        'mladmin' => '1234',
//        'guest'   => 'letmein'),

//------------------------------------------------------
// server to connect for ml database

    
'databaseHost' => "localhost",

//-------------------------------------------------------
// ml database name

    
'databaseName' => "pop3ml",

//--------------------------------------------------------
// user to access ml database tables

    
'databaseUsername' => "root",

//--------------------------------------------------------
// database user password

    
'databasePassword' => "",

//--------------------------------------------------------
// ml table names

    
'mltable' => "mltable",
    
'subqueue' => "subqueue",
    
'messagesTable' => "messages",
    
'queue' => "queue",

//----------------------------------------------------------------
// html style for display/log

    
'logheader' =>  '',         // "<div style='white-space: nowrap'>",
    
'logfooter' =>  '',         // "</div>",
    
'logcr'     =>  '',          // "<br>",
//----------------------------------------------------------------------
// END
//----------------------------------------------------------------------

//----------------------------------------------------------------------
// private variables, please do not edit/remove
//----------------------------------------------------------------------
    
'username' => '',
    
'password' => '',
    
'dbconn' => null
);

?>

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products