Here's an addition to give users store points for their birthday:
Find:
Code:
$bday_title .= $username.", ";
Below that add:
Code:
$DB_site->query("UPDATE user SET storep=storep+50 where userid='$userinfo[userid]'");
Be sure to change "storep" to the correct field for the store hack you are using. For the new uShop hack, look in your AdminCP to find out what to use there.
You can change the "50" to however many points you want to give for a birthday present. Be sure to mention the present in your birthday greeting.