14.03.2026, 07:15
(Dieser Beitrag wurde zuletzt bearbeitet: 28.03.2026, 23:40 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: uploadimages.org Viewer
Zitat:Upload Images Viewer adds [uimg] BBCode support for embedding end-to-end encrypted images from uploadimages.org directly in forum posts.
Images are encrypted in the browser before upload using AES-256-GCM and decrypted client-side: your server never sees plaintext image data.
Features
- [uimg] BBCode - paste an uploadimages.org link and it renders inline
- Toolbar buttons - blue insert button + green upload button in the post editor
- Drag & drop - drop images directly into the editor to upload and embed
- Clipboard paste - Ctrl+V to upload images from clipboard
- Password support - inline unlock prompt for password-protected images
- Dynamic content - MutationObserver handles AJAX-loaded posts
Security
- Host-locked to uploadimages.org, HTTPS enforced
- All output HTML-escaped, zero innerHTML usage
- Constant-time HMAC verification
- URL validation in both PHP and JavaScript
- 50 tag limit per message prevents abuse
- Upload lock prevents double-submit
- Non-extractable WebCrypto keys
Installation
- Upload inc/plugins/uimg.php to your MyBB inc/plugins/ directory
- Upload jscripts/uimg_viewer.js to your MyBB jscripts/ directory
- Go to Admin CP > Configuration > Plugins and activate Upload Images Viewer
Usage
Requirements: MyBB 1.8.x, HTTPS enabled on your forum, modern browser with WebCrypto support.Code:[uimg]https://uploadimages.org/abc123#E2E1.key...[/uimg]