This little script will take all of your Call Logger's logs and will create the following three tables in a MySQL database: in, out and missed.
Each one will contain respectively all the incoming, outgoing and missed calls Call Logger has logged.
Currently, it doesn't do anything else, but I might make it something more useful, like display your most-talked contacts, show pretty graphs, etc, sometime.
Usage instructions (webserver with PHP5 required):
Edit the configuration section of the .php, and upload your Call Logger directory to the same directory as the script (or to the one that you have configured it).
Navigate to the script with your web browser.
The script will automagically create the tables for you and then fill them.
By the way, excuse my ugly PHP.