diff options
author | Aura Lesse Programmer <aurasys.7608@zohomail.com> | 2025-02-15 04:48:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 08:48:30 -0300 |
commit | a1642bf9d1b3a8da1955f52ac3bd67f71dda43b0 (patch) | |
tree | e2c04d0af705cf3c3d1ea892cb97e9cdfd7633b5 | |
parent | d21cf9d2ca0b875d4a9e13658909d713512062d5 (diff) |
Add phpBB and PCem Forums (#2401)
* Add phpBB Forum as impossible
* Add PCem Forum as impossible
-rw-r--r-- | _data/sites.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index de324ed8..76dde51e 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -17033,6 +17033,16 @@ }, { + "name": "PCem Forum", + "url": "https://pcem-emulator.co.uk/phpBB3/", + "difficulty": "impossible", + "notes": "There is no option to delete an account from the Control Panel. You might try PMing either the administrator (SarahWalker) or the global moderator (MichaelJManley), but response is not guaranteed.", + "domains": [ + "pcem-emulator.co.uk" + ] + }, + + { "name": "pCloud", "url": "https://my.pcloud.com/#page=settings&settings=tab-account", "difficulty": "medium", @@ -17280,6 +17290,16 @@ }, { + "name": "phpBB Forum", + "url": "https://www.phpbb.com/community/viewtopic.php?t=2425241#:~:text=we%20generally%20do%20not%20delete%20accounts", + "difficulty": "impossible", + "notes": "Accounts are not generally deleted by moderators. Maybe if you try to reach one of the members of the \"Moderator\" team, you might convince someone of deleting your account, but this is discretional.", + "domains": [ + "phpbb.com" + ] + }, + + { "name": "phplist", "url": "https://www.phplist.com/privacy", "difficulty": "hard", |