[3.3][DEV] Troll Mode

phpBB extensions currently in development. No Extensions within this forum should be used within a live environment!
Forum rules
READ: Techie Rambles rules
User avatar
Kailey
Administrator
Administrator
Posts: 10
Joined: Sun Aug 27, 2023 3:25 am
Name: Kailey Snay

Troll Mode

Post by Kailey »

Image

Yes, I know it says "Mode" and not "MOD" ;)

Extension Name: Troll Mode
Author: Kailey

Extension Description: Allows administrators to mark users as trolls.
Extension Version: 1.0.0-dev

Requirements: PHP 7.4.0 and phpBB 3.3.1 due to needed events.

Features: Actions performed on troll users may include, but are not limited to -
  • Delay between 5 and 30 seconds
  • 50% of the time one of the following:
    • Blank page
    • Wait between 1 and 60 seconds
    • "Board unavailable" message
    • 403 forbidden http error
    • 404 file not found http error
    • Logout
    • Redirect to board index
GitHub Repository: https://github.com/kaileymsnay/trollmode
Extension Download: https://github.com/kaileymsnay/trollmode/releases
Issue Tracker: https://github.com/kaileymsnay/trollmode/issues

Credits:
The logo is taken from an image by John Bauer.

Inspired by igorw and his Troll MOD for phpBB 3.0. I was able to find a backup of the code from that MOD and am currently working to convert it to an extension.