|
ListMail
Home
|
Support
Forum
| Member
Area
| Tech
Support
| Resellers
Earn $60!



Installation
Introduction to ListMail
System Requirements
Running Under Windows
Download and Unzip
Edit config.php.txt
Upload Files with FTP
/attach Permissions
Install Database Tables
Setup Config Menu
Email Signup / bounce.cgi
1 Configure Scripts Locally
2 Upload to CGI bin, CHMOD
3 Setup Email Aliases
Sendmail (.procmailrc)
QMail (.qmail)
CPanel (forward)
Ensim (.procmailrc)
Host4Profit
DreamHost
Bounce Mailbox
Test Mail Settings
Schedule Dailymail
Set up Cron with SSH
vi Editor
Pico Editor
Install wget if needed
Windows / no Cron
Schedule Auto-Resume

Configuration
Config Menu
Backup & Restore

List Setup
List Settings
Followup Messages
Custom HTML
Custom Fields
Signup Forms

Managing Users
User Database
User Selection
Importing Users
Exporting Users

Sending Email
Sending Email
Scheduler
Sent Messages
Message Codes
Link Tracking
File Attachments



Installation - Edit config.php.txt




Editing config.php.txt
For ListMail to be able to use your server's MySQL database capabilities (required) we must enter access information into the file config.php.txt. Once you have navigated to the ListMail directory where you extracted the .zip file, double click on the file config.php.txt. You will be asked which program to open the file with, scroll down to Notepad. Select it and press ok, or simply double-click it.

If you don't know your database information, look in your hosting Control Panel. If MySQL is available, you should have access to a page where you can create and manage databases and users. If you don't have a database configured, set up a database and a username with a password. On some hosts a third step is required where you must add the user to the database.

Enter the following 3 pieces of information into config.php.txt. This is a PHP executable file that must keep proper format. Be careful not to remove any quotes or semicolons. Below is what you might see in the file before it is modified:

$sqlhost = 'localhost';

$sqluser = 'USERNAME';
$sqlpass = 'PASSWORD';
$sqldb = 'DATABASE';


On the majority of web hosts we will use localhost as the host name. This means it will connect to the same server the script is running on.

Enter your username, password, and database in the spaces provided, to look like so:

$sqluser = 'mysite_user';
$sqlpass = 'myPass1234';
$sqldb = 'mysite_mail';


Now, and most importantly, save the file as config.php, not config.php.txt. The reason we do this is so that your config file is not overwritten when updates are released.


Next:Upload Files with FTP



© 2006 ListMail Inc. All rights reserved.
WorldOp : FeedFury : Send Email : LM