Here is the codecola.php, download it, then upload it to a folder of PHP server.
2. Config
//Users can visit modified pages through this address. And pages will save in this folder, so make sure the directory has access to write.
$path = "http://kxt.koubei.com/codecola/";
//Set filename. Filename use timestamp by default.
$fileName = time();