Poll

What do you think of it?

Good
9 (52.9%)
Average
5 (29.4%)
Bad
3 (17.6%)

Total Members Voted: 17

Author Topic: Blockland Gallery (screenshots)  (Read 13588 times)

Bump

Reset poll and ending with these results:
Good         40 (51.3%)
Average         24 (30.8%)
Bad         14 (17.9%)

Seems that you lost your password! Want some help?

  • Yesplease.

I like the uploading service, yet I really don't like the overall look of the site for some reason. The header seems a bit too overdone for the simplicity of the site.

Whatever the case, I like the functionality. Nice :D

I do like this. It serves as an alternative to ImageShack.

This should be stickied IMO.

did you code this yourself or was there a resource used? I really wish I had something like this.

I like the uploading service, yet I really don't like the overall look of the site for some reason. The header seems a bit too overdone for the simplicity of the site.

Whatever the case, I like the functionality. Nice :D
I have to overhaul the whole thing, I uploaded 20 duplicate screenshots.
I have to make it so it will save the original name of the file(Blockland_00020.png) in the database, so it can detect if you may have uploaded the file before.

The only issue is that you could take a screenshot, close Blockland improperly(crash), which means the prefs won't save.
This means that the screenshots will start the last used name on startup.

For example:
I open Blockland and the last taken screenshot was #10
I take 5 screenshots.
Blockland crashes.(thus prefs aren't saved)
I re-open Blockland again, and Blockland will start writing from screenshot #10

did you code this yourself or was there a resource used? I really wish I had something like this.
All from scratch

Oh, I may reset the database because I made so many mistakes and now I have major improvements.
I will save your images in a backup, so do not worry if you lost a screenshot.

Bump, fixed the thumbnails all being 150x150


I have to overhaul the whole thing, I uploaded 20 duplicate screenshots.
I have to make it so it will save the original name of the file(Blockland_00020.png) in the database, so it can detect if you may have uploaded the file before.
Use a hash or a checksum instead, users can have different files named the same thing, as well as duplicate files named differently.

The only issue is that you could take a screenshot, close Blockland improperly(crash), which means the prefs won't save.
This means that the screenshots will start the last used name on startup.
It appears to check the files names instead of storing a pref.

It appears to check the files names instead of storing a pref.
Oh, then I don't know why I have different screenshots named the same.

Use a hash or a checksum instead, users can have different files named the same thing, as well as duplicate files named differently.
So what exactly am I doing?