https://github.com/lammersbjorn/YOURLS-Random-Redirect-Manager
https://github.com/lammersbjorn/YOURLS-Random-Redirect-Manager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lammersbjorn/YOURLS-Random-Redirect-Manager
- Owner: lammersbjorn
- License: mit
- Created: 2025-03-08T16:46:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-08T16:46:32.000Z (about 1 month ago)
- Last Synced: 2025-03-10T10:47:42.035Z (about 1 month ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Random Redirect Manager - Redirects specific keywords to randomly selected URLs from predefined lists with customizable probability weights. (Plugins / R)
README
# YOURLS Random Redirect Manager
A plugin for YOURLS that redirects specific keywords to randomly selected URLs from predefined lists with customizable probability weights.
## Features
- Create multiple redirect lists triggered by different keywords
- Set custom probability percentages for each destination URL
- Automatic shortlink creation for configured keywords
- User-friendly admin interface with percentage calculation
- Enable/disable redirect lists as needed## Installation
1. Download the plugin
2. Place the plugin folder in your `user/plugins` directory
3. Activate the plugin in the YOURLS admin interface## Usage
1. Go to "Random Redirect Manager" in your YOURLS admin panel
2. Create redirect lists by specifying:
- A keyword that triggers the redirect
- Multiple destination URLs
- Optional percentage chances for each URL
3. Save your settingsWhen users visit your shortlink with the specified keyword, they'll be randomly redirected to one of the destination URLs based on your configured probabilities.
## Example Use Cases
- A/B testing different landing pages
- Traffic distribution among multiple affiliate offers
- Load balancing between different servers
- Creating a "surprise" link that goes to different content each time