I am currently testing the new Uploader I've built on a test board. I'd love it if a bunch of people created test posts and tried different things to see what breaks...
https://dev.mye28.com
Photo hosting on MyE28
Re: Photo hosting on MyE28
Quick note on how the URLs will work:
I am building the system so any size photo can be uploaded, but it will be sized down to 4K resolution max for storage. The 4K resolution image will be available at
A UHD-sized version will be available at
The BBCode generator and the link exposed by the uploader always refers the _sized versions, but the BBCode wraps it by default like this, so if you click on the image you'll be taken to the "original" (which is kinda a lie if the original was bigger than 4K resolution).
And, for completeness, a thumbnail (300x300 max) version is stored at:
You'll also note that the URL includes your user_id (e.g. @tig is 222777) so the system can track who uploaded what.
I am building the system so any size photo can be uploaded, but it will be sized down to 4K resolution max for storage. The 4K resolution image will be available at
Code: Select all
https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_original.jpg
Code: Select all
https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_sized.jpg
Code: Select all
[url=https://mye28.z13.web.core.windows.net/uploads/22277/f3fcc41f7e8a6641_original.jpeg]
[img]https://mye28.z13.web.core.windows.net/uploads/22277/f3fcc41f7e8a6641_sized.jpeg
[/img]
[/url]
Code: Select all
https://mye28.z13.web.core.windows.net/uploads/22277/97e4016cfcd57b92d6381938_thumbnail.jpg
Re: Photo hosting on MyE28
3 Images at bottom of post not working:
M30 Valve Adjustment - MyE28.com
http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg
Takes you to main imageshack page.
M30 Valve Adjustment - MyE28.com
http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg
Takes you to main imageshack page.
Re: Photo hosting on MyE28
heinek077 wrote: Jan 18, 2025 1:41 PM 3 Images at bottom of post not working:
M30 Valve Adjustment - MyE28.com
http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg
Takes you to main imageshack page.
This is likely because ImageShack sucks green donkey balls. Or you captured the links incorrectly.
The links in the img tags in that post appear to be links to jpg files:
Code: Select all
[img]http://img259.imageshack.us/img259/1003/dsc02560iw4.jpg[/img]
[img]http://img259.imageshack.us/img259/4082/dsc02561mf6.jpg[/img]
[img]http://img440.imageshack.us/img440/466/dsc02568lz2.jpg[/img]
So, either the links are bad or ImageShack is bad. Has nothing to do with MyE28 either way.