This is an addon for
Lesane's Store Hack. It will give a new forum member a default amount of points for registering.
In register.php find:
PHP Code:
// activate account
Under that add:
PHP Code:
// add points for registering
$DB_site->query("UPDATE user SET storep=storep+100 where userid='$userinfo[userid]'");
Change the "100" to however many points you want them to start out with.
Easy!
-------Update--------
As mentioned below, you could also just make the default for storep what ever you want by changing the table....