Hi,
Running the plugin with a PHP version superior to 5.5 will yield errors about undefined calls to mysql_connect. This is because the mysql interface was deprecated and removed on that version, now the mysqli interface is the new one. This patch changes all mysql related calls to their mysqli counterparts.