/********************************************************************************/ /* this file is part of: / diese Datei ist ein Teil von: */ /* tellmatic, the newslettermachine */ /* tellmatic, die Newslettermaschine */ /* 2006/7 by Volker Augustin, multi.art.studio Hanau */ /* Contact/Kontakt: info@tellmatic.org */ /* Homepage: www.tellmatic.org */ /* leave this header in file! */ /* diesen Header nicht loeschen! */ /* check Homepage for Updates and more Infos */ /* Besuchen Sie die Homepage fuer Updates und weitere Infos */ /********************************************************************************/ INSTALL Update: See UPDATE Notes: see FAQ http://www.tellmatic.org/faq Installation: Unpack the archive file to your local harddisc. Copy the directory tellmatic-[xxx] or the content of this directory completely to your server via ftp into a directory of your choice. You can also copy the archiv via ssh or similar or use wget on your server. Please update user and groups for your needs after unpacking (chown) The directory where you install Tellmatic and the 'include' directory must be writeable by the webserver - use chmod function of your ftp programm and set permissions to 0775 or 0777 Now call install.php via your famous Browser and enter your data. Select language for installation and accept license. All fields are required except SMTP Data, which you can enter later on. (But you MUST set these values to send mails!) The values for SMTP/POP3 are not checked, make sure theire valid! Tellmatic is now installed, the configuration-file 'include/tm_config.inc' is written and database tables were created The following directories must have write permisison too: admin/tmp files/ files/logs files/forms files/import_export files/newsletter files/newsletter/images files/attachements files/reports files/tmp tpl (only for installation) If there occurs some error, please follow the instructions. Please delete, move or rename 'install.php' after successfull installation Tellmatic saves a .htpasswd file in /include. The include directory must have write permissions. INFO: install.php creates a file called '.htpasswd', it includes username and crypted password for acces to the restricted directories Please edit path to 'tm_config.inc' in 'include/send_it.php', 'subscribe.php', 'unsubscribe.php' - enter complete path here download geoip database from http://www.maxmind.com/app/geolitecity http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz unzip and copy the file to include/geoip/GeoLiteCity.dat call admin/index.php, enter username and password at login page, ready, enjoy mailing :) To send via cronjob, call [user:passwort]@http://[domain]/[tellmatic-installdir]/include/send_it.php with wget (add username and pw), or use php cli (recommended!) */1 * * * * /path/to/php-cli-binary /path/to/include/send_it.php For questions and suggestions please visit www.tellmatic.org and read doc and faq or write to the public forum. EOF