INSERT INTO `tsep_config` (`idconfig`, `formfieldname`, `formfieldvalue`, `formfielddescription`, `formfieldhelp`) VALUES (1, 'XdirName', '../../../', 'Enter the actual directory path*:', 'This is the relative path to the folder to be indexed with respect to your indexer php file. Example: ./folder1/folder2 if folder2 contents are to be indexed. Another example: You want to index http://www.yourdomain.com and your indexer.php is located in'),
(2, 'Xwebdir', 'http://www.somedomain.com', 'Enter the web directory path*:', 'This is the web path that corresponds to the above given folder. e.g.: http://www.sitename.com/folder1/folder2. Do not include / at the end.'),
(3, 'dir_exclude', '/php,/error,/stuff,/not_public', 'Enter the directories to be excluded:', 'This is the relative path to the folder to be excluded with respect to your indexer.php file. e.g.: ./folder1/folder3, if folder3 contents (directories and files) are to be excluded. Add multiple entries by adding \',\' but not \', \''),
(4, 'file_exclude', NULL, 'Enter the files to be excluded:', 'This is the relative path to the file to be excluded with respect to your indexer.php file. e.g.: ./folder1/folder4/login.php, if login.php to be excluded.');
INSERT INTO `tsep_internal` (`idinternal`, `description`, `stringvalue`, `numericvalue`) VALUES (1, 'tsepdatabaseversion', 'nothing in here', '0.94'),
(2, 'tsepindexeditdate', '1090320543', '0'),
(3, 'tseplogorder', 'timeofentry', '0'),
(4, 'tseplogdirection', 'DESC', '0'),
(5, 'config_Path', 'php/tsepsearch', '-1'),
(6, 'config_Language', 'en', '-1'),
(7, 'config_Display_Boolean_Search', 'true', '-1'),
(8, 'config_Pagerank', NULL, '-1'),
(9, 'config_Pagerank_Number', 'true', '-1'),
(10, 'config_Hour_Difference', '0', '-1'),
(11, 'config_Date_Style', 'l, d. F Y, G:i', '-1'),
(12, 'config_Show_Record_Change', 'true', '-1'),
(13, 'config_How_Many_Results', '10', '-1'),
(14, 'config_Numbers_Put', 'true', '-1'),
(15, 'config_Numbers_Put_Before', '(', '-1'),
(16, 'config_Numbers_Put_After', '.)', '-1'),
(17, 'config_maxRows_completeindex', '100', '-1'),
(18, 'config_maxRows_indexoverview', '10', '-1'),
(19, 'config_maxRows_Stopwords', '100', '-1'),
(20, 'config_maxRows_logview', '100', '-1'),
(21, 'config_Color_1', '#99CCFF', '-1'),
(22, 'config_Color_2', '#CCCCCC', '-1'),
(23, 'config_Logging', 'true', '-1'),
(25, 'config_Logging_IP', 'false', '-1'),
(26, 'config_Use_Debug_Print', 'true', '-1'),
(27, 'config_Logging_result_links', 'true', '-1'),
(28, 'config_Logging_search_term', 'true', '-1'),
(36, 'possible_results', NULL, '10'),
(30, 'possible_results', NULL, '20'),
(31, 'possible_results', NULL, '30'),
(32, 'possible_results', NULL, '50'),
(35, 'possible_results', NULL, '100'),
(38, 'possible_results', NULL, '5');