Codebird::setConsumerKey(CONSUMER_KEY, CONSUMER_SECRET); $cb = Codebird::getInstance();を
\Codebird\Codebird::setConsumerKey(CONSUMER_KEY, CONSUMER_SECRET); $cb = \Codebird\Codebird::getInstance();としてください。
2017年2月現在、最新版の Codebird ではツイートを取得すると「httpstatus」に加えて「rate」というキーの要素も返されるようです。
ですので more.php にて array_pop($tweets); を2度行なうようにしてください。
// remove rate
array_pop($tweets);
// remove httpstatus
array_pop($tweets);
補足情報 codebird-phpの入手方法について
https://github.com/mynetx/codebird-php