# Teemz(tm) Bulletin Board Software # Copyright © 2000 Elated Communications Ltd. All Rights Reserved # By having in your possession a copy of this file, or by using or # installing this file, you are indicating your acceptance of the # Teemz licence agreement. This agreement is publicly viewable # at http://www.teemz.com/licence and should be included with your # Teemz distribution in the file teemz_licence.txt. # You are solely responsible for any consequences of the use of this file. # Copyright notices included within this file may never be modified, # appended, or removed without the prior expressed written consent of # Elated Communications Ltd. # You are not permitted to modify, append, or remove any copyright # notices or credits appearing within the visual interface of the Teemz # Software. This includes, but is not limited to, copyright notices on # documentation pages, the "Help" link on any board page, the "Administrator's # Manual" link on the administration pages, and the "Powered By Teemz" link on # the board home page. Removing links to such copyright notices and credits is # also prohibited. # You may not sell or otherwise distribute this file, or any files # that comprise the Teemz Software, or any derivatives or alterations of # these files, under any name. ################################################################################# # 1. SERVER SETUP # -------------------------------------------------------------------------------- # Root Site URL, e.g. http://www.yoursite.com (without trailing slash) # Or just leave blank for relative addressing (recommended) $serverurl = ""; # Images Directory Base URL, e.g. http://www.yoursite.com/tzimages (without trailing slash) $baseimageurl = ""; # Time Offset in Hours from the server's local time, used when displaying # times and dates. # # If you want your board to appear to be in a different time zone from your # server's, enter the appropriate value here # (e.g. -3 = 3 hours earlier, 2 = 2 hours later ) $time_offset = 0; # -------------------------------------------------------------------------------- # 2. MAIL SETUP # -------------------------------------------------------------------------------- # Path to Sendmail (if it exists) $sendmail_path = "/usr/lib/sendmail"; # Mail Server Host Name (e.g. mail.yoursite.com) or IP Address (e.g. 192.168.0.31): $smtp_server = ""; # Mail Server SMTP Port (usually 25): $smtp_port = 25; # Address to email when a fatal error occurs (leave blank to disable notification): $admin_email = ""; # What to tell the SMTP server. Put your server's host name in here (optional): $hostname = "localhost"; # -------------------------------------------------------------------------------- # 3. DIRECTORIES # -------------------------------------------------------------------------------- # Image Directory - Stores all forum icons and other images # It *must* be below the document root, i.e. accessible via a web browser $imagedir = ""; # Backup Data Directory - Sub-directory to back up all forum data files to with the Teemz Manager Backup command. $backup_directory = "_backup"; # Users Data Directory - Sub-directory to store users database file in. $userdir = "_users"; # -------------------------------------------------------------------------------- # 4. SAFETY LIMITS # -------------------------------------------------------------------------------- # Mininum disk space allowed for forum operation (in Kbytes): $min_disk_space = 10000; # Form Input Limits: $max_subject_length = 80; # max_subject_length in bytes $max_body_length_kb = 15; # max_body_length in Kbytes $max_body_length_bytes = 1024 * $max_body_length_kb; $max_search_string_length = 80; # -------------------------------------------------------------------------------- # 5. URL'S FOR CGI SCRIPTS # -------------------------------------------------------------------------------- # URL of Teemz CGI-BIN Directory (all other URL's are derived from this one) $cgiurl = ""; # Other URL's $loginurl = "$cgiurl/tzlogin.cgi"; $registerurl = "$cgiurl/tzregister.cgi"; $profileurl = "$cgiurl/tzprofile.cgi"; $forumurl = "$cgiurl/teemz.cgi"; $adminurl = "$cgiurl/tzmanager.cgi"; $searchurl = "$cgiurl/tzsearch.cgi"; $skinchangerurl = "$cgiurl/tzskin.cgi"; # -------------------------------------------------------------------------------- # 6. STANDARD FILE NAMES # -------------------------------------------------------------------------------- # Miscellaneous Files $indexfilename = "index.txt"; $listfilename = "forums.txt"; $catsfilename = "categories.txt"; $usersfilename = "users.txt"; $email_banfile = "email_banlist.txt"; $host_banfile = "host_banlist.txt"; $censor_file = "censored.txt"; # Template Files $tpl_activetopics = "_template/activetopics.html"; $tpl_closetopic = "_template/closetopic.html"; $tpl_deleteentry = "_template/deleteentry.html"; $tpl_deletetopic = "_template/deletetopic.html"; $tpl_editpost = "_template/editpost.html"; $tpl_editprofile = "_template/editprofile.html"; $tpl_homepage = "_template/homepage.html"; $tpl_indexpage = "_template/indexpage.html"; $tpl_login_form = "_template/login_form.html"; $tpl_movetopic = "_template/movetopic.html"; $tpl_newpost = "_template/newpost.html"; $tpl_newtopicform = "_template/newtopicform.html"; $tpl_permission_denied = "_template/permission_denied.html"; $tpl_reopentopic = "_template/reopentopic.html"; $tpl_searchform = "_template/searchform.html"; $tpl_searchresults = "_template/searchresults.html"; $tpl_signup = "_template/signup_form.html"; $tpl_success = "_template/signup_success.html"; $tpl_topicpage = "_template/topicpage.html"; $tpl_usage = "_template/usage_agreement.html"; $tpl_viewprofile = "_template/viewprofile.html"; # -------------------------------------------------------------------------------- # 7. PAGE TITLES # -------------------------------------------------------------------------------- $pt_activetopics = "[#board_title#] : Active Topics"; $pt_closetopic = "[#board_title#] : [#forum_name#] : Close Topics"; $pt_deleteentry = "[#board_title#] : [#forum_name#] : [#topic_name#] : Delete Replies"; $pt_deletetopic = "[#board_title#] : [#forum_name#] : Delete Topics"; $pt_editpost = "[#board_title#] : [#forum_name#] : [#topic_name#] : Edit Post"; $pt_editprofile = "[#board_title#] : Edit Profile"; $pt_homepage = "[#board_title#]"; $pt_indexpage = "[#board_title#] : [#forum_name#]"; $pt_login_form = "[#board_title#] : Board Login"; $pt_movetopic = "[#board_title#] : [#forum_name#] : Move Topics"; $pt_newpost = "[#board_title#] : [#forum_name#] : [#topic_name#] : Post a Reply"; $pt_newtopicform = "[#board_title#] : [#forum_name#] : New Topic"; $pt_permission_denied = "[#board_title#] : Permission Denied"; $pt_reopentopic = "[#board_title#] : [#forum_name#] : Reopen Topics"; $pt_searchform = "[#board_title#] : Search"; $pt_searchresults = "[#board_title#] : Search Results"; $pt_signup = "[#board_title#] : User Registration"; $pt_success = "[#board_title#] : User Registration Successful"; $pt_topicpage = "[#board_title#] : [#forum_name#] : [#topic_name#]"; $pt_usage = "[#board_title#] : Board Usage Agreement"; $pt_viewprofile = "[#board_title#] : View Profile"; # -------------------------------------------------------------------------------- # 8. "PERMISSION DENIED" ERROR MESSAGES # -------------------------------------------------------------------------------- $pd_close_topic = "You do not have permission to close topics in this forum. You can only close topics "; $pd_close_topic .= "if you are a forum moderator or administrator. No topics have been closed."; $pd_delete_post = "You do not have permission to delete one or more of the replies you selected. "; $pd_delete_post .= "You can only delete replies if you originally posted them and they have not "; $pd_delete_post .= "been replied to, or if you are a forum moderator or administrator. "; $pd_delete_post .= "No replies have been deleted. Please go back and try again."; $pd_delete_topic = "You do not have permission to delete one or more of the topics you selected. You can "; $pd_delete_topic .= "only delete topics if you originally created them, or if you are a forum moderator or "; $pd_delete_topic .= "administrator. Only moderators and administrators can delete topics that contain replies. "; $pd_delete_topic .= "No topics have been deleted. Please go back and try again."; $pd_move_topic = "You do not have permission to move topics in this board. You can "; $pd_move_topic .= "only move topics if you are a board "; $pd_move_topic .= "administrator. "; $pd_move_topic .= "No topics have been moved."; $pd_edit_post = "You do not have permission to edit this post. You can only edit posts if you originally "; $pd_edit_post .= "posted them and they have not been replied to, or if you are a forum moderator or "; $pd_edit_post .= "administrator. No posts have been edited. Please go back and try again."; $pd_email_banned = "The email address you attempted to register with has been banned. "; $pd_email_banned .= "This probably means that the address was used for excessive spamming, "; $pd_email_banned .= "offensive posts or other contraventions of the usage agreement. If you feel "; $pd_email_banned .= "you have been banned in error, please contact the forum administrator."; $pd_host_banned = "The computer you are using has been banned. This probably means that the computer "; $pd_host_banned .= "was used for excessive spamming, offensive posts or other contraventions of the usage "; $pd_host_banned .= "agreement. If you feel you have been banned in error, please contact the forum administrator."; $pd_reopen_topic = "You do not have permission to reopen topics in this forum. You can only reopen topics "; $pd_reopen_topic .= "if you are a forum moderator or administrator. No topics have been reopened."; $pd_topic_closed = "This topic is closed. It is no longer possible to post to this topic, "; $pd_topic_closed.= "or edit or delete any of the replies."; # -------------------------------------------------------------------------------- # 9. TEEMZ VERSION # -------------------------------------------------------------------------------- # Software Version Number $version_number = "0.62.1"; # Version String $version_string = "Powered by Teemz v$version_number"; # Help URL $helpurl = $version_number; $helpurl =~ s/\./\_/g; $helpurl =~ s/\ /\_/g; $helpurl =~ s/\(//g; $helpurl =~ s/\)//g; $helpurl = "http://www.teemz.com/help/$helpurl/"; # Manual URL $manualurl = $version_number; $manualurl =~ s/\./\_/g; $manualurl =~ s/\ /\_/g; $manualurl =~ s/\(//g; $manualurl =~ s/\)//g; $manualurl = "http://www.teemz.com/manual/$manualurl/"; # -------------------------------------------------------------------------------- 1;