If you're like me, Grant's script has been a godsend - being able to track exactly what's being voted up or down is very helpful on this site. Not so helpful are the requirements for running the script though - you need Python and SQLite installed, which can be tricky if you're on a Windows machine. Finally, there's no easy way to use the same database when you switch computers.
I've been working on a PHP port of the script that offers the same functionality. This way, all you have to do is visit a web page and the script will download your latest profile and give you an easy-to-read summary of activity since the last time you visited the page.
Just go here:
StackOverflow: http://sof.modos.org/tracker/update/your-so-user-number-here
ServerFault: http://sof.modos.org/tracker/sfupdate/your-sf-user-number-here
SuperUser (new!): http://sof.modos.org/tracker/suupdate/your-su-user-number-here
Meta: http://sof.modos.org/tracker/metaupdate/your-meta-user-number-here
Your user ID is the number that appears before your name in the address bar when you view your profile. For example, mine is 658. You're then presented with a page of your questions and answers and how much they've gained or lost points since your last visit to the page. If it's your first visit, everything is in green since everything is new. From then on, green indicates an addition of a question or an increase in reputation, and red indicates a decrease in reputation.
There is one huge caveat: everyone can see the page. I ask people NOT to view other people's pages as the information will no longer be accurate the next time they view them. I considered requiring passwords to access the individual pages, but there's no reliable way to determine that the person that contacted me is the account holder here on Stack Overflow.
Another note: everyone is currently sharing one SQLite database. Please refrain from using automated means to check the page, and only check it if you've noticed an increase in rep or you have been away for a while. Thank you.
P.S. Feedback is welcome, and if anyone wants to volunteer to redesign the page so it looks better (and uses CSS better) I'm open to suggestions. The code can be found here and uses the same database format as Grant's script linked earlier. There is one minor difference: Grant's script used the question id to identify the answer. Since multiple people are using this service, the answer ID is used instead.
Update: I notice in my server logs that some people are attempting to use their username or openID name. At this time the service only accepts your user ID number. Sorry for the confusion.
Another Update: I've made a few tweaks to the script. The most dramatic thing is that the unchanged links are now hidden. Hopefully this will be a welcome change and reduce the amount of information that you're presented with on the page. Another change is that the titles are now links to the respective question. Again, feedback is welcome.
