TreeView Forum 97' by Roman Production 15 may 2025 gopher://shibboleths.org System Requirements: - PHP 5.x/8.x; - Any server with .htaccess support; - Browser: Seamonkey 1.1.19, Kmeleon 1.5.4, Mozilla 32; - JavaScript/Frames/HTML4/CSS support! - Operating System: Windows 95 or later; - Hosting Server: any; - License: FreeWare; How to Install? 1) Unzip the archive to any directory; 2) Check for PHP support; 3) Check for .htaccess support; 4) Set the CMOD attribute to 777 for topics.txt; 5) Attention! The archive contains two different scripts for protection against direct code execution (directlink)! Use host5.php for PHP 5.x and host8.php for PHP 8.x. By default, the script for PHP 8.x is enabled. If you are using PHP 5.x, use the host5.php script! Replace http://127.0.0.1/ with your domain address inside the host file! The host8.php files included are: - topicview.php - search.php - create_topic.php Replace the line: include "host8.php"; in PHP 5.x to include "host5.php"; 6) Enjoy! Additional Settings: 1) topics.php - $topics_per_page = 10; Determine the number of topics on the page 2) topicview.php - (strlen($response_text) > 1000) The maximum response length is 1000 characters 3) create_topic.php - (strlen($text) > 1000) The maximum topic length is 1000 characters 4) search.php - $messages_to_show = 3; Displaying the number of query match lines $search_term = substr($search_term, 0, 50); Limiting the length of a request by a script