Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/*======================================*\

|| #################################### ||
|| # Post Thank You Hack version 7.84 # ||
|| # Original version by Abe1
# ||
|| # Updated by Forcehss
# ||
|| #################################### ||
\*======================================*/
var post_thanks_handleSuccess = function(o)
{
if(o.responseText !== undefined)
{
if (post_thanks_callback.object_name[o.tId] !== undefined)
{
fetch_object(post_thanks_callback.object_name[o.tId]).in
nerHTML = o.responseText;
}
}
}
var post_thanks_handleFailure = function(o)
{
if(o.responseText !== undefined)
{
alert(o.responseText);
}
}
var post_thanks_callback =
{
success: post_thanks_handleSuccess,
failure: post_thanks_handleFailure,
timeout: vB_Default_Timeout,
cache: false,
object_name: new Array()
};
function post_thanks_give(postid, integrate)
{
fetch_object('post_thanks_

You might also like