Update:
I got a lot of code now, some for caching, some for just collecting the data etc.. the project is growing much bigger than I initially thought.
Any user can get their post count in simple JSON format now, for example:
http://talkera.org.cp-in-1.webhostbox.net/pd/src/API.php?uid=348910The output in this case is
['July 30',2,0.0008], ['July 27',1,0.0004], ['July 25',6,0.0024], ['July 24',6,0.0024], ['July 23',5,0.002], ['July 21',1,0.0004], ['July 17',1,0.0004], ['July 15',2,0.0008], ['July 14',1,0.0004], ['July 08',1,0.0004], ['July 05',1,0.0004], ['June 30',1,0.0004], ['June 28',1,0.0004], ['June 27',3,0.0012],
The elements are date, posts, btc. The loading time is really slow, but anyone could put it in their own interface, or cache the data for all members.
For example, this table interface uses the data:
http://talkera.org.cp-in-1.webhostbox.net/pd/view.php?uid=348910I do not have that much control of this server to cache it, and run a program every 10min-1hour to update it. And so, I'm willing to make the code open source- I'm sure an even greater project will come out of it.
Is there any svn service these days? I've never been a big fan of git.