MojoNews MySQL Documentation
System
Configurations
MojoNews
values your time, so we have transported every configuration
online, making it editable in real-time. No more open-this-file-and-change-this-value
style. Therefore, when you want to change some values,
just login to the admin panel, change a field to an
updated value, and hit submit.
Please,
do not edit the config.pl file manually. First,
it is inconvenient for you to do that. Second, if
you make an error, the program won't know until run-time.
To edit your configurations, do the following steps:
- Login to your admin panel
- Click on the "configurations" link
- Scroll the page to the variable that you want to edit,
and enter the changes.
- Click on "save" button once you done
with the settings
- Verify the result. If you see "Action
performed successfully" then you have done
everything correctly. Otherwise, follow the instructions
to make the neccessary changes.
Getting to know your configurations
|
Database Driver
|
defaults to mysql usually
|
|
Database Hostname
|
If MySQL is installed on your server
then usually localhost, edit if applicable.
|
|
Database Name
|
Name of Database
|
Database User |
Username of User who has access to database |
|
Database User Password
|
Password of User who has access to database.
|
|
Mailing Type
|
usually 'sendmail' on unix servers,
type 'smtp' on windows servers
|
Admin Email |
Default Email in the system |
|
SMTP server and Port
|
If you use smtp above, enter your smtp server and port name here, you can get this info from your webhost or server admin
|
|
Sendmail Path
|
If you use sendmail above,
enter your path to sendmail here usually /usr/sbin/sendmail OR
/usr/bin/sendmail
|
|
Images server path
|
Full server path to the images folder,
must be out of cgi-bin
|
|
Images directory URL
|
Corresponding URL to server path
|
|
Main URL
|
URL to your news.cgi directory.
|
|