SkypeLog
Monitoring tool to log Skype chat messages to SQL database
This application consists of Win32 service and 2 PHP scripts. Once started, the service constantly monitors Skype data folder for new records in all Main.DB files for every Skype account. If there are new records with chat messages or file transfers - the service sends HTTP request with JSON formatted data to PHP services, which in turn store the information into MySQL database. There is also a simple web search-box for finding conversations.
This SkypeLog application is primarily intended...