I am trying to install this mod but the second step of replacing this code:
vbsetcookie('password', md5($bbuserinfo['password'] . ''));
or may be
vbsetcookie('password', md5($bbuserinfo['password'] . 'somerandomstring'));
My version (3.0.03 ) shows this in two instances:
vbsetcookie('password', md5($bbuserinfo['password'] . 'IN HERE IS 8 Characters that I didn't want to post cuz I don't know what they are'), 0);
AND
vbsetcookie('userid', $bbuserinfo['userid'], 0);
vbsetcookie('password', md5($bbuserinfo['password'] . 'HERE IS 8 Characters that I didn't want to post cuz I don't know what they are'), 0
I am afraid to overwrite this piece....any suggestions?
|