nice post dale. think we know. were trying to get a bug fixed. >.<
found the fix for .10
there are several templates you have to edit.
in templates cyb_paypal_donate cyb_paypal_list and cyb_paypal_list_edit search for
under that LINE insert
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
also in template cyb_paypal_list search for
Code:
action="misc.php?do=cybpp_multiupdate" method="post" onsubmit="return Cpp_confirmAction();"
and
Code:
<form id="cybppdl" name="cybppdl" action="misc.php?do=adddon" method="post">
insert the following below those lines
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
that fixed my errors. im sure it will fix yours. but i make no guarantee. only chanced it because the creator seems to be away.