Introduction

 

This PHP script accepts ISL Conference Proxy HTTP requests and writes to a database running on MySQL. There is also a script for viewing database data from your web browser. The whole example uses XAMPP in order to provide as easy setup procedure as possible. Viewer script uses Smarty template engine. The procedure is described for Windows, but all components used are cross-platform, so with appropriate modifications (e.g. installation paths, etc.) it should work on other platforms as well.

In this example, we have ISL Conference Proxy running on one server and the web server and the database on another server. If you decide to put it all on one server, you will need to configure the web server listening port to something other than 80 in order not to interfere with ISL Conference Proxy and adjust the described procedure accordingly.

 

 

Was this article helpful?