13.11.2025, 18:00
(Dieser Beitrag wurde zuletzt bearbeitet: 13.05.2026, 07:50 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Random Avatar
Zitat:Random Avatar Plugin
Description
Automatically assigns a random avatar to newly registered users.
Selects a random image from your specified folder and applies it to new members.
Features
- Automatic avatar for new users
- Works with admin-created users
- Secure file path validation
- Path traversal and injection protection
- Supported formats: GIF, JPG, JPEG, PNG, WEBP
Requirements
- MyBB 1.8.x
- PHP 7.0+
Installation
- Upload inc/plugins/rastgele_avatar.php file to inc/plugins/ folder.
- Upload images/avatars to your forum root directory.
- Go to Admin Panel > Configuration > Plugins
- Install and activate Random Avatar.
Configuration
- Go to Settings > Random Avatar.
- Default folder: images/avatars
Security Notice
Add an empty index.html or index.php file to your avatar folder to prevent directory listing.
If you change the folder path, create a new index file in the new location.
Example index.html:
Security TipsCode:<!-- Prevent directory listing -->
- Keep the index.html file inside your avatar folder.
- Folder permissions: 755
- Store only image files.
- This plugin blocks unsafe paths and symbolic links.
Uninstall
- Disable and uninstall through the admin control panel.
- Optional: Remove the plugin file and avatar folder.
Support and Information
Website: https://narkozbase.com
Author: Destroyer
Version: 2.1 Stable
Compatibility: MyBB 1.8.x