Ok... I missed that you updated to php5. There are a couple options ill leave you with.
I can rewrite a portion of it, and discard the built in vbulletin queries (the global object).
I cannot reproduce the error, I would need some form of shell access to your site (i dont expect this, but i admit im curious on the error, would need vi class_recruit.php edit access lol). and a test page to work with.
In order to get a $vbulletin object to instance, you need to include EXAMPLE.recruitStatus.php in the CMPS as a module.
On the page (VBCMPS page) you are displaying this on you can set Portal Output Global Variables : vbulletin (with out the $).
oh now that i think about you could try.
Code:
$this->vbObj = clone $vbulletin;
or
$this->vbObj =& $vbulletin;
in __construct()
but I have a feeling its not a constructor issue but just global $vbulletin is not instantiating the object. And that, sadly I don't think I can troubleshoot with out being able to reproduce it. (I am by no means a vb expert)
Be happy to fix it and just use the mysql_xxx stuff if you like..
I'd be interested to know if the 3 ppl that clicked install had this issue and never bothered to come back or if it worked.