|
|
|
How to
Install
|
- Download the Dynamic Text
Script from our Download
Center
- Copy the files to your
Server
- Unix Server :
Made it executable
with chmod 755
- Unix Server : Check if
the perl compiler is in the same directory as we set
it in the script,
- Unix Server :Always
save the file in Unix Mode, if your editor doesn't
do that download Ultraedit
- Windows NT : Check
the perl compiler path, usually is not necessary to
make any changes.
- Windows NT : Some
times is necessary to use the full path to the setup
file in Windows
- Edit the setup file follow
the instruction the header of the file, and save in dos
or unix mode.
|
| Setup.cfg
(sample) |
#######################################################################
## Instructions
##
## blankfile :
## Is the path to the webpage to be used to build the
new page.
## In this page you HAVE TO add the field [results]
where you want to place
## the output of this software
##
## output:
## The path to the output page
##
## cgi-url:
## The URL to your Dynamic Text Script
##
## MailServer:
## use SMTP if you have an SMTP server or ext is you
have the unix sendmail system
##
## sendmail:
## The server name or the path to the sendmail
##
## to_mail:
## If you want to receive an email every time you
change the page,
## just write a valid email here
##
## subject, Body
## The body and the subject of the notification email
##
## pass:
## if you want to protect with a password your dtext,
just write it here
##
## Note:
## Edit this file in unix or DOS mode following the
above instruction and the following rules
##
## Rules:
## system|VarName=Value
## Edit Only the Value,
## The VarName is Case sensitive
##
#######################################################################
###### System Configuration
system|blankfile=./data.html
system|cgi-url=./dtext.pl
system|output=/home/user/www/dtext.html
system|MailServer=ext
system|body=My Web site was updated
system|pass=
system|sendmail=/usr/sbin/sendmail
system|subject=Las Noticias han sido cambiadas
system|to_mail=
###### Data DO NOT EDIT
conf|line=<li><font face=arial
size=2>[text]</font></li>
line|Line 1
line|Line 2 <b>Text in bold</b> |
|

|