parser

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)
Setup program. Includes all alternatives of executable, drivers, charset definition files, additional libraries, documentation and configuration files

parser3_5_0_win32_cgi_xml.zip (29.12.2024  839.7 KB)
CGI script

parser3conf_1_6_20210120_win32.zip (28.01.2021  16.7 KB)
Configuration file and charset definition files

for 64-bit OS

parser3_5_0x64_en.exe (29.12.2024  6.9 MB)
Setup program. Includes all alternatives of executable, drivers, charset definition files, additional libraries, documentation and configuration files

parser3_5_0_win64_cgi_xml.zip (29.12.2024  997.2 KB)
CGI script


previous version

parser3_4_6_en.exe (28.01.2021  3.3 MB)
Setup program. Includes all alternatives of executable, drivers, charset definition files, additional libraries, documentation and configuration files

parser3_4_6_win32_cgi_xml.zip (28.01.2021  721.1 KB)
CGI script

parser3conf_1_6_20210120_win32.zip (28.01.2021  16.7 KB)
Configuration file and charset definition files

for 64-bit OS

parser3_4_6x64_en.exe (28.01.2021  6.9 MB)
Setup program. Includes all alternatives of executable, drivers, charset definition files, additional libraries, documentation and configuration files

parser3_4_6_win64_cgi_xml.zip (28.01.2021  984 KB)
CGI script