Ok, going to re-download it now. I got it from a link on Flash Chat's forums.
EDIT:
well I did a new install with the files I got from here. I did find 1 error I had made in a templete so fixed that.
I'm getting this error messages still though:
PHP Code:
Fatal error: Call to undefined function: can_pager() in /home/.dandelion/hyrel/mykleekai.com/forums/global.php on line 298
this is code I'm putting there
PHP Code:
// [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 2 ]
if ( $bbuserinfo['userid']!=0 and $bbuserinfo['pager']>0 and $action!='pager')
$pagermessage = 1;
if ( $bbuserinfo['userid']==0 and $action!='pager' and $session[dbsessionhash]!='')
if ($DB_site->query_first("select p.tosessionid from " . TABLE_PREFIX . "pager as p left join " . TABLE_PREFIX . "session as s on (s.sessionhash = p.tosessionid) where p.active=1 and p.tosessionid='" . $session[dbsessionhash] . "'"))
$pagermessage = 1;
$vboptions[sessionid] = $session[dbsessionhash];
$bbuserinfo[canpager] = can_pager();
// [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.5' CHANGEID= 2 ]