no, it doesnt, but u can try something like this:
in ppverify.php
FIND:
Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."user SET donor = '1' WHERE userid = '".$userid."'");
(2places)
and add below:
Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."user SET membergroupids='XXX' WHERE userid='".$userid."'");
where XXX is the group id u want to add.
this is NO subscription and doesnt take care of reversed payments