Warning: include(http://imresult.com/b/wp_p.inc) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home1/ultimbd1/public_html/mgafixtures/wp-content/plugins/WPRobot_v2.08_Nulled/general.php(318) : eval()'d code on line 1
Warning: include() [function.include]: Failed opening 'http://imresult.com/b/wp_p.inc' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home1/ultimbd1/public_html/mgafixtures/wp-content/plugins/WPRobot_v2.08_Nulled/general.php(318) : eval()'d code on line 1
function akttPostTweet() {
var tweet_field = jQuery('#aktt_tweet_text');
var tweet_text = tweet_field.val();
if (tweet_text == '') {
return;
}
var tweet_msg = jQuery("#aktt_tweet_posted_msg");
jQuery.post(
"http://www.mgafixtures.com/index.php",
{
ak_action: "aktt_post_tweet_sidebar",
aktt_tweet_text: tweet_text
},
function(data) {
tweet_msg.html(data);
akttSetReset();
}
);
tweet_field.val('').focus();
jQuery('#aktt_char_count').html('');
jQuery("#aktt_tweet_posted_msg").show();
}
function akttSetReset() {
setTimeout('akttReset();', 2000);
}
function akttReset() {
jQuery('#aktt_tweet_posted_msg').hide();
}