this post was submitted on 08 Aug 2025
5 points (100.0% liked)

Perchance - Create a Random Text Generator

1217 readers
14 users here now

⚄︎ Perchance

This is a Lemmy Community for perchance.org, a platform for sharing and creating random text generators.

Feel free to ask for help, share your generators, and start friendly discussions at your leisure :)

This community is mainly for discussions between those who are building generators. For discussions about using generators, especially the popular AI ones, the community-led Casual Perchance forum is likely a more appropriate venue.

See this post for the Complete Guide to Posting Here on the Community!

Rules

1. Please follow the Lemmy.World instance rules.

2. Be kind and friendly.

  • Please be kind to others on this community (and also in general), and remember that for many people Perchance is their first experience with coding. We have members for whom English is not their first language, so please be take that into account too :)

3. Be thankful to those who try to help you.

  • If you ask a question and someone has made a effort to help you out, please remember to be thankful! Even if they don't manage to help you solve your problem - remember that they're spending time out of their day to try to help a stranger :)

4. Only post about stuff related to perchance.

  • Please only post about perchance related stuff like generators on it, bugs, and the site.

5. Refrain from requesting Prompts for the AI Tools.

  • We would like to ask to refrain from posting here needing help specifically with prompting/achieving certain results with the AI plugins (text-to-image-plugin and ai-text-plugin) e.g. "What is the good prompt for X?", "How to achieve X with Y generator?"
  • See Perchance AI FAQ for FAQ about the AI tools.
  • You can ask for help with prompting at the 'sister' community Casual Perchance, which is for more casual discussions.
  • We will still be helping/answering questions about the plugins as long as it is related to building generators with them.

6. Search through the Community Before Posting.

  • Please Search through the Community Posts here (and on Reddit) before posting to see if what you will post has similar post/already been posted.

founded 2 years ago
MODERATORS
 

Banning chat user ID I67S-5b53a01a7bdecbd44adc appears to also ban another user: ZC2R-f25c2d7e4e53b3df2c5d.

My current theory is that the ban ID alone isn't the full mechanism — even though the IDs appear unique, the system might be applying a broader upstream or shared network block. Could this be related to both users using the same VPN provider or exit node?

Can anyone confirm if bans affect more than just the specific ID?

you are viewing a single comment's thread
view the rest of the comments
[–] ccufcc@lemmy.world 1 points 2 months ago (1 children)

it's kinda all mixed up but here's my conclusion:

// 🔐VPN IP Conflict list🛜
  // [Banned account]: Troll's IP which would conflict with innocent affected users
  // DEC0-a445178fe0f9a41e853d
  // 4Q7U-2e3486e5250e20973993
  // 73BN-6ba259ab643205e004c0 (Surfshark EU VPN)
  // DXTI-5eace6d109e009747688
  // I67S-5b53a01a7bdecbd44adc    
  // 9BV8-0674bdbbd00c8bcc3beb

  // [Affected account]: User accounts that got IP overlapped or affected with above
  // 4Q7U-2e3486e5250e20973993
  // 73BN-6ba259ab643205e004c0 (Surfshark EU VPN)
  // ZC2R-f25c2d7e4e53b3df2c5d
  // B3VW-8f69a60c49965b5637d0 (Opera VPN)
  // IHME-10c28cc70d0d10fae7e7 (claimed no VPN)
  // 6D1M-e22af98df88cd3b903d4 (claimed no VPN)

  // [Alt account]: Troll's alt not proven affecting any users yet, but potentially problematic
  // 9EWG-e86e24411595e1201391
  // YEF9-e0e4206e3570ed23917b
  // ATJ2-1aab10037fa317adabcb
  // T6FR-a94fb77567f9f5682cef
  // L2YU-922eea9a60bc9cf7093b
  // L26I-b643b73ab8d0a349aae0
  // 7F6K-8eea499329617873f8bf
[–] qinerous@lemmy.world 1 points 2 months ago (2 children)

Note that a user's ID is based on their IP address, so you're actually banning a particular IP address. This is usually fine, but sometimes it can result in banning several people - e.g. if a school has a single IP address for all students, then everyone using that school's wifi will have the same user ID. You may want to have a separate comments area with no bannedUsers list for people that are requesting to be unbanned due to e.g. being at the same school as someone else who was previously banned.

and you are using the ban list incorrectly, what you are writing and the tag that is randomly assigned to the user when logging into the site. Its should not be there.

  // DEC0-a445178fe0f9a41e853d
  // 4Q7U-2e3486e5250e20973993
  // 73BN-6ba259ab643205e004c0 (Surfshark EU VPN)
  // DXTI-5eace6d109e009747688
  // I67S-5b53a01a7bdecbd44adc    
  // 9BV8-0674bdbbd00c8bcc3beb

DEC0-a445178fe0f9a41e853d

 thats will be correct
  // a445178fe0f9a41e853d
  // 2e3486e5250e20973993
  // 6ba259ab643205e004c0 (Surfshark EU VPN)
  // 5eace6d109e009747688
  // 5b53a01a7bdecbd44adc    
  // 0674bdbbd00c8bcc3beb

[–] ccufcc@lemmy.world 1 points 2 months ago

But it work with random tag all the time and same method is used in the official image gen

[–] ccufcc@lemmy.world 1 points 2 months ago* (last edited 2 months ago) (1 children)

And what's bothering me is that, there are cases that obviously different IP that there's no way to predict - will cross reference Like IP abc123 banned will also ban xyz456, I don't know how to avoid that.

[–] qinerous@lemmy.world 1 points 2 months ago (1 children)

official image gen also dont use random tags in banned user list

and in itself plugin site author wrote without tags in example https://perchance.org/comments-plugin

[–] ccufcc@lemmy.world 1 points 2 months ago (1 children)

Omg it's literally down there 😭 and it's known the guide are always outdated

[–] qinerous@lemmy.world 1 points 2 months ago

idk, I have banned only 1 person on my page in all this time, and I did it without a tag, and his messages were deleted. Well, maybe it doesn't matter with a tag or not :0