the line in ubb_profile.cgi where you replace:
-value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide,
needs to have a ] added to the end, like so:
-value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide],
so it can be found... otherwise nice
