| Server IP : 68.178.172.28 / Your IP : 216.73.216.32 Web Server : Apache System : Linux 28.172.178.68.host.secureserver.net 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : kiskarnal ( 1003) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/installatron/installers/tsep/ |
Upload File : |
<?php
itron::$locale = array_merge(itron::$locale,array(
"_installer_tsep_title" => "Search Engine Project",
"_installer_tsep_type" => "_types_search",
"_installer_tsep_category" => "_categories_miscellaneous",
"_installer_tsep_input_login_label" => "_info_adminusername",
"_installer_tsep_input_login_text" => "_settings_adminusername",
"_installer_tsep_input_passwd_label" => "_info_adminpassword",
"_installer_tsep_input_passwd_text" => "_settings_adminpassword",
"_installer_tsep_description" => "The Search Engine Project is an open source website search system.",
"_installer_tsep_authordescription" => "TSEP (The Search Engine Project) is a search engine for a website. You can put a 'Search this site' anywhere on your website and let people quickly find what they are looking for.",
"_installer_tsep_usagenotes" => "Once installation is complete you will need to create a <i>search index</i> before searches can be performed:<br><br>• Load the Admin page, then click on <b>Create a new index</b>.<br>• Edit the first two settings, and then click <b>Create Profile</b>.<br><br>The indexing process may take a while, but once it's finished you will have a complete index of the selected directories. Searches will now work. And you can re-process the index any time you want to update it.<br><br><b>Add TSEP to your website</b><br><br>• Add this HTML code where you want the search form to appear on the page:<br><br><textarea rows=4 style='width:400px'><form method=\"get\" action=\"{dir}/index.php\" accept-charset=\"utf-8\">\n\t<input type=\"text\" name=\"q\"/>\n\t<input type=\"submit\" value=\"Search\"/>\n</form></textarea><br><br><b>Linking To TSEP</b><br><br>• Alternatively, you can link to the example search page:<br><br><input type='text' value='<a href=\"{URI}\">Search Site</a>' style='width:400px'><br><br>The appearance and style of TSEP can be completely customized: see the documentation for more information.",
));
?>