parser



FreeBSD 8.x
*nix setup

Download archive with CGI script.

Install it (see below).

Download archive “Configuration file and charset defenition files” and unpack to folder with main executable file archive.

If you need to work with XML, choose appropriate alternative.


Apache

Put file parser3.cgi to cgi-bin folder of your web-site (while uploading it using ftp you must to do it in binary mode);

Set necessary rights (ask your hosting provider for details, but usually it's - 755);

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.cgi
# 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.


SQL drivers setup

Download archives with SQL drivers you need and unpack them to directory {where you have installed Configuration file}/lib


for 32-bit OS

parser3_4_1_freebsd81R_cgi_xml.tar.gz (22.02.2011  935.6 KB)
CGI script with XML support
parser3_4_1_freebsd81R_cgi.tar.gz (22.02.2011  600.5 KB)
CGI script

parser3sql_10_3_freebsd80R_mysql.tar.gz (27.11.2009  37.4 KB)
SQL driver for MySQL
parser3sql_10_2_freebsd80R_sqlite.tar.gz (27.11.2009  35.6 KB)
SQL driver for SQLite

parser3conf_1_3_20110316_unix.tar.gz (16.03.2011  6.6 KB)
Configuration file and charset defenition files

for 64-bit OS

parser3_4_1_freebsd80Rx64_cgi_xml.tar.gz (23.02.2011  821.8 KB)
CGI script with XML support
parser3_4_1_freebsd80Rx64_cgi.tar.gz (23.02.2011  457.7 KB)
CGI script

parser3sql_10_3_freebsd80Rx64_mysql.tar.gz (26.11.2009  17.3 KB)
SQL driver for MySQL
parser3sql_10_2_freebsd80Rx64_sqlite.tar.gz (27.11.2009  17.0 KB)
SQL driver for SQLite

parser3conf_1_3_20110316_unix.tar.gz (16.03.2011  6.6 KB)
Configuration file and charset defenition files


previous version

for 32-bit OS

parser3_4_0_freebsd80R_cgi_xml.tar.gz (27.11.2009  896.1 KB)
CGI script with XML support
parser3_4_0_freebsd80R_cgi.tar.gz (27.11.2009  560.7 KB)
CGI script

parser3sql_10_3_freebsd80R_mysql.tar.gz (27.11.2009  37.4 KB)
SQL driver for MySQL
parser3sql_10_2_freebsd80R_sqlite.tar.gz (27.11.2009  35.6 KB)
SQL driver for SQLite

parser3conf_1_2_20091215_unix.tar.gz (07.01.2010  5.8 KB)
Configuration file and charset defenition files

for 64-bit OS

parser3_4_0_freebsd80Rx64_cgi_xml.tar.gz (26.11.2009  776.8 KB)
CGI script with XML support
parser3_4_0_freebsd80Rx64_cgi.tar.gz (27.11.2009  412.6 KB)
CGI script

parser3sql_10_3_freebsd80Rx64_mysql.tar.gz (26.11.2009  17.3 KB)
SQL driver for MySQL
parser3sql_10_2_freebsd80Rx64_sqlite.tar.gz (27.11.2009  17.0 KB)
SQL driver for SQLite

parser3conf_1_2_20091215_unix.tar.gz (07.01.2010  5.8 KB)
Configuration file and charset defenition files