Nothing is working here.. please note is it okay or not
// The array below are the ids of non-public forums, update these to be your admin forum ids or anything non-public by default
if (!in_array($foruminfo[forumid], array(198,58,91,128,52,183,189,199,70,7,31,59,57,6 ,54,52))) {
//
http://classes.verkoyen.eu/bitly
require_once 'bitly.php';
//
http://classes.verkoyen.eu/twitter/
require_once 'twitter.php';
$bitly = new Bitly('<guru>', '<R_57532588ecb8603c0f14b5b75cbf>');
$shortUrl = $bitly->shorten('http://www.guru.info/vbforum/showthread.php?t='.$newpost[threadid]);
$tweet = '';
if (isset($newpost['prefixid']) && $newpost['prefixid'] != '') {
$tweet = $vbphrase['prefix_'.$newpost['prefixid'].'_title_plain'].' ';
}
$tweet .= $newpost['title'].' '.$shortUrl;
$twitter = new Twitter('<guru>','<zyxjimmy>');
$twitter->updateStatus($tweet);