Replies: 0
Hello! How is it best to reset the Photo of the Day, for instance if you want to reset after a test run? I could not find any “start over” button.
And also, when I try to rearrange the photos under “Seq”, I get the error message below, which pops up as many times as there are images in the album. Please help me. The images were newly imported locally (/upload/…) without any problems.
—
The server returned unexpected output:
<script src=”/____proof-of-work/sha256.js”></script>
<script>
challengeString = “e0724909dc94bb8832a249bbb24dd13c42c85921b24061e2762136d8143b9be3” ;
nonce = 0;
hash = sha256(challengeString + nonce);
while(1) {
hash = sha256(challengeString + nonce);
if(hash.substr(0, 4) === ‘0000’)
break;
nonce += 1;
}
window.location.replace(“/____proof-of-work/validate/” + nonce + “/” + “aHR0cHM6Ly9ndWRzLm5vL3dwLWFkbWluL2FkbWluLWFqYXgucGhw”);
</script>