WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.3K

I made to carpfag and when I logged out to view blocked comments, I couldn't get in again. I've logged out probably 10,000 times and right back in again, but now it won't recognize my password.

Also interesting, Ruqqus has implemented "DDoS protection" where it checks your browser before allowing access to the site. Certain functions no longer work, like the javascripts for expanding the options on posts and voting (at least on my pc browser, which is a new thing). Hopefully it's a temporary glitch in which all users are affected, but I'm not holding my breath.

I was conducting a test, let's see how it plays out. @ carpathianflorist is famous for yanking my posts to his retarded sub in an attempt to stifle redpills. He runs https://ruqqus.com/+RetardedThreadsByRetards and will mark every post NSFW/NSFL to hide it, make some faggot comment and pin it to the top of your post (because in his own guild he can do that).

So I had to babysit my posts waiting for him to pull that shit, so I can immediately remove it and yank it into one of my own to undo all the stifling shit he did.

I just in +general which can be yanked, and it already went positive in vote score (this is actually uncommon to hit 6 (+4/-2) in the first hour) which means it's getting attention. It's currently in +general at the time of this post so keep an eye on it and see if he yanks it again. If he does, he knows I won't be able to unyank it. Watch the comments inside.

So essentially I was banned without them looking like they banned me. Fucking kikes. I'm glad I forced their masks off.

Edit:

I just tested the same PW with other alts that I had, it still works. So they did reset the password for my JG account. All the alts are banned.

--------UPDATE---------

I warn my HitlerWasRight guild ; I was suspicious that my account was hijacked and (((someone))) might start posting under it. Then the alt was suddenly permabanned for ban evasion; when this account wasn't. I found that rather odd...

So this morning I came back to it and found that it was suddenly UNbanned. Hmm, interesting, so I tried this account again and it worked with the same password I always had. The reason I know this was on a site level is because my password was saved in my browser. Never the less, all the (((cabal))) members started their disinfo campaign of a "".

This had happened right as I was getting into a nice debate with carpathianfaggot, who suddenly had the last word and I couldn't respond. After catching up on my notifications, he revealed that and oh look, suddenly everything was fixed...

To me it looked more like they were trying to cover their ass when people on there started linking to this post as verification it was me and not some troll; which would cast even further doubt on the legitimacy of the admins and create yet another PR nightmare, presumably the worst since SiegeGate.

I made [one comment](https://ruqqus.com/+Voat/post/7c9a/i-had-not-realized-the-people/pv9j) to carpfag and when I logged out to view blocked comments, I couldn't get in again. I've logged out probably 10,000 times and right back in again, but now it won't recognize my password. Also interesting, Ruqqus has implemented "DDoS protection" where it checks your browser before allowing access to the site. Certain functions no longer work, like the javascripts for expanding the options on posts and voting (at least on my pc browser, which is a new thing). Hopefully it's a temporary glitch in which all users are affected, but I'm not holding my breath. I was conducting a test, let's see how it plays out. @ carpathianflorist is famous for yanking my posts to his retarded sub in an attempt to stifle redpills. He runs https://ruqqus.com/+RetardedThreadsByRetards and will mark every post NSFW/NSFL to hide it, make some faggot comment and pin it to the top of your post (because in his own guild he can do that). So I had to babysit my posts waiting for him to pull that shit, so I can immediately remove it and yank it into one of my own to undo all the stifling shit he did. I just [made this post](https://ruqqus.com/+general/post/7cc3/the-most-lied-about-symbol-in) in +general which can be yanked, and it already went positive in vote score (this is actually uncommon to hit 6 (+4/-2) in the first hour) which means it's getting attention. It's currently in +general at the time of this post so keep an eye on it and see if he yanks it again. If he does, he knows I won't be able to unyank it. Watch the comments inside. So essentially I was banned without them looking like they banned me. Fucking kikes. I'm glad I forced their masks off. Edit: I just tested the same PW with other alts that I had, it still works. So they did reset the password for my JG account. All the alts are banned. **--------UPDATE---------** I [made an alt to](https://ruqqus.com/@JosephGoebbels2) warn my HitlerWasRight guild [about what happened](https://ruqqus.com/+HitlerWasRight/post/7cha/my-account-just-had-the-password); I was suspicious that my account was hijacked and (((someone))) might start posting under it. Then the alt was suddenly permabanned for ban evasion; when this account wasn't. I found that rather odd... So this morning I came back to it and found that it was suddenly **UN**banned. Hmm, interesting, so I tried this account again and it worked **with the same password I always had**. The reason I know this was on a site level is because my password was saved in my browser. Never the less, all the (((cabal))) members started their disinfo campaign of a "[forgotten password](https://ruqqus.com/+DeuxRAMA/post/7chu/happening-ruqqus-most-prolific-longposting-nazi)". This had happened right as I was getting into a nice debate with carpathianfaggot, who suddenly had the last word and I couldn't respond. After catching up on my notifications, he revealed that [he made a post asking why my alt was banned](https://ruqqus.com/+Ruqqus/post/7cki/fr-whats-going-on-here) and oh look, suddenly everything was fixed... To me it looked more like they were trying to cover their ass when people on there started linking to this post as verification it was me and not some troll; which would cast even further doubt on the legitimacy of the admins and create **yet another** PR nightmare, presumably the worst since SiegeGate.

(post is archived)

[–] 0 pt (edited )

I suspect this is a blatant lie. , the system account doesn't automatically trip ban evasion from what I can tell in my many bans on Ruqqus.

From what I can tell, they added an auto-ban system for ban evasion accounts a while ago, but it doesn't ban the accounts immediately.

Note: I don't understand the code very well. I also don't really understand sessions. I just looked at and .

From what I can tell, if you log into one account (let's say MainAccount), log out, and log into another account (let's say AltAccount), then AltAccount will be connected to MainAccount.1

So let's say that you log into a banned account, BannedAccount, before creating a new account2, NewAltAccount. Then NewAltAccount will be detected as a ban evasion account. Some attribute, "ban_evade", is then set to (I'm guessing it's related to the number of banned accounts you've logged into) for NewAltAccount.

Then, if you're using the account NewAltAccount, whenever you do something that requires you to be logged in (like viewing your settings page or commenting), a random number will be generated from 0 to 100. If "ban\evade" is more than that number, you get banned for "Evading a site-wide ban". Otherwise, "ban\evade" increases by 1.


1 From what I've tried, if you clear cookies before making a new account or logging in, then it might not connect your accounts, but I'm not really sure how it works. When I wanted to know if one account was connected to another, I subscribed to the same user on both accounts. If the subscriber count went up by 2, then it meant the accounts were not connected together. Otherwise, if the number didn't change, it meant the accounts were connected. I don't know if it still works like this, and I don't know if there's any way to "disconnect" accounts.

2 From what I can tell, the following only applies to new accounts, not existing accounts

[–] 0 pt

They can ban via device ID. It doesn't matter what cookies you have, or changing your IP.