Sorry Already found a bug in the dang thing
The attachment has been fixed. If you've already downloaded it all you gotta do is change:
member.php
if ($userinfo[showdonation]!="1") {
to
if ($userinfo[showdonation]!="1" and $userinfo[donator]) {
and the admin/functions.php
if ($post[showdonation]!="" and $post[showdonation]!="1") {
to
if ($post[showdonation]!="" and $post[showdonation]!="1" and $post[donator]) {