steveB Lv 1
Hi,
The weekly, Monthly and Total scoreboards are all showing incorrect values again
Weekly goes back to puzzle 139 (21 April)
Monthly goes back to puzzle 139 (21 April) (same)
Total goes back to puzzle 128 (9 March)
Could you not insert a vey simple piece of code in the webpage that checks the weekly score is not greater than 500 and if it is, send an email automatically to admin ?
--------------------------
if($weeklyscore>500) $email->sendEmail("admin","scoreboard error")
--------------------------
with a little piece of javascript
------------------ alert("Dear Foldit User /n The scores on this page are incorrect. /n Admin has been alerted of this problem /n Thankyou for your understanding")
------------------
Rgds
Steve B