PDA

View Full Version : Another SRL-Stats update



Wizzup?
06-08-2012, 02:02 PM
Hey guys.

I've taken another look at the stats server. I fixed a few bugs; but there's one bug remaining. I know what the bug is (we're surpassing INTEGER limits with EXP gained, so I need to turn some variables into BIGINT), but that'll take some time, the server will be down during the transition and I'll probably do it after the weekend. Until then, yes, some information may be lost. Unless I turn off the cache...

Justin
06-08-2012, 02:04 PM
Very nice update Wizzup? Thanks for that

Just one suggestion, how about giving users the ability to change passwords?

Wizzup?
06-08-2012, 02:07 PM
ustin;1042496']Very nice update Wizzup? Thanks for that

Just one suggestion, how about giving users the ability to change passwords?

That's a very good idea. I was also going to change the password hash to bcrypt or scrypt. (That can be done transparently). Please file a bug at https://github.com/MerlijnWajer/SRL-Stats to remind me? :)

Justin
06-08-2012, 02:08 PM
That's a very good idea. I was also going to change the password hash to bcrypt or scrypt. (That can be done transparently). Please file a bug at https://github.com/MerlijnWajer/SRL-Stats to remind me? :)

No worries :) Thanks for all the work you have done

Gucci
06-08-2012, 02:09 PM
Thanks for the update, I haven't used stats with my scripts yet :/ should have with my alcher as it turned out to be pretty popular. But yeah once this update is done I'll for sure include it in all of them

Wizzup?
06-08-2012, 02:13 PM
I have simply disabled the cache for now to ensure no more data will be lost. :)

It does mean you won't see any live updates though.

litoris
06-10-2012, 04:50 PM
Is the data that is added right now going to appear after everything is fixed?

Green Bay Packers
06-11-2012, 12:40 AM
Is the data that is added right now going to appear after everything is fixed?

Yeah I'm curious about that. The data is being added onto the homepage (when you're logged in) but not on your user's page.

Shatterhand
07-14-2012, 03:38 PM
Im just curious, whats going with SRL Stats?
It doesnt work for me, I cant add variables and running time wont increase since this update.

whaevr
07-14-2012, 04:15 PM
Its been like this for a while. Not a result of the social slayer update

Shatterhand
07-14-2012, 04:27 PM
Its been like this for a while. Not a result of the social slayer update
I meant the the first post...

whaevr
07-14-2012, 11:39 PM
I meant the the first post...


I have simply disabled the cache for now to ensure no more data will be lost. :)

It does mean you won't see any live updates though.

Oh my misunderstanding on that part, but it says it right in the topic..

Hazzah
07-20-2012, 06:50 AM
Just gonna let this topic sit at the top for the time being.

OT: has this been fixed yet?

TehNeonFishy
07-21-2012, 03:28 PM
Thanks for the update, I'll make sure to add SRL Stats to my first script since it's nearing completion. :D

litoris
09-22-2012, 01:30 PM
Any progress on this?

Wizzup?
09-23-2012, 10:26 AM
I think I added an incremental cache a while ago: http://villavu.com/forum/showthread.php?t=82733

Albi
11-11-2012, 06:04 PM
Why would you want to pass a BIGINT opposed to a regular INT? Surely no one can gain enough XP in a day to surpass the limit of an INT