https://github.com/revertit/mybb-rt_camo_proxy
RT Camo Proxy is a plugin which camouflages images inside posts and prevent 3rd-party image hosting obtaining visitors IP addresses. Instead your server will get image and serve it directly (and ask browser to cache it).
https://github.com/revertit/mybb-rt_camo_proxy
mybb-plugin php
Last synced: 10 months ago
JSON representation
RT Camo Proxy is a plugin which camouflages images inside posts and prevent 3rd-party image hosting obtaining visitors IP addresses. Instead your server will get image and serve it directly (and ask browser to cache it).
- Host: GitHub
- URL: https://github.com/revertit/mybb-rt_camo_proxy
- Owner: RevertIT
- License: mit
- Created: 2023-05-24T09:08:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T11:36:10.000Z (about 3 years ago)
- Last Synced: 2025-07-27T02:54:58.010Z (11 months ago)
- Topics: mybb-plugin, php
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RT Camo Proxy
is a plugin which camouflages images inside posts and prevent 3rd-party image hosting obtaining visitors IP addresses. Instead your server will get image and serve it directly (and ask browser to cache it).
### Table of contents
1. [❗ Dependencies](#-dependencies)
2. [📃 Features](#-features)
3. [➕ Installation](#-installation)
4. [🔼 Update](#-update)
5. [➖ Removal](#-removal)
6. [💡 Feature request](#-feature-request)
7. [🙏 Questions](#-questions)
8. [🐞 Bug reports](#-bug-reports)
9. [📷 Preview](#-preview)
### ❗ Dependencies
- MyBB 1.8.x
- https://github.com/frostschutz/MyBB-PluginLibrary (>= 13)
- PHP >= 7.4 (preferred 8.0 and up)
### 📃 Features
* Fix unsecure (http://) images to be proxied by your domain.
* Camouflage images to prevent ip-address sniffing on users from 3rd-party sites.
* Set which usersgroups can use this feature
* Set cache time for browsers to cache image
* Set default "Not found" image when we can't load an image
### ➕ Installation
1. Copy the directories from the plugin inside your root MyBB installation.
2. Settings for the plugin are located in the "Plugin Settings" tab. (`/admin/index.php?module=config-settings`)
### 🔼 Update
1. Deactivate the plugin.
2. Replace the plugin files with the new files.
3. Activate the plugin again.
### ➖ Removal
1. Uninstall the plugin from your plugin manager.
2. _Optional:_ Delete all the RT Camo Proxy plugin files from your MyBB folder.
### 💡 Feature request
Open a new idea by [clicking here](https://github.com/RevertIT/mybb-rt_camo_proxy/discussions/new?category=ideas)
### 🙏 Questions
Open a new question by [clicking here](https://github.com/RevertIT/mybb-rt_camo_proxy/discussions/new?category=q-a)
### 🐞 Bug reports
Open a new bug report by [clicking here](https://github.com/RevertIT/mybb-rt_camo_proxy/issues/new)
### 📷 Preview
Changes original image eg: `somedomain.com/image.png` to `myforumdomain.com/misc.php?action=rt_camo&digest=privatekey&image=hashedimage`