Tunneling SQLyog through PHP is not that easy since they do not use the same protocol, PHP uses HTTP, while SQLyog uses MySql's own protocol. A new modul should be built that would translate the requests to http and then interpret the answers. You should try using ssh or any other available tunneling app instead of asking for a HTTP conversion tool!