Skip to content

za22061991/yourls-keyword-limiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Limit keywords usage in YOURLS

This plugin gives several limitations on allowed keywords for YOURLS. Right now, there are 3 limitations that are already implemented:

  1. Limit keyword length as provided in https://github.com/adigitalife/yourls-limit-keyword-length
  2. Limit usage of blacklisted keywords
  3. Limit usage of keywords by using RegEx

Instructions

  1. Copy the 'keyword-check' folder to user/plugins/.
  2. If needed, there is a dictionary that can be modified as needed in plugin.php file:
  • $kwlist is a dictionary for blacklisted keywords.
  1. Activate the plugin in the YOURLS admin interface.
  2. Voila!

Notes

  1. Now maximum keyword length can be edited via administration page.
  2. We face spam problems with repeated keywords. That's why default blacklisted keywords may seems chaotic.
  3. This plugin is still under development. Adding dictionary editor to the admin page is the one that we are trying to implement right now.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages