Menu

#6 script won't create database -followup

PMS Script
open
nobody
5
2009-03-24
2009-03-24
Anonymous
No

This is a sample of my config:

$DBName = "pms"; //pmsys
$DBUser = "pmsys"; //username
$DBPass = ""; //password
$Host = "localhost"; //localhost

//MySQL Table Names. Don't change after you have run install.php

$Users_Table = "pmsys_users_table";
$Messages_Table = "pmsys_messages_table";
$Log_Table = "pmsys_log_table";

$full_path = '.'; // no / at the end
// If you don't know what to put here...
// put a . (dot) in there.

$sitename = "My Site Name"; //Set this to the name of your web site.
$sitemail = "webmaster@mysite.com"; //Set this to your email address
$siteaddr = "http://mysite.com/pmsys/"; //Set this to the URL of the directory on your site containing the PMS script
$timezoneoffset = "+6";
$mail_errors = "1"; // get mails on db errors???
$num_on_page = "15";
$security_checking = "YES";
$debug = 0;
$gzip_compress = 1;
$use_smtp = 0;

// SMTP settings
$smtp['host'] = 'mysite.com';
$smtp['from'] = 'webmaster';
$smtp['username'] = 'webmaster';
$smtp['password'] = 'password';

Discussion


Log in to post a comment.