There's a "Points" field in the Users table. Every post page has a query that inserts the appropriate amount of points into the field by adding points to the existing amount.
For example, the every status gives you 4 points.
$sql = mysql_query("UPDATE Users SET Points = Points + 4 WHERE Username = '$_COOKIE[user]'");
if(!$sql) {
die(mysql_error());
}
I just thought I'd point out that using AJAX polling to create a chatroom definitely isn't the best option... If you're using a free web host they will surely shut you down immediately. A new connection would be established every X seconds and the lag would be incredible.
I've made an agreement with bubby323, one of the co-creators of DSiHub, to host Windows DSi and DSiMac on DSiHub's upcoming Applications system! I'm excited; are you?
Thanks. And today, I'm going to update it so that when you click something, it doesn't go to a new page like a link. It will pop up in a window much like the computer and will make loading time faster. I'm also going to try and get the Start button to work today. Sound good?