Urgent.News

What's breaking now, across thousands of outlets.

Tech

I built a free image and video hosting tool after Imgur blocked the UK

On 30 September 2025, Imgur blocked the entire United Kingdom. No warning. No migration tool. No grace period. One day it worked, the next it didn't — and with it went millions of embedded images across forums, Discord servers, tutorials, Reddit threads, and personal blogs. Grey boxes everywhere. I'd been thinking about building a proper image hosting tool for a while. That was the push I needed.…

On September 30th, 2025, the popular image hosting platform Imgur suddenly blocked the entire United Kingdom without any prior notice or way for users to migrate their content. This abrupt change left millions of embedded images across various online platforms, including forums, Discord servers, tutorials, Reddit threads, and personal blogs, displaying blank grey boxes. Driven by the need to offer a reliable alternative, I developed DBimg, a free media hosting and sharing service.

DBimg provides a straightforward solution for users seeking a hassle-free image hosting experience. Users can upload files directly without creating an account, ensuring no compression and preserving the original quality of files. All uploaded content benefits from permanent hosting, with no expiration dates or account inactivity deletions.

Automatic removal of EXIF data, such as GPS coordinates and camera metadata, ensures user privacy by default. Instantly generated embed codes in HTML, BBCode, and Markdown formats simplify sharing the uploaded content across different platforms. The service is complemented by a REST API for developers who require programmatic access to the hosting service.

DBimg supports a wide range of file formats, including JPEG, PNG, GIF, WebP, AVIF, HEIC, BMP, TIFF, MP4, WebM, MOV, AVI, MP3, FLAC, and WAV, catering to most real-world use cases. The platform is hosted on a global CDN, ensuring fast delivery regardless of where the shared link is accessed. This approach reflects a commitment to providing a user-friendly experience that prioritizes simplicity and privacy, a stark contrast to Imgur's recent changes that have alienated many users.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

I built an open cross-reference dataset for 217 global steel grades so engineers stop guessing "is that equivalent?"

__ If you've ever received a spec that says ASTM A36 while your supplier quotes S275JR , you know the moment of dread: are these actually equivalent, or am I about to spec the wrong material into a…

  • Dataset of 217 steel grades created to eliminate guessing in engineering
  • Includes normalized properties, international equivalents, and physical characteristics
  • Material comparison engine enables side-by-side analysis of mechanical properties

Per-user two-factor auth in CakePHP with CakeDC/Users (opt-in, one method)

CakeDC/Users gives you TOTP two-factor authentication almost for free: flip one config key and every login grows a "enter your 6-digit code" step. The catch is that word every .

  • Per-user opt-in for 2FA in CakePHP via CakeDC/Users package
  • Twosteps boolean column added to users table to track opt-in status
  • BaconQrCodeProvider used for QR code generation, enabling SVG display

More from Tuesday 25 August →