Ok, had some other folks here help me on this and here is the patch:
Go into your Admincp, plugins and edit the plugin: Number Of Referrals in postbit-by Developer
Replace this:
Code:
if ($vbulletin->options['usereferrer'])
With this:
Code:
if ($this->post['userid'])
And it will work with USENET and Guest posts!
(Thanks to tnguy3n, Hambil, gio~logist and Zachery!)