And NextScript should Replcae:
“
somethibng
is not right”
NextScripts Error Here: da.api.php
//ServerThemes.Net Bug: deviantart.com
if ($response[‘response’][‘code’]==’302′) { $hdrsArr = nxs_getDAHeaders(‘http://serverthemes.deviantart.com/journal/?edit’);
$rep = wp_remote_get( $mh.’/journal/’, array( ‘headers’ => $hdrsArr, ‘cookies’ => $ck));
$daNewPostURL = CutFromTo($rep[‘body’], ‘a data-deviationid=”‘, ”); $daNewPostURL = CutFromTo($daNewPostURL, ‘href=”‘, ‘”‘); $daNewPostID = CutFromTo($rep[‘body’], ‘a data-deviationid=”‘, ‘”‘);
return array(‘postID’=>$daNewPostID, ‘isPosted’=>1, ‘postURL’=>$daNewPostURL, ‘pDate’=>date(‘Y-m-d H:i:s’));
} else { $badOut[‘Error’] .= ‘Somethibng is not right’;
return $badOut;
}
My site: http://ketoannganha.com/
I had the same problem!
Why? Plese, help me!