You can try...
Find
function http_get($url, $post_vars = false) {
Change to
function http_get_new($url, $post_vars = false) {
ie, just add _new
then find and change
function post_comment($postId, $name, $message) {
global $user_key, $user_hash, $blog_callback;
if(...