News | FAQ | Authors | Documentation | In action | Library |
Utils | Hosters (in Russian) | Download | Examples | Forum (in Russian) |
Windows | |
Win32 setup Download one of alternatives: CGI, ISAPI extension. Install it. How to do that depends on web-server you use (see below). Download archive “Configuration file and charset defenition files” and unpack to folder with main executable file archive. Apache (CGI) Put file parser3.exe to cgi-bin folder of your web-site. Create in root folder of your site file .htaccess and add these commands to it: # assign parser as .html pages handler: AddHandler parsed-html html Action parsed-html /cgi-bin/parser3.exe # disable access to .cfg and .p files: <Files ~ "\.(p|cfg)$"> Order allow,deny Deny from all </Files> Note: default Apache server configration does not allow to use .htaccess files. Internet Information Server 4–5 (CGI, ISAPI): Read corresponding section of documentation. SQL drivers setup Download archives with SQL drivers you need and unpack them to
directory {where you have installed Configuration file}/lib | parser3_5_0_en.exe
(29.12.2024
3.5 MB)
parser3_5_0_win32_cgi_xml.zip
(29.12.2024
839.7 KB)
parser3conf_1_6_20210120_win32.zip
(28.01.2021
16.7 KB)
for 64-bit OS parser3_5_0x64_en.exe
(29.12.2024
6.9 MB)
parser3_5_0_win64_cgi_xml.zip
(29.12.2024
997.2 KB)
previous version parser3_4_6_en.exe
(28.01.2021
3.3 MB)
parser3_4_6_win32_cgi_xml.zip
(28.01.2021
721.1 KB)
parser3conf_1_6_20210120_win32.zip
(28.01.2021
16.7 KB)
for 64-bit OS parser3_4_6x64_en.exe
(28.01.2021
6.9 MB)
parser3_4_6_win64_cgi_xml.zip
(28.01.2021
984 KB)
|