blah, well I'll try disabling it
*fears how much bw this will use*
*fears how much bw this will use*
Just taking no referer as valid would fix this and still prevent hotlinking. That's how most reliable referer checks are done.
Also, you might not want to disable referer checks and dynamic URLs at the same time, because then if your bandwidth usage triples, you won't be able to tell which was the cause (hotlinking/piclens or spidering) ...
Also, you might not want to disable referer checks and dynamic URLs at the same time, because then if your bandwidth usage triples, you won't be able to tell which was the cause (hotlinking/piclens or spidering) ...
It should be ok. We were hovering at 60mbps usage during winter with nothing except referrer checking, but now we have two servers. Lets just see how well it works.
post #16823 is showing up on the index, but it's deleted. Another cache glitch?
ed: all deleted posts are showing up on the index
ed2: looks like an upstream bug (some deleted-image changes in svn)
ed: all deleted posts are showing up on the index
ed2: looks like an upstream bug (some deleted-image changes in svn)
It's because 1.12.1 to 1.13.0 transition, in 1.13.0 deleted images will be hidden by default again, unless deleted:true is on the tag search.petopeto said:
post #16823 is showing up on the index, but it's deleted. Another cache glitch?
ed: all deleted posts are showing up on the index
ed2: looks like an upstream bug (some deleted-image changes in svn)
I'm afraid #16823 is my fault. I had uploaded an image a little while ago but the image appeard in a reduced size and I didn't know what happened. Then I noticed the same thing happened to all the recently uploaded images. I suppose this is part of the 1.13.0 transition
Nope, see forum #900. It might be a little confusing right now, that'll be improved.
Well at least now I understand what's going on. I'am however trouble uploading images. I keep getting a message about there being an error an following it on click track or something.
Some permission errors are being worked out. Try the upload again in a few
makes the mail index readable:
div.mail .received {
color: #EE0;
}
div.mail .sent {
color: #0EE;
}
div.mail .received {
color: #EE0;
}
div.mail .sent {
color: #0EE;
}
URLs in the comment area are overlapping comments on the right hand side. Is there anyway you can 'truncate' posted URLs?
I'm running at 1920x1080 and it just looks odd, and untidy.
I'm running at 1920x1080 and it just looks odd, and untidy.
admin2: those site banners look jarringly out of place, IMO. I just blocked them.
Well, I've been wondering about this for a while, and I figured it out just as I was asking: some images don't show up, ever. Turns out the URL has "/ad/" in the path--AdBlock false positive.
I'll submit a request upstream to see if he'll alias /ad/ in the paths to /ax/ or something.
ed: if you hit this and you're using Filterset.G, turn it off. http://adblockplus.org/en/faq_project
Well, I've been wondering about this for a while, and I figured it out just as I was asking: some images don't show up, ever. Turns out the URL has "/ad/" in the path--AdBlock false positive.
I'll submit a request upstream to see if he'll alias /ad/ in the paths to /ax/ or something.
ed: if you hit this and you're using Filterset.G, turn it off. http://adblockplus.org/en/faq_project
I changed how the displays now maybe its a bit better placed (still waiting on svn to be created, I have another svn running and I'm not sure how to create another one without messing up the other)
Server died earlier, should be fixed now.
Welcome to svn 1241
Yes there's a lot of random bugs, will merge in changes from upstream whenever new ones come up
Yes there's a lot of random bugs, will merge in changes from upstream whenever new ones come up
Voting seems a little buggy. Sits there for ages saying you are 'voting' Go out, and back in again, and you have voted.
User list is all screwed up as well.
and tag types
That's just a slow json response, if you vote and reload the page after a few secs you will notice the vote was counted
No, the json request is coming back normally. It may be because the server is sending the response as text/javascript instead of application/json.
The voting delay seems to be intermittent 'feature'
We don't seem to have any new members today? It could be that the broken member list is mis-reporting.
New users can sign up again.
So whats the maximun resolution I could upload on a Danboo?If you're having trouble uploading anything, post in the bugs thread so it can be fixed...
It has to be read into memory, so if the image is too large (pixel wise) it will fail, right?!
Right now, yeah. Just want to make sure there aren't any new limitations from the sample image code (shouldn't be).
It's probably possible to make resizing not read the whole image into memory at once, something I might look into soon, then there should be no practical limitations ...
It's probably possible to make resizing not read the whole image into memory at once, something I might look into soon, then there should be no practical limitations ...
The 'related tag/images/characters' options on the upload page appear to be not working.
The problem is the way GD does stuff, ImageMagick doesn't have this limitation.Right now, yeah. Just want to make sure there aren't any new limitations from the sample image code (shouldn't be).
It's probably possible to make resizing not read the whole image into memory at once, something I might look into soon, then there should be no practical limitations ...
Also quote seems broken.
Yup. Quote is broken.
Thanks for the reference. I'll check out that binding.
petopeto