/site/ - Site Meta

Official 8chan Site Meta. (Bring bug reports, complaints, and requests here)

Index Catalog Archive Bottom Refresh
+
-
Name
Options
Subject
Message

Max message length: 12000

files

Max file size: 32.00 MB

Total max file size: 50.00 MB

Max files: 5

Supported file types: GIF, JPG, PNG, WebM, OGG, and more

CAPTCHA
E-mail
Password

(used to delete files and posts)

Misc

Remember to follow the Rules

The backup domains are located at 8chan.se and 8chan.cc. TOR access can be found here, or you can access the TOR portal from the clearnet at Redchannit 3.0 (Temporarily Dead).



8chan.moe is a hobby project with no affiliation whatsoever to the administration of any other "8chan" site, past or present.

(1.03 MB 2048x1448 yoko slide.jpg)

(3.31 MB 1342x1821 8chan family.png)

General Purpose 8chan Sitewide Meta Thread Anonymous Board owner 05/12/2022 (Thu) 02:37:48 Id: 9b4131 No. 5423
This cyclical thread is for all of the following: Bug Reports General Help 8chan Tech Support Board Migrations Suggestions and Feature Requests Global Site Announcements Transparency Reports General Site Meta Discussion Summoning the Admins Specific meta threads on this board and elsewhere are deprecated. If something is really important or urgent it may get its own sticky, otherwise post in here.
>>15209 yeah accounting for it on the front end is trivial if it's the epoch, just toss whatever you don't need out of the lookup I haven't gone mucking around with any of the db side of lynx's internals yet and don't really want to since that way lies madness and entirely broken websites if you fuck up
>8chan >can't ask a magic 8 ball questions please add a magic 8 ball alt to dice rolling like /8ball 🎱Outcome ///Very likely\\\ thanks
what the fuck
Is anyone else having the reply #% loop from 0 to 100 and back while it loads and then continues after a post goes through? >>15215 sounds fun /8ball test
/8ball
>>15215 the mechanism of the magic 8 ball is a d20 with words in relief such that it get in contact with the clear port displacing the dark fluid it's in
>>15187 since I didn't get a response, I'm going to ask again: which board? I have a userscript that helps with dealing with it and it works agains the spam on /v/
>>15206 >>15207 >>15208 >>15209 >>15210 There's an incrementer that's supposed to be atomic on the board object which has the latest post ID. The datetime for a post is set separately and so there's nothing that has to guarantee posts made after a set time will be before or after in post count. There are also other edge cases, like transferred threads getting renumbers, which mean datetime can be "out of order" with regard to post number. It has to get the post ID and increment it before writing the post to the post/thread collection so there's probably cases where two posts send at the "same" time, one increments slightly faster and then takes a minute to process for whatever reason. Meanwhile, another post sneaks in right behind it, grabs the next post number, and then gets written before the first one is done. It's all async across multiple workers.
>>15231 that's cool and all but that means I'll be patiently waiting for live updates instead of bothering with workarounds on the client side. thanks for the info
I really don't want to come off as niggerpilling, but I'm just tired bros. I'm really fucking bummed out by all the draconian borderline china dox laws passing on the US and the UK. I'm not even asking for a white pill, but I at least ask for some solace. I heard acid or codex are literal 3 letter glowniggers, what's stopping them from also doing a rug pull and killing this place too after sending all the info to the feds? Slap some sense into me anons, please.
>>15227 If you're talking about that blur script I'm not looking for anything like that. I want auto refresh on the latest posts page so I can snipe that shit. Adding auto refresh to the report queue would also be helpful though. Right now I have to use an extension for both and it tends to stop working if the tab stays unfocused for too long despite my best efforts.
>>15234 chrome can be a bitch, especially with setInterval which seems to just break at some point because fuck you setTimeout doesn't seem to get nuked, but they both get limited to 1s resolution in background tabs and supposedly chrome can jump to 60s throttling under some conditions there are workaround tricks with audiocontexts and shit I want to make them both auto refresh which won't use any different means but there's a thing or three in front of it
(16.86 KB 212x220 Just Perfect.apng)

>>15215 >magic 8 ball questions with dice roll mechanic This should be added and be easy to implement.
>>15236 it is the hard part is coming up with a worthwhile list of memes to smuggle into it
(658.12 KB 952x1091 Untitled.jpg)

JXL support please, even iphones support and use jxl now in their camera app, come on
>>15237 This should work. Positive >10/10, would answer again. >It will age like fine wine. >Blessed by RNGesus! >Can’t argue with that. >Time to have another cake! >Good taste detected. >You are a gentleman and a scholar! >You just leveled up! >GG no re >Yes, and without irony. Neutral >Wow, that's a lot of words. Too bad I'm not reading them. >I just want to play video games. >Ask your waifu. >404 Answer Not Found. >¯\(ツ)/¯ Negative >It will age like milk. >Are you even trying? No. >It's time to stop posting. >WTF did I just read? >Shit taste detected.
(650.90 KB 1024x991 1697565698012129.png)

Hey Codexx, you forgot about the multiline quoting bug, it's still up. The bug when you select more than one paragraph but only the first two lines get quoted in the reply field. I already reported it, so posting again. The change affects line 63 in /.static/js/qr.js The old (buggy) code: quoteString += '>' + selectedText.toString().replace('\n', '\n>') + '\n'; The new fixed code: quoteString += '>' + selectedText.toString().trim().replace(/[\r\n]+/g,'\n>') + '\n';
>>15243 fixed on dev should be the same as 4chan-x/xt when it goes live
>>15178 I've been delayed by like a week but I'm sending it now.
>>15234 I'm not talking about the blur script. /v/ vols run an autoload script I wrote and it works quite well so far, and the reason I'm asking which board you're dealing with is because the script also has an automatic banning feature that deals with the spam on /v/ (with 100% accuracy) which I'm not yet willing to share yet since the spammer would just game the system. you can either >let me know what board and what kind of spam you're dealing with, I'll volunteer for your board and I'll run the script there or >I'll post a version of the script with only the autoload
>>15252 It's a different issue from the retard spamming /bag/ on /v/, every now and then on /gacha/ we get someone that spends a few days posting 4 or 5 CP links to the catalog for a couple days until he runs out of IPs and then he disappears for a few weeks until he comes back. I'm really hesitant to use any solution that involves automated bans. We're not really having issues dealing with it, I would just like for the site features to facilitate dealing with it faster .
>>15254 you can have this
I noticed that when you merge thread A into thread B, the post that was previously the OP of thread A doesn't have an ID. Is this intentional?
>>15258 exports.fieldsToCopy = [ 'name', 'hash', 'asn', 'signedRole', 'password', 'email', 'flag', 'bypassId', 'flagName', 'flagCode', 'subject', 'ip', 'message', 'markdown', 'banMessage', 'creation', 'boardUri', 'lastEditTime', 'lastEditLogin', 'files' ]; yes and no probably just never got updated when ids were added and never noticed because fuck testing simple enough to fix, but it's funny it sets them all regardless of whether they exist or not so ops that become posts just have a dozen null properties for no reason
Apologies if I've missed a post about it but what's going to happen in regards to the UK's Online Safety Act? Is the site just going to block UK IPs?
>>5423 >>5423 >>5423 >>5423 Will you guys ever fix this
Could someone move this thread: >>>/v/1219982 to >>>/ais/ In the past, we've had old threads moved to /ais/ for archival as far back as 2022, but I'm told vols won't do this anymore. Failing that, would anyone be able to make a script or something to copy a thread to another board so users can move threads to archival boards themselves?
Is there a way to export the watched list from one domain to the other since they're not shared between each other? Because .se is 503'd at the moment.
Is there an intended way to remove a warn/ban message from a post? I usually have to give a fake ban to a post then restore it whenever I want to get rid of it >>15261
>>15266 .cc is also down. .moe only works on Tor atm so 8chan right now is currently inaccessible outside of onion browsers. They're really trying to take 8chan off the net despite us not being 8kun.
>>15267 now why would you want to do a thing like that seems kind of nefarious
>>15269 Cleaning up someone else's mishap, since lifting the ban that created the message doesn't get rid of it
>>15270 I don't think there's an intentional way and it should be a rare thing anyway if anything, own it and change it to an apology for being a retard
>>15271 >own it and change it to an apology for being a retard I usually reply to the post with an apology for that instead, after removing the ban message
>>15268 .moe works for me
>>15266 I have a dangerous userscript for that. Manually activated with a button. I used it once or twice so it works. Dont cry if you accidently delete your data.
>>15274 Thanks. I'll give it a go when .se is back and I have proper access to the threads I saved.
>>15274 Thanks, this script made my penis 9 inches bigger, cured my cancer and exported my watched list.
>>15275 It should work even if the domain is 503d. Go to the domain and wait for the timeout (60 seconds or something) now that you got the 503 error page click on save current domain's ls button. Open a moe page and restore 8chan.se domain
>>15267 >>15270 I think you can just edit the ban message to nothing.
>>15274 Your script exploded my computer, pissed on my wife and fucked the family dog Thanks
Any words on .se being down? Is it a technical thing? Are we getting deplatformed again?
>>15280 Not only that but .moe is lagging a lot, at least on my end.
>>15289 It's surprisingly stable for me today
>>15289 Haven't felt that, but se and cc are down for me
.moe's still cucked in p0land and about everytime I try to use this site longer than a day the fucking .se domain breaks down, unreal
THE SITE HAS A FUCKING TOR ADDRESS USE IT
>>15294 What's a tor? Ain't that the thing that the hackers use to explode your computer?
>>15280 Same here, .se give me >Gateway Time-out. >Sorry, the backend is unreachable or down for essential maintenance. Try again soon Since .moe works it's probably not down for maintenance.
>>15294 >no extensions unusable
>>15297 works on my machine >tor browser has extensions >brave tor tab uses extensions >tor service
.moe only works on Tor browsers for me. Trying .moe in Brave standalone without tor leads to the 503 error. I'm in the United States so it's likely being throttled right now for me.
.moe has some blackholes affecting who can be routed where. Acid and I are trying to compile a registry of affected routes and see if we can't work something out, but working around blackholes is difficult especially when we cannot just use any random host. .se is supposed to be back up by now. I'll poke Acid about that. This one is on us. No current deplatforming attempts.
>>15305 Thanks for being communicative and for the good work
How do I do stuff like Filter ID+ or check an ID's post history?
>>15306 Thank you for using the site, and for your patience as we try to smooth out a lot of rough patches. >>15307 Filter ID(+) can be found by clicking the little Ø icon on a post to reveal a Hide/Filter dropdown menu. If you click on the poster's ID, it will highlight all their posts in the thread. IDs only exist in a given thread, so you cannot see their history beyond that. Board staff can find the [History] button on the mod.js page, accessed from the [Moderate Thread] link at the bottom of a thread page, which will give them access to broader post histories and hashed IPs.
>>15308 Codexx, can you try to get on top of the awful moderation of >>>/v/ at the moment? The vols seem to be completely absent and the cuckchanners are spamming up every thread. Much as I like cunnyposting, right now it's really obvious there are cuckchanners because they are posting unspoilered art with genitals in violation of the rules. I won't stand for the jaks being mass posted either, can't even check if I'm a vol because I lost the credentials to my account on here
>>15309 use the report function crybaby faggot
(205.61 KB 256x256 -^).gif)

>>15309 just use /vb/ instead :^) or better yet /bv/ since i can say that here without a text filter
>>15309 I've tried to help them staff up but it's hard to find volunteers for that board. I will see what I can do and work with their volunteers to improve coverage and/or tools. Technically local boards are the BO's concern solely. If you want help accessing your account I can try to help, but it's best if you e-mail me from a verified address associated with the account. If you don't have that, I can at least put you in touch with any boards and help you make a new account with the same access.
>>15308 Codexx, could you add in the magic 8ball feature as suggested from >>15215 and with the outcomes provided from >>15242
>>15313 Planning on it, although I'd like even more outcomes. I've been writing a few here and there. The implementation itself will be trivial.
>>15314 Absolutely based.
(206.32 KB 400x300 Hacker doro.png)

When are you going to fix your shit? .se is down again and .moe is still geoblocking my IPs. It's tiresome to use this shithole at this point, as rare as I do already.
Yes if this site is going to grow and get regular users it needs to stop constantly having problems.
>>15309 The vols seemed completely absent (for like 10 minutes) because the first thing you did was to come here instead of reporting the loli spam at fucking all, which makes me think you're not genuinely concerned but instead only here to use that as a leverage to do whatever it is that you want to do
>>15305 Alright
Haha oops
>>15322 That being said out of context and out of nowhere makes me a little concerned
Just realized the 8ball answers don't have references to Intimidation Game besides leveling up. Positive >Better than Civ V with the Brave New World expansion pack >Game on, NYPD! Negative <Go home, gamer girl! Some bit of baneposting Positive >Yes. The fire rises. >Now is not the time for fear. That comes later. Negative <It would be extremely painful <Uh, you don't get to bring friends <He didn't fly so good! <No! They expect one of us in the wreckage, brother!
>>15318 >.moe is still geoblocking Can you clarify if you're timing out reaching .moe sometimes or if you're receiving a Varnish error page? A ticket is in with .se but we are waiting on the host. >>15319 I'm doing what I can on my end. The upfront infra is in Acid's hands and he's been getting shit on by life the past year straight. In many cases, it's not directly in our hands at all, such as the blackholing and other efforts to deplatform us entirely. There's some solid updates coming down the pipeline for the site proper, but we're working on improving access for everyone and keeping the frontends up reliably. We have some upgrades planned, but Acid needs time to implement and debug them.
Alright, for the past week, every time I make a reply my ip keeps getting marked as a "known spammer". I think someone either spoofed my ip or confused my posts with one of the resident drive-by shills.
Update should be coming soon, possibly as early as tomorrow night, but I don't want to commit yet. >>15326 There have been a lot of reports of false positives here. The list comes from stopforumspam.com. I have temporarily disabled the list. If it turns out that it was actually helping stop spam then I'll need to implement a whitelist and let users request their IP be added to said whitelist, because by default it just will not let me override a single IP.
>>15325 nta but varnish for me
>>15325 >Can you clarify if you're timing out reaching .moe sometimes or if you're receiving a Varnish error page? It's the Varnish 404 error page. The same one as shortly after when the halfchan influx happened. Nothing changed in that regard for 3 months.
>>15326 I have removed the "known spammer" list but I'm not sure if that's enough to clear the existing IPs out. If it continues to persist I will look into it further. >>15329 >>15330 I will speak to Acid about loosening the geoblocks. We threw a ton of them up when we were spinning up new frontends and I have a feeling we can drop half of them.
>>15331 >I have removed the "known spammer" list but I'm not sure if that's enough to clear the existing IPs out. If it continues to persist I will look into it further. Is this change retroactive? One active users in our general recently got flagged as a spammer and he can't post here anymore.
>>15327 >Update should be coming soon My body is ready. Do it.
jesus that was a long downtime on my end, near 14 hours, the hell happened?
>>15327 Hi, would you happen to know if using the option to warn or ban the person who filed a report works? I'd like to use it to kindly remind people to not abuse the report system, but looking at logs it didn't record any warning when I set the warn target to the reporter.
>>15336 Nevermind, I'm retarded and realized I could just test it myself by submitting a report. It does indeed work.
>>15337 Sorry for the spam, but as a final note, the warning will pop up for the user, but it won't be recorded under their offense history, unlike normal warnings
(131.30 KB 1332x1050 red anon shrug.png)

>>15242 Is 8 ball not meant to answer yes or no questions? These responses are either non-answers or else responding to something that wasn't asked.
>>15314 hey, i remember getting autistically angry over at cuck/vp/ from all the ">she" when anons spoke of a given mon with a greater male sex ration than females, like say a starter, purely due to the ignorance of a given mon's individuality with respect to the species, so i ended up thinking of a method which honestly can have some nice applications outside of quieting down such posts: so basically its a 3(+, possibly, can you do ratios with more than 2 numbers?, does "1:4:3" work?) input thing that goes *whatever thing would be best to call the thing up*(*ratio like 1:2 or a percentadge which applies to the first item, hence taking the rest for the second*,*1st item*,*2nd item*), with parenthesis & commas left to the discretion of the implementer, along with the ratio thing, this in turn should render in the post with the item that landed alongside info of what where the items as well as the ratio/percentadge, so say "i love my Meowscarada, *yah know*(1:7,she's,he's) so cute" gets rendered as "i love my Meowscarada, she's(1:7,she's,he's) so cute", or something like that(maybe the "(1:7,she's,he's)" could be a pop-up/tooltip?, oh, it might be hard to make say an item like this render well within a tooltip, mh) do you see the vision?, cause this shit clearly has some nice potential for the roleplay boards as well, i think in any case take care and have a nice day
>>15341 ah shit, i now remember that that thing can be had as an item, eh, try to curtail the recursion, at the very least on the tooltip level so as to not foobar'd it, oh & dice can be had as well, those are fine, in fact if the non-chosen dice are show with the roll they would have where they have been chose on the tooltip im sure it will lead to nice occasions
>.se STILL down truly no fucking alternative to 4chan with how much of a shithole this place is
>>15344 Just use .moe?
>>15345 it's been blocked since a dau or two 4chan went down
Is it possible for a BO to request disabling posting via tor for their specific board? I have a persistent user using tor for ban evading and would prefer not playing whac-o-mole by banning tor nodes individually for each ban.
>>15347 If it's a cp spammer tell posters to do a global report, that helps too.
>>15347 i think that's in the works
>>15344 at this point sleepychan or wapchan are worth to consider.
>>15352 >wap 8 pph >sleepy impossible to reach that shithole without knowing the address already
(107.76 KB 897x701 1.jpg)

(122.80 KB 889x713 2.jpg)

>>15353 I agree that it might be tricky with people using a nickname, but it's still possible
(257.09 KB 1339x580 okuu_rin_stupid.jpg)

>>15353 It's on the webring, stupid.
>>15354 >22 pph embarrassing posting into the void
>>15356 Get off the ADHD drugs, and you will learn to appreciate it.
>>15357 I'd sooner appreciate HRT and linux than 10 autistic fucks posting on a dead imageboard. actual mental illness. but I digress, just fix .se already its been days
>>15352 If those were any usable you would be using them instead of shilling them here Out
>>15359 tbh the original 8chan was shilled to hell and back on 4chan and that got it filtered permanently
>>15358 Then go back to cuckchan. How do you think the past 5 years were like here? >>15359 It's what I am doing. But my spitefulness also makes me shill them here, just to spite faggots like you.
>>15361 You cannot make me angry or upset, I just got done masturbating >>15360 Well see, I hypothetically throw garbage at my neighbors, but I'd be pretty mad if my neighbor did the same
>>15339 >Is 8 ball not meant to answer yes or no questions? Fair point
>>15348 >>15350 Good to know. Whats the current go to email service with an onion address while cock.li is down? Need to change my current email and contact on Codexx.
>>15364 Out of curiosity, what board?
hey what happened to metachan?
so when is .se coming back up
(442.70 KB 1000x1000 110655030_p0.jpg)

.se FINALLY WORKS!!!
>>15372 Yay! ...now please loosen the restrictions on .moe so we are not locked out of site completely when .se dies again Pretty please?
Heya, I was referred by another anon to this thread, i got this pic a few days ago while I'm on /v/ and I haven't been able to post using my router since. It happened during a brief blackout while I was posting where picrel appeared and remain ever since, which no, I didn't spam anything. I am phoneposting now, but can the admin look into this and lift it ?
(69.58 KB 429x332 Watts sees.png)

Say Acid/Codexx can we finally get .zip/rar uploading working? It's a real pain in the ass sometimes. >>15279 >Your script exploded my computer, pissed on my wife and fucked the family dog This reminded me of the Sonic Snapcube dub lmao.
(1.56 MB 2560x4096 1730298697517854.png)

would it be feasible to add a cuckchan-style "ID dice" for stuff like pic related?
(292.22 KB 640x613 0qvqkcbgqf931.png)

The archive system is great, but could the formatting be longer overall? Something like making the archived entries taking up one row instead of three per row and increasing the length of the page to compensate. If there's a more robust archival system planned, then consider this a stopgap measure until said improved archives are made.
>>15379 maybe, but it wouldn't remotely be priority unless someone wanted to jump in with it as their pet issue >they exist >they're simple to crawl >there are better uses of time being barely functional is good bait for someone to build offsite archives which would be a considerable boon
Dunno if this is a bug or not, but when Tor posting, the file-size limit is below 8mb. It's not board settings either since this is even on boards with the default size limits for files and posting. It's not like it refuses and says "file too large" or something, it just goes "connection error" and fails to post.
where's the fucking update, lebowski?
He did say he didn't want to commit yet
Attack on 8chan again? I couldn't access it in normal way for a while. >>15357 >Get off the ADHD drugs It's the other way around. Btw. Saw a thread from dude complaining about interracial board and I was wondering if it would be possible to remove the spicier boards from listing at the top of the page. At first look it almost seems like a porn website.
>>15388 >if it would be possible to remove the spicier boards from listing at the top of the page fullchanX has that feature
>>15391 Fresh visitors won't have that, though.
>>15392 No other imageboard has that feature on their vanilla site either as far as I can tell.
>>15393 I was about to mention halfchan, but then I remembered they use like 2-3 letters in most cases and home page lists all boards and catalogues them by theme, so newcomers can see there are plenty of SFW boards. We could do the same. We got fitness and cooking boards but hardly anyone knows about them.
I don't know if this is a known known bug, but even when an image post is deleted, if not enough new image posts have been made to push it off the front page of the site, the image will remain there. I noticed this by seeing the CP spammer showing up there, clicked the image to report it in-thread, and when I got there it had already been purged (no idea how much sooner). Returning to the home page, I refreshed several times and the image persisted. (it's at the bottom here, cropped). I'm sure you pull the home page thumbnails from–and save them to–a separate storage folder, so i wonder if/how the "purge media" script can be run on that folder to check if what's there needs to be wiped when its linking post is. Cheers, guys.
>>15395 it just queries for posts that exist and doesn't check if they're trashed which is all board vols can do looks simple enough to patch
>>15395 >>15396 actually, no, I tested it and they do get removed if trashed because it's managing the collection of possible images elsewhere vol must have got it after you loaded the page and it's the latest image in that set so that's not really a bad response time, just luck they don't get added back if the post is restored, but that's whatever
>>15375 I keep removing the spam IPs link and the engine keeps re-adding them as the default. I'm going to have a talk with Stephen about this and possibly just hard disable the setting. It would be one thing if we could whitelist IPs, but we can't, and the only way to turn off that spam list will also turn off other ban functionality we want enabled. >>15376 Archive uploads were removed because it's basically impossible to check them for malware. I don't really have a good solution to the problem. >>15377 This is possibly doable with board CSS. >>15381 I think we did that because large file transfers via Tor can cause issues given the connection has to hang for so long on bad routes. There was a good reason for the limit at some point. The connection lost error lacks clarity, but it's a limit imposed on the Tor connection and not on the site itself, if that makes sense. I'm not sure we have any wiggle room on that. We might be able to disable the limit (no promises), but I doubt we can serve a custom error because it just terminates transfers above the limit. >>15382 Soon. I need to find a night Acid is free. >>15395 It used to retain outright deleted posts, too. So it's not finished but it's a step in the right direction.
>>15400 set the spam list to something stupid like https://localhost and hope stephen handles errors remotely intelligently?
>>15331 >I will speak to Acid about loosening the geoblocks. We threw a ton of them up when we were spinning up new frontends and I have a feeling we can drop half of them. Any news on this? .se works now but would be nice to have access to .moe if it ever goes down
>>15178 >>15250 The board's still not unlocked so I'm guessing the email got ate.
>>15403 Cockmail is having a ton of issue and downtime. I need to get a better mail provider. Send it to the protonmail. I'll figure it out. >>15402 No, we spoke a little but he's been handling some real life bullshit. I'm not sure when his next day off is. But I have passed him a small to-do list, including changing the ToS cookie to not be session expiration, making them the same across .moe and .se, and reducing the geoblocks. He has promised to look into them when he has time. >>15401 >handles errors remotely intelligently It will probably either silently work while erroring, or the backend will crash and refuse to come back until I edit the settings manually, knowing LynxChan. I'd rather just do an early return somewhere and avoid a check.
>>15400 ah, good to know >>15404 i know it was retardedly verbose of me, but never the less, thoughts on >>15341 >>15342 ?
>>15405 >thoughts on he doesn't have time and it's barely comprehensible autistic wank (hi, autist here, I see you) submit a merge request or it's not going to happen (and even if it did happen, no one would use it) because ti would be near the bottom of the eons long to do list just use dice, its how all ttrpgs are played anyway
MOE DIE AGAIN
>>15400 > We might be able to disable the limit (no promises), but I doubt we can serve a custom error because it just terminates transfers above the limit. I see. I was just curious and a bit confused. Good to know it's not something on my end.
Is .moe down for maintenence? >>15400 >Archive uploads were removed because it's basically impossible to check them for malware Oh. I see. That makes sense. Darn. >>15377 >possibly doable with board CSS. >ID-Dice This looks interesting, elaborate?
>>15400 >This is possibly doable with board CSS. I don't see how CSS could work for dice rolls. Isn't that more JS?
>>15408 Did you get a 503 or did it hang? The 503 is a temporary network hiccup. The hang means you got routed to a node and some ISP along the route is blackholing our traffic. >>15410 It's rare for a single domain to go down for maintenance. Usually it's one of the two above issues. We're discussing means to stabilize things and work around networking issues. >This looks interesting, elaborate? The colors around IDs are just the digits of the hash converted to an RGB value via CSS. I'm not sure if you can select an image the same way, but you may be able to key off the ID somehow. I'm not 100% sure it would work and any solution would probably be a little hacky but it may be doable. >>15412 See above.
>>15413 yeah, it was 503
>Have the fucking audacity to attempt to post from my phone >Bypass check >Do the fucking captch >ZERO GODDAMN INDICATOR OF A GODDAMN TIMER >CAN'T FUCKING POST >HAVE TO WAIT SOME UNKNOWN AMOUNT OF TIME FOR THE PRVILIAGE OF POSTING I REITERATE, THIS SHIT IS KILLING ANY GROWTH THIS SITE COULD HAVE. AT THIS POINT I THIN IT IS FUCKING INTENTIONAL. TURN IT THE FUCK OFF IF YOU CARE ABOUT GROWTH AT ALL, IF YOU DON'T THEN FUCKING TELL US SO I CAN STOP SUGGESTING PEOPLE USE THIS SITE. HOLY GODDAMN SHIT I AM MELTING DOWN
>>15415 >has a tantrum when they can't shitpost immediately seems like it's working not all growth is good growth cancer, for instance
>>15416 This mentality is why post counts and user counts are dropping like a stone and I would not be surprised if you want the site to go back to the old days. Let me spell it out for you faggot nigger cuck. >New user hears about this neat site that is like 4chan but no bbc, cuck, scat, gore spam every other thread >Attempts to post >Oh a captcha! like 4chan, ok >Fills out captcha >Reply box just hangs there >I guess I'll just go back to 4chan If you don't see the problem with ZERO indicator other than the default 299 second captch timer, then you are a fucking gay retard with aids and you probably Vote Independent. I'm done trying to advocate for this site. Oh boo fucking hoo, nigger will spam there shit and mods will have to... delete and ban things. Holy shit the world is ending.
>>15415 It annoys me too, but I have less issues when posting from Tor. VPNs on the other hand...
I think they wanted to add an accurate progress bar but the development stalled for 2 years. https://gitgud.io/8chan/Aleph/-/merge_requests/53 Meanwhile they should add a spinner.gif with "Generating bypass, please wait..." text under it temporarily. That can be done in 10 seconds.
>>15419 do it then or rebase that branch onto dev and patch it up, most of the conflicts can be ignored
>>15420 Nevermind. I havent seen this in a month. It already says "please wait for validation" there. Why is that guy complaining?
>>15421 Just add <i>Validation can take a minute. This will only be done once in a while</i> below the buttons and zoomers can now rest at ease.
>>15422 if they could read we wouldn't be here in the first place the spinner should be subway surfers but instead of coins it's hash solves
The fact some retards response is "lol zoomers amirite bros?!". Niggers we are 35+ years old, The internet and the world is changing and those zoomers will be determining your children's and grandchildren's futures. They make up a vast number of internet users. This bypass shit needs to go, or be an option that can be turned on and off, or have trigger conditions. If you have to wait a mysterious amount of time before posting. 95% of modern internet users will go back to where they came from and you retards who's response is "lol good" are part of the problem. Like I said, post rates are down, users are down, and explicitly anti-new user features are not helping the matter.
>>15424 >babyraging >can't even tell when they're getting the piss taken out of them >35+ embarrassing sure, it needs improved and there's a laundry list of ideas about it that mostly just need implemented to streamline it, but you just seem ass mad about your skill issues and desperate for attention since you didn't get it in whatever thread you were multi-device drifting in, not actually concerned about user experience
>>15425 Down downplay the issue faggot nigger. Site is slowing to a crawl. Users are bleeding out. All the streamlining in the world won't matter if 8chan drops to 10 post per day. New user experience should be the priority after major security flaws. I'm right and you're a cocksucker.
>>15417 >Oh boo fucking hoo, nigger will spam there shit and mods will have to... delete and ban things. Holy shit the world is ending. the fact that making this site as effortless as possible to run takes priority over the user experience has always been the number one problem with this site. the amount of bullshit 8chan had to put up with to continue platforming gamergate was never ending yet it stuck to the principle of platforming everyone and reaped the benefits of it. meanwhile the first real test of that here was immediately met with deplatforming the problematic demographic to appease the complainants. thats why nobody deemed problematic sees fit to establish a community here because they know their existence is entirely based on whether or not people bother the admins enough to make getting rid of them the easier choice than platforming them. the loli boards for example have been dead and abandoned for years now so that when the admins got complaints about toddlercon and immediately did a blanket ban on it there wasn't even anyone here to give a shit because they all saw it coming and left already. your appeals to build 8moe into something greater than just another backwater altchan with a tiny clique of faggots circlejerking in it is lost on them as they're perfectly content with a 10 post per day might as well be a discord channel community as long as it means they don't have to put any effort into maintaining it.
>>15413 >We're discussing means to stabilize things and work around networking issues. Good to know! >The colors around IDs are just the digits of the hash converted to an RGB value via CSS. I'm not sure if you can select an image the same way, but you may be able to key off the ID somehow. I'm not 100% sure it would work and any solution would probably be a little hacky but it may be doable. That does sound doable (though I'm not sure of the exact code required) but the question of being able to see ID's if hovered over would be interesting to explore, since there's a limit to how many icons for IDs would be generated. As an aside, what code should I look for in the 8chan CSS for the digit hashing? It's such a long document that it makes it infinitely easier to know what to CTRL+F for.
>>15428 the class is labelId, but it's not possible as is the id is in a span, so css can't do shit with it aside from change how the span is styled the only remote way you could get something like that to work is if the ids had their decimal equivalents stored in dataset attributes and maybe you could background: url("whatever-" calc( attr(label-id-red) * a bunch of fucked up math ) ".png") or maybe use svg to control the stroke/fill if you could composite them in the html correctly
>>15429 I'm pretty rusty with CSS and even to me this sounds like a headache. That's a shame. Would have been cool to implement for my board. I wonder if it would be possible with JS-CSS collaboration? I suppose I could ask on >>>/t/ though they're mostly obsessed with their 8chan userscript.
>>15430 once you go js (which you almost always have to to have shit in detroit) anything is possible almost every time you find yourself thinking "can I do this without javascript" the answer is no outside of display state changes with :hover/:target/:has/open
>>15431 > every time you find yourself thinking "can I do this without javascript" the answer is no outside of display state changes with :hover/:target/:has/open Lovely, another project for the backburner I guess.
(119.23 KB 493x321 good news everyone.jpg)

(63.73 KB 1327x396 Loading preview.png)

(74.58 KB 535x543 Loading preview 2.png)

>>15419 >Meanwhile they should add a spinner.gif with "Generating bypass, please wait..." text under it temporarily. That can be done in 10 seconds. Good news, anon! I got something like that done with CSS trickery! However, I only have it done for the Windows 95 theme right now. Any aspiring CSS theme makers can easily add it to their board's CSS theme by copying the code below /* ↓ The button disabled effect happens here. Now has a loading icon to let you know the post is going through! */ input[value="Reload"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled { cursor: not-allowed; /* The animated loading icon that appears only for disabled buttons to give the illusion of loading. If your icon is .apng format, remove the .png extension from the hash. */ background-image: url("/.media/2fa1b1615e7854cce8cfba5369afb8064b6b292a98ab9edf59bcb9893b7c3cb9"); /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ padding-left: 20px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-size: 16px 16px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-repeat: no-repeat; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-position: 2px center; } If you want to test it manually for yourself in case you already have a bypass generated, apply the given CSS code above and follow these steps >open your browser's inspector tool >click on the Element Picker >hover over either the reply button in the posting table, or open the report/captcha menu from any post and hover on the OK button >in the HTML editor, look for the line that says <input type="submit" class="modalOkButton" value="Ok"> >add disabled after "submit" and change the value from OK to Please wait for validation (If you're modifying from the report/captcha menu) >if you want to see how the reply button would look, then look for this HTML line <input type="submit" id="formButton" value="Reply"> >like the above, add disabled after "submit" and change the value from Reply to Uploading 100% >you now have the animated spinning icon to look at while you wait for your upload to be processed! I have posted other animated icons in the /test/ board that you can use for your theme. >>/test/4569 >>/test/4570 >>/test/4571 >>/test/4572 I got most of those from using the Special Search from Gifcities via archive.org and setting the size to 16 x 16: https://gifcities.org/special-search
>>15435 Windows 95 dev being a credit to the team as always.
>>15435 Cool stuff.
>>15435 I added your CSS to Lynxchan-- since I've been wanting the same thing for a while
>>15417 Before 4chan come, 8moe validation free.
>>15435 That's rad, thanks dude
Hey, is tor down for anyone else rn?
>Your ip was recognised as a known spammer. Just woke up to this, pretty sure I don't spam, I post in one thread, did something change or I just got unlucky and my ISP assigned me some maliciouss address?
(1.72 MB 300x400 thinking.gif)


The spinners now have their own thread on /res/, check them out here >>>/res/784 Thinking further on the disabled buttons, it’s great they have a spinner so anons can indicate something is being processed. However, I don't like them sharing the same colors as the normal buttons because while the spinner at least gives some indication, it would be better design language to mute the colors a bit & keep them separate. That way, it clearly shows it’s paused and is not just a normal button with a spinner attached. Here's the code with the color changes. input[value="Reload"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled { background: #e0e0e0; color: #888888; border-color: #999999; cursor: not-allowed; /* The animated loading icon that appears only for disabled buttons to give the illusion of loading. If your icon is .apng format, remove the .png extension from the hash. */ background-image: url("/.media/2fa1b1615e7854cce8cfba5369afb8064b6b292a98ab9edf59bcb9893b7c3cb9"); /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ padding-left: 20px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-size: 16px 16px; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-repeat: no-repeat; /* Don't change this if you want to re-use the animated loading icon for your CSS theme. */ background-position: 2px center; } Thoughts?
>>15452 pretty cool
>>15452 Its probably better to share it around without the colors. It can be worse in many themes.
(28.45 KB 720x480 times have changed.jpg)

.moe is giving me incorrect time warning, never did that before.
8chan.moe certificate has expired today. I had to "accept the risk and continue" >>14483 last one was 3 months ago?
>>15459 I thought those are usually contracted at a yearly basis
>>15460 not that one unfortunately
>>15452 No comment on the colors but shouldn't the cursor be "wait" instead of "not allowed" since wait indicates that it's loading and cannot be interacted with
CODEXX 8MOE'S CERTIFICATE HAS EXPIRED
(2.04 MB 640x480 PANIC.webm)

(98.10 KB 100x100 explode.gif)

(56.82 KB 100x100 1742135165272337.gif)

(10.48 MB 960x960 Sad Rosalina.mp4)

>>15265 No way to get threads archived anymore? I keep asking, but get ignored so I assume the content will simply die eventually. When I look at the archive we're intended to use now I see multiple pages of archived /bag/ threads: https://8chan.moe/archives.js?boards=v The AI general at times uses content from previous threads. Image to video gen let's us repurpose images from previous threads for animations. If the content disappears I cannot search through old threads for images to use for that, nor can I quote old posts to credit the original poster. Unlike the newer generals, the AI General is a legacy thread that had existed before the latest cuckchan exodus with archived threads moved to /ais/ up until moving threads was disallowed. I've asked repeatedly in /v/ meta & once here. Someone archive our previous thread, please? >>>/v/1219982
>>15471 Yeah is seems like some exceptions should be made.
cert is kill
does Websockets itself work through Tor? I noticed it only works on the 8chan.moe domain but not the onion domain
(2.12 MB 1280x720 how_to_be_cool.webm)

>>15463 Oh hey, I can finally access 8chan.moe
se is down and moe's cert is fucked
I'VE COME TO MAKE AN ANNOUNCEMENT Codexx is a bitch ass mother fucker. He pissed on my fucking wife. That’s right, he took his hedgehog fuckin' quilly dick out and he pissed on my fucking wife, and he said his dick was (((THIS BIG))). And I said “that’s disgusting!” So I’m making a callout post on /site/: "Codexx, you got a small dick, it’s the size of this walnut except WAY smaller." And guess what, here’s what my dong looks like: PFFFFFFFFGJT. That’s right baby. All point, no quills, no pillows, look at that it looks like two balls and a bong. He fucked my wife so guess what, I’m gonna FUCK THE EARTH. THATS RIGHT THIS IS WHAT YOU GET, MY SUPER LAZER PISS. Except I’m not gonna piss on the earth, I’m gonna go higher. I’m pissing on the (((MOOOOOON!))) How do you like that, OBAMA? I PISSED ON THE MOON, YOU IDIOT! You have twenty-three hours before the piss d r o p l e t s hit the fucking earth, now fix the fucking site before I piss on you too!
>>15481 kek Someone stop robotnik he is popping off
I had to install Tor and now there's a white van outside my home pls help
>>15463 BANIC
>8moe dead >8se dead its truly over
>>15486 >8moe dead Ironically that's the only one that works for me, if I tell my browser to ignore the expired certificate. What is going on?
>>15488 Codexx the retard for some reason, doesn't have the certificate auto renew so Moe is down if you don't have tor or firefox
Same. .se has gateway timeout and .moe is http only right now. >>15489 Kek
when does codexx wake up
>>15489 Is .moe's certificate the reason .se and .cc are down too?
(2.43 MB 360x640 robotnik_scooter.mp4)

>>15479 Nvm, I can't, I thought for once when the 404 doesn't show up it would mean the geoblock was gone. Instead .se is gone too and I'm back to torfagging. Gj. Unusable shitsite.
>>15493 this was the wrong video
>>15492 No, they're different domains on different servers that connect to the backend as far as I know
Was this fag blackbagged or something? It wasn't down this long before and none of them are answering their emails or twitter
>>15494 >this was the wrong video It's still funny, I liked it
WHERE IS CODEXX IT'S BEEN 22 HOURS
>>15498 he's being a monster hunter....
guess he fixed it also I notced the hide image & captcha button on mobile and I would like that option in settings for desk top, same goes for android
(92.14 KB 768x799 Asuka nekospin.jpeg)

>Browser says certs are expired >Check certs >Certbot says "lol these aren't close to expiring yet" >Try it from a hot server in the prob network >Nope, not expiring soon!" X Doubt. I ripped all the certs down manually and reissued everything fresh. We should be back, but I don't have a good explanation for that bullshit yet.
>>15502 It just works. Thanks for fixing it anyway.
(4.14 MB 586x329 1740789517322302.webm)

>>15502 Come on man, what's going on? The site's been fucky for at least a few weeks. I don't want to be a dick about it, but it's a bad look for any admin to have this happen for so long. So what's the steps to at least attempt to stabilize the situation?
>>15501 noticed what button
>>15504 I'll put together a more in depth explanation and drop it here tonight. It merits more than a tl;dr, but its mostly just technical shit. I'll give you guys the dope on what we've been dealing with.
Is .se still down?
(64.65 KB 640x820 8chanmobil.png)

>>15505 the button in red (top) hides UI related to image uploads, the first blue (middle) button hides captchas, the second blue button (bottom) hides the "more" actions on PC
>>15508 is that safari I didn't even know they collapsed because they're text labels in other browsers I'd like to make it a [ ^ ] kind of button that slides up hiding the name/subject/message and exposing files/captcha/reply then becoming [ v ] that reverses it then if it was an option on desktop and had a ctrl-enter keybind to post, you could leave it closed if you don't need to solve a captcha or add files sage/email/flags should be done differently, maybe icons up top that show/hide the fields as a tabbed interface
>>15507 it alive
>>15509 >is yes > these sound like good ideas
>>15471 I can archive the thread, the issue is from what I've read your requests were to move the thread to the /ais/ which I CANT do. Tell me clearly if you want it to be archived or not
>>15513 Yeah, archive it. I wanted the content to remain accessible. Whether threads could be moved or archived, the goal of preservation is the same. Either way, users have had to go ask in meta threads & it's not an option that's open to vols from what I'd heard, only globals. I'd just do it myself if I could as it seems like any time this comes up we are needlessly hassling site staff.
>>15514 Vols can archive it, and I have no issue with helping with archiving threads What we can't do is move the thread from one board to another. That is something only global vols can do, but will no longer do due to the high workload and the implementation of the archive Hope that clears it up. I'll archive it in a bit.
>>15515 >What we can't do is move the thread from one board to another. That is something only global vols can do Ohh, so moving threads is globals only. I must have misread when people were talking about it before. K thanks
(357.47 KB 1536x1536 Asuka gamer late.jpeg)

So here's a bit of what we've been dealing with. The longest running issue is traffic interference from random ISPs around the world. Codexx and I have gone around and around concerning this, trying to come up with ways to fix it. The .moe network runs as a system of nodes on a round-robin DNS. So when you type the URL, you actually connect to one of the frontend networks chosen at random, spreading out the load on the site. This works really well for us. Except that, certain ISPs around the world, have one or more of our nodes on network level shitlists. Fuck me, this is even hard to explain while typing, but imagine it happens like this: You to to the .moe domain, and the roundrobin DNS sends you to server A, B, C or D. Well today when you connect you get sent to server D. Only you're connecting from Idaho, and your traffic is running through Los Angeles to reach server D. Well an ISP in Los Angeles has a network block on server D, and if the Internet decides the best route to the site is to send you over that ISPs lines, the site will time out and it looks like .moe is down! But its not. Its actually up and working just fine! Then tomorrow when you go to .moe, maybe it sends you to server B and connects just fine. OR it sends you to server D again, but the Internet decides some other ISP is a better pathway today, and so you again connect just fine. This shitfuckery makes it appear to users like there are random outages when its actually got nothing to do with us. Even Codexx is affected, but for some reason I'm not. So to me the site always looks like its doing good even if there's 4000 people who can't visit it that day, which makes it hard to diagnose. The middlemen of the Internet are fucking our shit up. I have complained to companies and been met with dead silence. With direct chats and lots of help from people who have been affected by this, I've noted at least three major networks dicking us this way. One in Los Angeles, one in Prague, and one in Eastern Europe. All of this was going on even before this new Age Verification clusterfuck started and networks got even more censorious. If we start throwing solutions at the wall they're likely to be invalidated one by one until the online situation settles down across the globe. When things stabilize a bit and we know exactly where we stand, we can rebuild the network to try and dodge this interference, and that will solve the problem for everyone. As to what happened with the certs today, it was party some unknown technical issue and also partly my fault. The tech issue is that, to renew SSL certs on a roundrobin DNS you have to have a master server do it while the rest of the nodes are slaves. We have that, its fully automated, and it worked perfectly fine... the first four times we used it. But the last two times something has gotten in the way, like Letsencrypt can't see one or more of the node IPs and the challenges fail, possibly because of the network fuckery mentioned above. We have no way to know. On paper our shit works and we've used it so we know it works. But for whatever reason something went wrong last night. The certs showed they were expired (August 3, according to my browser), yet when I pulled up the master server and tried to renew them, Letsencrypt told me the certs weren't close to expiry. I diffed the master cert with the slave copies and they were identical. And when I used the automated system to force a renewal it just failed over and over, where it never did that before. I had to go in to each server, tear down the SSL, manually renew a cert on one server, and then copy the new cert to the others by hand and restart everything. That finally worked. The part that was my fault was having today off from work. I turned off my phone, went to bed early last night, and slept in a while today because I had a billion errands to run. Apparently the certs bugged out just a few hours after I went to sleep. I woke up and was doing a little shitposting before leaving the house, checked my DMs and saw the problem. I feel like a retard, but what are the fucking odds? Edit: Oh and to top all of that off, the .se main server host got fucked on today. The site's back up, but the hosts entire network went down for a few hours, right at the same time we were dealing with the cert issue. Even their own website was offline. We're waiting on an explanation, but haven't heard back yet.
Edited last time by Acidadmin on 08/05/2025 (Tue) 05:00:45.
>>15517 >The part that was my fault was having today off from work. Sounds like circumstances out of your control and bad timing to me
>>15517 ACID THIS IS A SAFE FOR WORK BOARD! I CAN SEE UNSPOILERED NIPPLES!
(30.37 KB 500x487 Asuka bruh.jpeg)

>>15518 Kinda, but it bothers me talking about it because it sounds like making excuses and I hate that. The ultimate solution is for things to settle down enough that these mystery blocks aren't being maintained on us, and then move the nodes to new safe harbors. Codexx and I have also discussed the possibility of launching a private VPN for the site, which would allow access from anywhere even if half the net tried to fuck us. We always try to think 2 steps ahead of whatever shit might get flung our way. Its just frustrating to have cucked middlemen with piles of fiber line interfering with us and not even citing a reason why. It adds so many variables to the "how's the site doing?" equation that its taxing to even wrap our heads around it. >Mfw you literally need a bird's eye view of the whole damned Internet to comprehensively diagnose the problem. >>15519 lmao I actually forgot this was set SFW. Spoilered.
>>15520 There's also the emails getting swallowed by the digital void issue. It's nowhere near as pressing as all of the other stuff but it is quite annoying. >>15517 Thanks for the explination Acid.
Maintenance Tomorrow We are tentatively planning a site update. Be prepared for your extensions to break. >>15521 Our e-mail infrastructure has always been shit. Like you said, there's more pressing stuff and always has been. But we were looking into it a few months ago, and I'm staying optimistic that we can get something worked out soon. >>15481 I pissed on your wife and I'll fucking do it again! >>15471 I've moved that thread to >>>/ais/. We should try to figure out what to do going forward. I don't want to keep the globals busy with thread moves. Ideally boards can archive their own posts now. Is there any chance the AI generating community is large enough to just have a dedicate AI board? Or is it still reliant on traffic from /v/? Is there any chance that Mark is willing to archive your threads? >>15477 I don't believe so. We never quite worked out how to get WS working over Tor.
(3.58 MB 304x540 1736028124171049.webm)

>>15517 >>15520 Good write-up explaining the issue and why it's been such a shitshow. Bonus points for providing the grim, yet realistic situation without sugarcoating it. I imagine there's multiple broad strategies for each scenario with the current censorshit?
I own a dead board, but its locked from posting for some reason. I don't see any options to unlock it? How do I do so?
>>15522 >We are tentatively planning a site update Based and thanks for your hard work With regards to >>15471 's request, it was archived and then moved by you. They still have one more general up on /v/, and if they are staying I have no issues with assisting to archive the threads upon request on the /v/ meta thread, but I would also have to get the greenlight from Mark. That being said it would also be best if the posters in the general could clarify if they want to continue their general on /v/ instead of /ais/ or any other ai centric board
>>15523 >vid jesus christ
>>15523 i'd drink it
>>15523 diabeetus
>>15522 We'll fix the extensions quick no problem. Its good to see months of peoples efforts finally bearing fruit. >>15517 Sounds quite fucked and as a layman I have no solutions nor ideas.
(1.70 MB 3840x2160 The Strongest Thumbs Up.jpg)

>>15515 >>15522 Okay, seems the thread was moved AND archived. Thanks. >Is there any chance the AI generating community is large enough to just have a dedicate AI board? When cuckchan went down some used /ais/ as a dedicated place for it instead of as an archival board, but then a lot of cuckchan traffic left & posting looks somewhat sporadic there now. /v/'s AI general had some of that traffic for a short time, but complaints about the quality of cuckchan's AI content appears to have driven it away. I think the /v/ AI General remains a small pond that doesn't even want a lot of fish due to quality concerns. A dedicated niche that admittedly is reliant on /v/ traffic & kind of views AI generation's inherent RNG as a game in itself (but perhaps that's a stretch). I doubt there's any interest in bringing one dedicated niche thread onto a larger board where it'd either be split into multiple topics with far lower traffic or else be the only thread really moving on the board with the few people who agreed to go there. TL;DR Naw.
Speaking of the Archive. The [Archive] link on the catalog doesn't do anything. I figured it would either go to the archives page for that board or else switch to a catalog displaying only archived threads since archived threads do not appear on the catalog.
>>15531 yeah I'm going to unfuck them all to link back to the actual site archive pages and then add new options maybe in the thread dropdown menu for submitting to archive.today, along with copy text, history everywhere for mods, yadda yadda imo they're navigation links and should only ever go to site pages/functions I don't know why you would want to archive the index or catalog pages anyway and I'm sure it was just a quick hack then fix all the other broken links and shit like logs only being on the index/catalog, the navbar loading and moving the up/down arrows, the mod view being entirely fucked up, etc
Glovol should stop fucking around and clean up the CP spam already.
>>15517 >With direct chats and lots of help from people who have been affected by this Which other sites have been affected, if that's what you mean? It's fine if you don't want to be specific, or can just give a general idea.
>>15530 Correct me if I'm wrong, so this sounds like the intent is for the general to stay on /v/? If so, just make a request on the meta thread when it hits bump limit for it to be archived and I'll check with Mark to see if we can proceed to archive it upon request (There is likely going to be 0 issues with this) Cheers, and thanks for using our board.
>>15502 >>15506 >>15517 Yo, could this have something to do with /sp/ and 76chan currently being offline as well? I'm having the exact same errors as when I tried to access the .moe domain yesterday, which was NET::ERR_CERT_DATE_INVALID
Features >Tooltips work on Open Reports >Forward Hiding (inlined posts are hidden from the thread ("moved" to the inline)) >Backlinks of Hidden Posts are Hidden For strike-through instead, use: .backLink.filtered { display: inline-block; text-decoration: underline line-through; } >File Renaming >Watcher Manual Refresh Button >Deleted posts are more clearly marked and have .labelDeleted for styling >Ban Modal validates duration to prevent unintentional permabans >Download Progress Bars when downloading by clicking the File Name >Plaintext Filters are now case-insensitive >Regex Filters have flag support (/filter/flags) and render as such in settings .regex-slash for styling >Pasting Media opens the QR (if the posting form isn't fully visible) >QR clears on close localStorage.setItem("qrClearOnClose", "false"); to disable >Floating menus (QR, Oekaki, Multiboard, Watcher, Settings) close on <Escape> localStorage.setItem("escapeClosesMenus", "false"); to disable interfaceUtils.closeFocusedMenu() to bind your own >Hiding rewritten Hide+/Filter ID+ are now recursive and work on new posts Hiding maintains its state IE: unhidden branches stay unhidden Filters currently do not, they re-apply on refresh In the Index/Overboard/Multiboard, Hide+ on generals should work if they link the previous Dropdown menu items only appear if valid (no trip = no Filter Trip) Unhide buttons have classes for individual styling/removal unhideButton--delete/hide/hidePlus/hideReply/filter/filterPlus/filterReply >Twitch Embeds >PoW Bypass Validation Spinner Fixes >Misc Tooltips/Quotes/Backlinks fixes (flashing, dupes, posts not found, backlink wrapping, etc) >Misc Watcher fixes (refresh time to 5min, handling deleted posts) >Misc Advanced Media Viewer fixes (fullscreening, context menu, etc) >Empty Name field now saves correctly and Names are saved per board Old saved name is the default and still in localstorage if you need it >Gallery button no longer opens multiple copies >Catalog images remain lazy loaded and it only searches when necessary >Multiple stubs per hidden post hopefully fixed >Ban alerts present HTML Entities correctly >Penumbra and Penumbra (Clear) Post Form Header styling is restored, now with +/- >[moe], [doom], and [board] tags are non-greedy >[moe] glitter effect should stick to its text >Click Quoting inserts quotes and selections better >Removed duplicate Theme linking (less flashbangs maybe) >(You)s and Filters shouldn't be lost anymore
[Expand Post]>Post button shows "Uploading %" when making a thread >Posts constructed by Javascript now match their HTML counterparts (*except for expand post) >Floating menus layer and focus properly >Thread status buttons shouldn't be so wonky when navigating via the Side Catalog >LaTeX should handle errors better and is re-enabled >Spoilers work on Emojis Special thanks for Goodgirlbeam for both creating most of the fixes and also compiling a changelog for me. And also thanks to Tako, Mujau, and Doomkek for their contributions both to this patch and the last update. I would once again like to encourage extension developers to work with me to upstream some features. In general, I am happy to take quality of life improvements, especially where they impact all users. There's still a lot of work to be done, but the site's frontend is in better shape than it's ever been. Please keep bug reports and feature suggestions coming.
>>15524 We locked a bunch of old, dead boards because CP spammers were targeting them. I'm happy to unlock the board upon request. Post it here or send me an e-mail.
>>15538 >>Catalog images remain lazy loaded and it only searches when necessary finally lmao. no more 429s?
>>15540 hopefully not
has the Tor addr shat the bed?
>>15538 Thanks everyone for all the work. Page loading seems much better and faster now, no more theme flashing either. Catalog is much more responsive. I noticed the Escape closing of dialogs only works if either the QR or Watcher are focused, otherwise it won't work. CSP still needs to be fixed for Twitch embeds to work. Will those localstorage options get entries in the menu eventually?
>>15538 Thank you guys
>>15545 >I noticed the Escape closing of dialogs only works if either the QR or Watcher are focused, otherwise it won't work. that's intentional, but you shouldn't be able to unfocus them unless you manually click x on a different one, though I guess that should maybe refocus the last focused, too >Will those localstorage options get entries in the menu eventually? if people use them the settings menu needs an overhaul so I'm avoiding cramming more into it because it's already a disaster it's also probably fine to have extremely rare options intended for autists doing funky things to not be in the menu as long as they're documented somewhere when the usual expectation is using user css/js to tune the website, even for some common things
on palemoon(no clue if browser dependent), if i load enough threads that the "slow down asshole" trigger, even if just for the pictures in the threads, for some reason the favicon stops being served all together even in site tabs opened after this, even if pictures load again, of course moe & se are independent in terms of this occuring
>>15548 how are you triggering a 429 now? did you ctrl-f5 on the catalog to get the updated js? the only thing I can imagine is using a session restore that doesn't limit the number of tabs it loads at once per website and also using prefetching to hammer the server with image requests and if that's the case, there's probably nothing the website can do about that might be one of those "doc it hurts when I poke it" "well stop poking it" situations there's still a little room to slim down loading and improve performance since threads get loaded like three times during the page opening and don't even respect the cache controls, so that might improve next patch unless you're not using JS
>>15538 thank you for your service
I regret to inform you that the [ spoiler ] tag's still getting eaten...
>>15551 test ur a faget
>>15552 ...you are using the other spoiler tag, aren't you?
(1.35 MB 499x654 1412556733239.gif)

>>15553 They both work for me, is my point, so i dunno what you're complaining about, exactly.
>>15554 Ok. Test
>>15555 .moe test
>>15555 >>15556 So, in conclusion: it does not work on .moe Also, does ID not get carried over between the two anymore?
(41.98 KB 316x321 Untitled.jpg)

>>15557 Works for me on moe. Is it because you're doing .moe and not just moe? Like, the . might be fucking it.
>>15557 not for tor users because it only has your bypass also good luck finding out why it's doing that I can't reproduce it and it's the same code so it's not the domain maybe I can spin up a spammer on my local instance and see if it can ever be tricked into doing it with proper debug .test maybe it's dots
>>15555 .moe test
>>15560 not deterministic either
TESTING. ON. .MOE. AGAIN
.moe again
>>15562 >scripts good luck with that ctrl-f all of them for qrbody or qrbuttoon
>>15564 >ctrl-f all of them for qrbody or qrbuttoon Ok, so, lynxchan extended and 8chanSS have both of them and fullchanx only has qrbody. Now what? Report back to script makers?
>>15565 yeah maybe fullchanx is abandonware, so that's unlikely to go anywhere and likely the culprit anyway if there's anything left in it that 8chanSS doesn't have, they're still around and probably willing to port or it can go in the queue to be a site feature
>>15520 Have you and Codex ever considered an I2P eepsite frontend in addition to the Tor one?
Why does the close inline reply button not have a title tag so I can tell what it actually does
>>15568 I will answer my own question and say it's because it's added differently from the other buttons I searched "closeInline" in the 8chan source and I couldn't find anything but I guess it's not that important
>>15569 Yeah fuck it everyone knows that the x button closes things
(18.26 KB 436x266 i do not like this change.jpg)

Why is this happening?
(518.77 KB 640x360 8chan.webm)

oh i said it in the wrong meta thread because i have the brains of a chicken but image posting doesnt seem to work on /test/ or /b/, what the fuck?
>>15572 Works on my machine. What browser are you using?
(275.91 KB 1920x1080 SWORDS.jpg)

>>15573 Pale moon, the greatest and best browser with no flaws or drawbacks.
>>15574 Can't be a browser problem then cause I'm also using a mozilla fork. What's the format of the image you tried posting? I had something like that happen when I tried posting a .bmp and while the post went through, the image did not. I'm guessing the site doesn't support that format.
>>15571 Not sure. Someone did implement a download manager that can pull images from your cache to avoid re-downloading, but that was rolled out in the previous patch I think and has been live for weeks. I'm not aware of any change in the latest patch that would cause this. >>15572 >>15574 Pale Moon isn't supported. Even the old site didn't support it after the developers deliberately refused to implement support for something. It's just stuck too far in the past. We aren't even really supporting Waterfox anymore because its JavaScript engine is a solid 6+ years behind standards. >>15575 If the site/board doesn't allow an image format, it will tell you the file type is not allowed. If you submit a post and it eats the file, that usually indicates the file type is whitelisted but the thumbnailer failed for some reason. Sometimes it's edge cases with particular images and sometimes the thumbnailer is supposed to support a file type, but it actually doesn't, although the latter is rarer. As far as I know, BMP is supported. You can upload files like that to catbox or a similar site and I can try to upload it myself and catch the error.
Onion ded onion ded
(198.00 B 32x32 clinker_0.png)

>>15576 >You can upload files like that to catbox or a similar site and I can try to upload it myself and catch the error. OK https://files.catbox.moe/agpmxt.bmp Picrel is supposed to be the test bmp posted. I saw that same problem when I posted it in /test/
(204.30 KB 460x668 cock choke.webm)

>>15576 >Pale Moon isn't supported. The webms started fucking up on me months ago, but the rest of the site worked fine until today. Hell, i can post pics here and on /v/ but not on /test/ and /b/, can't even be SFW boards since /test/ is one, too. Whenever i click reply it just doesn't do anything, just text works fine, though.
(76.02 KB 407x218 noa question.png)

Any autist who already has a manual Fullchan-X fix to hover over posts in the post-by-ID list after the site update again?
>>15571 >>15576 It's also just strait up not downloading some files too. There's clearly some glitch but I can't figure out just what's causing it.
>>15581 This one >>>/t/23091 still works for me
>>15583 For the hover posts as well? I can still hover a quote and see the post on hover, just not on when they're in the ID post list.
>>15584 yeah? have you tried turning off 8chanSS' implementation of the feature?
NVM, it works on both for me
>>15585 I had 8chanSS disabled the whole time and removed it just in case but it still doesn't work for me unfortunately. Are you using Violentmokey?
>>15587 >Are you using Violentmokey? Yes. You're on Tamper? That might be the culprit
>>15588 Nah I'm on Violentmonkey as well. Fuck me I guess.
>>15589 ...Go into edit mode and remove the gear at the bottom of the script?
>>15571 >>15582 there's a change where it tries to continue downloading from cache if you already expanded the file but then try to download it, so maybe that's involved, but that path should probably only be hit if you click filenames to download >>15574 >TypeError: file.arrayBuffer is not a function how the fuck is it not broken on the entire site? >This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. grim, it used to use FileReader so maybe that's not that hard of a revert when they're functionally equivalent >>15589 ctrl-shift-r, also didn't 8chanSS dev implement that as an optional feature
>>15590 >>15591 Still nothing, I'll just use 8chanSS since the feature seems to work with that script. Thanks anyway.
>>15576 >>15572 >image posting doesnt seem to work on /test/ or /b/, what the fuck? I'm experiencing issues as well on /co/ and /rwby/. And not just on Pale Moon! I was also unable to post images using Ungoogled Chromium (Version 103.0.5060.134 in case you need to know).
>>15593 hotfix is submitted for arrayBuffer, check the console to see if that's it when you try to post with an image I'd check myself but github won't even let me download it
Tor still broke
>>15591 >but that path should probably only be hit if you click filenames to download yeah that's what I do since it saves the image as a file name instead of as UNIX gobbledygook. >if you already expanded the file It's doing it to me even if I haven't expanded it. I'm not sure what's triggering it, it's not every time but is happening commonly and it very obnoxious.
>>15598 what platform/browser?
>>15598 OK it's NOW happening every single time. >>15599 Tor.
>>15600 the current up to date torbrowser?
>>15601 Yeah. 13.5.20
(2.10 KB 263x48 1685484688222340.png)

>>15602 might be a bit off, tor's the one browser I definitely wouldn't lag behind on how do you even trigger that? I've never seen that dialog extension maybe?
(46.64 KB 293x128 ghetto Tor.jpg)

>>15601 My personal guess is that it's some security feature and Tor thinks 8moe is trying to do something nefarious and is blocking the download. It hasn't been doing this at all before 2 or 3 days ago and it's only been a problen on 8moe. >>15603 It's telling me I'm up to date. I'm on Windows 7.
>>15604 probably end of life for w7 support it's time to install debian anything in the console? if you can at least find the trigger, I could find the right place to add a disable
>>15603 All I'm getting is >Download aborted by user posting.js:340:15 Which I'm not.
(69.45 KB 239x181 loading but no download.jpg)

Like if I click on the file name it'll run through the whole progress bar like it's done loading but then it doesn't bring up a dialog box or automatically download or nothing. I can still right click > save from the file name. Also I just got this message. >Uncaught (in promise) DOMException: The fetching process for the media resource was aborted by the user agent at the user's request. Related?
>>15607 https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41854 maybe, looks like it was an issue with the spam protection in firefox 115 and they never got around to fixing it until maybe last year give me a bit to hunt down that version of tb and test an escape clause to use the old click to download behavior instead because there's probably no way to work around it sanely
>>15608 A bit more info. When I start a new session (new identity) it lets me download the image normally from clicking the file name but all subsequnt attempts to download that way triggers the error BUT clicking allow download fixes it BUT maybe only for the current session?
>>15609 Yep I can confirm, it does not remember my choice to allow downloads between sessions so I have to re allow it every time I reopen the browser.
>>15609 https://forum.torproject.org/t/download-bug-in-tor-browser-12-0-7/8043 yeah they report the same behavior there probably better to just disable such a minor feature when the old behavior is just a fetch and then some because I guarantee some other w7 holdout will show up in three years with the same problem
>>15610 ok so I can't seem to reproduce it on 13.5.20 is there some sort of configuration switch somewhere I'm missing? it just works tm
still get this 100% bug
>>15614 platform/browser/how to repro think I only ever managed to trip it once with a network error or something
>>15615 it seems to happen on double clicks when posting. I'm using Brave
>>15617 test
yeah there we go, it gets wonky when spammed on my local instance today anon >>15614 discovers his mouse switch is dying/needs cleaned but in an ideal world it should have a ~50ms debounce and then maybe cancel the post or at least closing the QR should cancel posting
>>15605 I'm on windows 11 and also not getting jack when trying to open the .onion domain.
Overall great update. Many thanks to the contributors.
>>15613 Did you change something? Because it not doing it now for me either. I hate intermittent problems.
>>15625 nope, I can't change anything it could be a script or extension tripping it maybe
>>15626 Well it's nothing on my end that's been changed as far as I can tell. I'll keep this thread appraised if it reappears for me.
>>15627 Dammit it's doing it again. I don't understand.
>>15628 well, I managed to trigger it, but only by trying to remove the current event listeners by cloning and swapping the links out, because I was going to offer that as a workaround for (const link of document.getElementsByClassName("originalNameLink")) { link.replaceWith(link.cloneNode(true)); } maybe you have a script or extension messing with them? they should only have the event handler from posting.js
>>15630 and now I can't trigger it with that either weird shame on torproj for ever enabling it without testing it thoroughly tbh I don't think it was enabled in the base firefox builds
>>15630 >maybe you have a script or extension messing with them? I don't. I've not added anything to Tor, not even new themes.
>>15632 welp all I can say then is try adding a dev override and see if that avoids it >console >debugger >find posting.js in the tree >right click >Add Script Override >save file somewhere >comment out line 157 like so: //posting.processAttachmentLinks(innerPost); >save >refresh page console has to stay open for dev overrides to apply should probably add an option to turn them off in general, but it's such a small change for most that no one ever would
Still can't post images on /b/ with pale moon but now i find i can't post them here or on /v/ either. This didn't happen until i noticed i could edit a file name after loading it in the reply bar, whatever happened there seems to have fucked everything for me so maybe disable that function since it seems pointless as shit. Also where's the language setting? The site seems to think my opera browser is itallian.
>>15634 the patch for the images not being postable is waiting on codexx actually have no idea how it figures out what language to use, I thought it was entirely a site/board setting italian vpn?
>>15635 Nope, i rawdog this site so unless it's something fucky with opera, and given the name it'd make sense to default to italian, it should be reporting back middle new jersey which isn't even the italian part.
>>15636 maybe your request headers are fucked up? >console >network >reload the page >click 5423.html >look for Accept-Language in Request Headers
>>15637 or just navigator.languages in the console, but the header itself also has the quality weights maybe just have to reset your browser language settings (regardless of whatever the dialog says)
>>15638 OK, so my languages were [1. English (US) 2. English 3. Japanese 4. Italian]. I deleted the italian from the list and it's in english now. Also i don't know shit about computers but i managed to follow half of that, couldn't find the 5423.html though.
>>15639 it's just the first request any of them would have worked actually curious why it would pick italian up from that for down in the list, maybe lynxchan is retarded or opera is other people have had a similar problem the header should be like "en-US;en;q=0.9;jp;q=0.8;it;q=0.7" or something
>>15641 Oh, i guess it's cause i tried looking at it on the frontpage and not in a thread, i see it immediately when i jump to here. I'm still browsing and posting on palemoon when i don't feel the need to toss images around.
>>15642 was fucking around with it and apparently if italian's anywhere in there it'll default to italian, but doesn't do it for spanish for whatever reason thanks steve, real cool
(29.25 KB 934x233 OYGBApz5hh.png)

This cancer alone backs my contentious proposal that the Global rules be changed to more explicitly bully the onslaught of cuckchanners who came back after realizing cuckchan was in fact, cuckchan, into actually integrating. For trying to hate on "pajeets," it seems like they take after them wholly. You give them the inch of accommodating their terrible spoiler formatting and they will take a mile. For fuck's sake, you would think current events would have educated this site's administration on the consequences of having the unwashed world flood in.
how is the Tor url still fucking down? explain
>>15645 If being retarded becomes a global banable offense I hope that they start with you.
For some reason everything loaded in Spanish for me, how do I change it back to English?
>>15658 remove spanish from your browser's accepted languages it's a bug with english not taking preference like it's supposed to
Just an fyi the new CSP is gigafucking userscripts on Firefox.
>>15664 only where they use inline eval... which is something they probably shouldn't be doing in the first place report errors to >>>/t/17721
I heard that youtube embeds stopped working for some people? on firefox? is dat tru?
>>15667 should be fixed now
STILL CANT POST PICTURES ON PALE MOON WHERES THE PATCH CODEXXX
>>15669 in our hearts, fellow palemooner
I don't know what you guys did but I feel like .moe has been way more stable recently, so good job
The feedback link in the footer still points to a non-existent thread.
>>15669 >>15670 It's live on the backend. Please wait for it to make its way through the frontend caches.
>can post 50MB per post >can't post 50MB video, only 32MB Allow one file to use the post's entire allowed file size, please.
>>15676 thanks
>>15676 seems live on the frontend ctrl-shift-r if you don't have it yet
>>15680 does work, thank you
.se is slowing down a crawl right now
When I write a reply in the text box, it no longer saves it if I go to the top of the page to use the larger posting interface to hit the reply button. This is a pain for mobile usage since it's easier for me to do that than flip my phone to portrait to actually see the reply button to begin with. Why remove functionality? I'm assuming this is just a bug since it worked fine in the past and if so, please fix it because it's inconvenient. (And while I'm here, making the reply button appear more easily in mobile landscape resolutions on the quick reply box would be nice too)
>>15686 it's intentional closing the qr clears it and there's a localstorage key to disable it if you really want to, but it's better to unlearn the antipattern to begin with just tap "Files" or "Captcha" to collapse the sections enough to see the reply button
>>15687 >antipattern what a repellent vernacular
>>15687 Both the files button and captcha are cut off in mobile landscape resolution.
>>15688 unc really said "vernacular" 🥀
>>15689 they don't even show in landscape on my devices, but then they're large enough that I wouldn't need to close the qr to scroll up the whole QR's such a clusterfuck and what you're doing shouldn't be necessary, but for now just chuck localStorage.setItem("qrClearOnClose", "false"); in a userscript
>>15690 >🥀 huh, you reminded me that the unicode fucks ain't completely useless when they ain't adding new emoji or kanji https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing https://en.wikipedia.org/wiki/Symbols_for_Legacy_Computing_Supplement
>>15692 sneaky mf
Does the site support post-quantum encryption?
(1.38 KB 179x75 wtf.png)

>he >po What the hell happened here? I'm 99% sure I didn't change the board tags. Is this a glitch?
(1.51 KB 184x85 fur tags.png)

>>15695 This is what it should look like btw. It's the only thing affected so I'm assuming the account wasn't compromised and it was just an error of some sort. I changed my password anyway just to be safe. Maybe check around Codexx and see if anything anywhere else has been messed with.
Looking around it looks like the tags from some of the other boards may have been abbreviated as well. >/pol/ - >politics, hist, hitl, curr Should be <politics, history, hitler, current events >/ac/ - >animación, should be <animación, , peliculas >/co/ - >comics, c, s, a should be <comics, cartoons, storytime, art, animation Possibly also >/hgg/ - >hgg, hentai games, >/h/ >hentai, 2d, porn, >/yuri/ >futayuri, >/hispol/ - >e, And maybe others. Something screwy is going on.
Can you implement image link pasting?
>>15678 The maximum size of each file is 32MB but all of them combined shouldn't be bigger than 50MB >>15698 Yes, you are right, this is a bug. Now, let's yell at Codexx together until he fixes it CODEXX FIX YOUR SHIT!!!!!!!!!
>>15700 Yes. I want to post a video that is slightly larger than 32MB but it won't let me, which is dumb considering the post supports up to 50MB.
>>15701 Read carefully, it's says 50MB total, 32MB each file. That's the reason why there's a bar showing how much MB you have combined. Just crop your video, 25MB each and problem solved.
>>15691 Lynxchan Extended-- sets this in the options now
>>15702 Dude I know it's that way, I'm saying it shouldn't be.
CODEEEEEEX >>>/v/1657663
>>15698 >/co/ spelling out CSA Since when were comics a Dixie thing?
I found a really annoying bug/feature. >open reply box, type something >select some part of it, or all (ctrl+A) >close reply box >open it again >post is gone with no way to recover it
>>15239 +1 on jxl I wanted to make a small thread on /test/ to see which browser could render them (with plugin if needed, I saw one for chrome-base browsers) But I got the message that "A file had a format that is not allowed by the server."
(931.85 KB 825x991 1580404469200.png)

What happened? Everyone stopped posting but everything works on my machine
>>15714 couldn't retain the 4chan refugees but the numbers are higher than before at least
>>15715 There's definitely more Jewish shills raiding the site with VPNs.
>>15715 >couldn't retain the 4chan refugees As a 4chan refugee myself, I really don't like how the threads that stayed here after the exodus are just closed circlejerks. 4chan might be a flaming dumpsterfire moderated by literal retards that enjoy pitting people against each other but at least you can say whatever you want anonymously and sometimes find nice discussion or nice threads where you can call someone a gigantic faggot then turn around and write an essay to help some random anon with his question. Most of the 8chan threads that stayed in /gacha/ (And /v/'s /bag/) are either 1-2 posts a day or closed circlejerks where you have to walk on eggshells and be super careful of what you say because you'll just get banned because you said something that upset the circlejerk and they demanded your public execution. Same arbitrary moderation where certain things are allowed just because even though the thread derails into shitflinging whenever they're brought up but other things aren't simply because the guy in power doesn't like it. It's tiring and if it's going to make me feel tired then I'd rather just take my chances with the other website then feel happy whenever I find a thread that has actual discussion instead of absolute spergs.
>>15717 >closed circlejerks where you have to walk on eggshells and be super careful of what you say because you'll just get banned because you said something that upset the circlejerk and they demanded your public execution As someone in a lot of circles here that get 1-2 post a week, I really wonder how much of a chimp you're acting for this to happen.
>>15718 The 1-2 posts a week threads are fine, they're just too slow so I'll look for other threads. The issue is with the fast threads that are basically 4chan lite since it's all the downsides of 4chan with none of the upsides of posting on 4chan. The worst of both worlds for sure.
>>15719 Let me guess, you are throwing a tantrum for getting slapped on the wrist for spreading misinfo and concern trolling about nintendo shit.
>>15717 always wanna see these niggas post history to see which it is of >I have a bait skill issue >There's no bait for me to bite and must consoom >I'm an autistic retard that can't express myself without 2.3 kys per post and have no worthwhile takes in any case
>>15720 >>15721 Yeah, see, this is why the site failed to retain all the posters that came here. Nobody likes hearing that their favorite circlejerk is bad and automatically assumes everyone that disagrees with them is bad, evil and trolling which generates these kind of posts. Every poster thinks themselves to be above everyone else because they're the only smart person in the thread which means civil discussion is nearly impossible since every thread descends into this the second someone posts an opinion they don't want to hear. As for the thing about threads turning into circlejerks, discussion is a finite thing since you can run out of things to talk about but 4chan's general culture means the thread must be kept alive at all costs so every single general derails into a circlejerk that ends up more about anons shitposting each other for fun or idiots getting insanely defensive whenever anyone disagrees with them since they take every disagreement as an attack on their home thread and favorite place. It's funny how this site is supposed to be all about freedom of speech but ends up infinitely more restrictive than 4chan.
>>15722 >psued finds out psuedposting is only appreciated by other annoying pseudposters eureka!
>>5423 who are the people in 2nd picrel?
So, how am I supposed to access this: https://archive.8chan.moe/.media/bf9c779cd98c0f678827e2fe389255948c27d1495341ab388968dacb19ca036d.png Without VPN it tells me the standard .moe stuff of Error 404 Varnish. With VPN it tells me Error 403 Please use the main domains Varnish. I just wanted to get this picture.
>>15726 Remove the archive. from the url and it will work
>>15723 Shut the fuck up, nigger. >>15722 >>15717 It seems you don't understand how 8chan works. By free it means as in anybody can make their own board and rule it whatever the fuck they want as long as it's not for pedoshit, /gacha/ jannies can ban all the words that start with the letter N, we don't care. Don't like how those boards are handled? make YOUR own spinoff with YOUR rules that YOU think are the best. Don't want to make your spinoff? then fuck off.
>>15729 I realize it was a different group of people on an effectively different website, but remember when imkampfy filtered 'nigger' on /pol/, Ron/Codemonkey got so swamped by complaints that he came in to /pol/ to talk to him, and got banned and had his name filtered as well? I bet if a fuckton of people started harassing Acid or Codex over a board being adequately shit, he'd do SOMETHING about it. The REAL difference is it's just about the exact same problem as 4chan, mods=fags, except there's less population here so it's harder to avoid arbitrary bans, unless you're behind seven proxys i guess.
mh, could this >>0 post even be made?, i don't think so, but if the system does recognize the number, i also don't see it as that much of a issue
>>15731 no, but could make it do something special maybe link it to the board rules and render them as a post in the tooltip
>>15718 He's probably posting cuck porn
>>15732 mh, might be neat
>>15730 Agree, but that's an extreme case, most of the time, just make an alternative board.
(37.85 KB 510x312 penumbra-highlighting.png)

(38.29 KB 502x303 lain-highlighting.png)

The Penumbra and Lain site themes have hard-to-read syntax highlighting.
>>15730 Then you have no idea what you're talking about. The entire site spent the better part of a whole year freaking the fuck out at Acid and Codexx to deal with the pedoniggers. Both of them vehemently defended their right to post pictures of children in their /b/ containment thread for 8 months straight until the site host got wind of it and threatened to pull the plug. While that instance was particularly retarded and gets memory holed, it's clearly evidence that neither of them give a single fuck how an individual board is operated, which is ultimately a good thing. The only reason Ron swung his dick around on /pol/ is because he was delusional about the site being a cash cow for Qniggers and thus couldn't care less about respecting how individual BO's choose to moderate.
>>15746 >it's clearly evidence that neither of them give a single fuck how an individual board is operated only if you ignore the actual outcome in which they changed the way the site operated for the worse and appointed one of their cronies to run a scorched earth campaign on /b/ rather than let it go up for claim and end up in the hands of someone that would choose to moderate it in a way they didn't approve of. and speaking of /pol/ they gave it to a kike thats intentionally sabotaging it because he has a grudge against them for getting 8chan deplatformed and they do nothing about it because just like with /b/ its better to make the board unusable and ensure it can't cause any trouble than deal with the consequences of their own promise to provide a platform for everyone.
(216.93 KB 1280x720 test video-2.mp4)

I was trying to upload a .mp4 file (https://cdn.donmai.us/original/84/a4/natsu_and_airi_blue_archive_and_1_more_drawn_by_emaiyu84a45b6c3bd43b7e6e3557028c5dfdb7.mp4) recently but the website gave me the "A file had a format that is not allowed by the server" error and I'm not sure why I've seen people reporting the same thing and I've had it happen with other videos too, so I think it's worth looking into Reencoding the video works fine but it's still pretty weird
>>15749 Link to the original video got fucked by tags, let's see if this works fourth time is the charm https://cdn.donmai.us/original/84/a4/__natsu_and_airi_blue_archive_and_1_more_drawn_by_emaiyu__84a45b6c3bd43b7e6e3557028c5dfdb7.mp4
I'm just going to post this debacle from the >>>/v/ meta thread as a testament to how dogshit the moderation there has gotten, where they'll unironically side with a tyke cycling IDs and abusing the report system to ban the oldfags who point it out. Needless to say I'm not going to post there so long as this crap keeps going on. I guess I now understand why Mark has the reputation he has.
>>15753 Hypothetically, what if that first one was the hive getting kicked, and thus swarming in defense of the nest? So instead of one turbo-retard, it's a bunch of drones? I do agree that the other two shouldn't have been deleted since that's actual technical information that could help.
>>15757 Regardless of whether I pissed off one sperg or a bunch, I got banned for "spamming" (aka calling out how the cuckchanners were creating shitty threads and Foolzposting which upset them and caused their whining and mass-reporting you see), so I guess instead of actual substance and 700+ post threads Mark and the vols just want those underage pests that antagonize everybody and post the trending Xitter buzzwords to replace the oldfags instead, and they'll ban anybody who disagrees. Right now their fixation is trying to get the /bag/ general off the board so they can post threads like third and fourth pic related. I'll let them experience their utopia of cuck/v/ 2.0 until they start bitching about where the "good times" went (they fucking banned everybody, that's what). What's ironic is that they are using the exact same tactic of projecting their own faults onto the /bag/ posters, accusing them of being low-effort shitposters unlike them who post dogcrap /vb/-tier OPs that barely get any replies and find excuses to pick fights over nothing.
>>15758 >still mad unc with that facebook boomer rage type shit 😭
(25.46 KB 954x153 mullvadbrowser_rKZ6bLcGSR.png)

>>15759 Oh no. The phoneposters are here. Whatever will I do.
Hello, please address: >>>/tech/65
>>15761 what's the point of /tech/ when you got /t/
>>15753 >>15758 Lmao this little sperg who can't read is still mad. >just want those underage pests that antagonize everybody That is literally you though and you admitted to going into different threads to announce sage and shitpost about 4chan while contributing nothing. Those threads that you screenshotted were deleted, because it is very clearly against the rules. Why even try this hard to lie when someone can just open the catalogue? Glad to see you gone! But we all know you will come crawling back. You will keep crying and accuse everyone who you don't like of being a cuckchanner while contributing nothing of value, and you will keep getting banned.
>>15763 Hi Stray.
>>15753 >>15758 >/v/ is cancer More news at 5
(278.85 KB 700x434 So stupid.png)

Does anyone have the CSS code for how /gacha/ made their Post IDs have those anime girl avatars? I can't find it with Inspect. Help a poor man out here.
(25.09 KB 780x219 de way.png)

>>15771 almost like it's not css
(55.26 KB 494x266 Idiot Sandwich Oscar.png)

>>15772 Ah, thanks. LMAO
Seems like one of the global text filters is filtering something that it shouldn't, observe: in-dejewsonversations
>>15774 jews? what could those four letters mean?
(197.31 KB 725x925 Untitled.jpg)

(278.68 KB 831x887 Untitled2.jpg)

>>15775 A quick search on the internets and through a PDF reveals the answer.
>>15776 Sad but it makes sense then Wonder if it's a good idea to change the filter because of that at all
(578.99 KB 1116x1600 00.jpg)

(58.40 KB 200x200 01.jpg)

>>15777 it makes no sense and only hinders the people it isn't even designed to censor in the first place. anyone who would self-censor with asterisks or saying shit like "pdf-file" would be rightfully bullied for it yet everyone puts up with the same cowardly bullshit being imposed on them through global wordfilters. while actual loli artists use these verboten keywords as easter eggs you weeaboo faggots are pissing your pants over them its pathetic.
>>15778 >anyone who would self-censor with asterisks or saying shit like "pdf-file" would be rightfully bullied for it yet everyone puts up with the same cowardly bullshit being imposed on them through global wordfilters In the case of Mark, he'll just ban the people who bully the self-censoring dipshits. <weeaboo Well, fuck, I'm replying to Luciano, aren't I? Either way, fuck off.
>>15780 i think it's LCP
>>15774 weird that it triggers even with the space. was it an attempt to filter commercial CP spam?
>>15782 iirc global filters always ignore spaces
>>15778 That's there to avoid feds filling the site with pedo keywords and attempt to classify it as a pedo site so they can shut it down. Same as the rest of the filters. >Those letters on his socks She has to be pretty proud of her Percutaneous transhepatic cholangiography. >>15782 >>15783 Yes, because the same feds use s p a c e s and other in between characters to avoid getting caught by automods of black lists.
>>15784 Doesn't that defeat their own scraping?
(62.34 KB 768x768 big guy for you.jpg)

>>15785 Glowies weren't particularly the brightest, hell if you've paid attention to current events they've screwed up all sort of times. They printed out screenshots of prime on paper and tried to interrogate a poster who filmed them.
>>15784 >>15785 >>15786 it's not feds that do it. it's just siberians/vladivostokians trying to rip pedos off by spamming various places (not just imageboards) with CP links. this place somehow doesn't have a lot of that, i wonder how they mitigate it.
>>15787 poor hunting grounds it's not worth their time if few see it and fewer click it
>>15787 Truly, Hitler was right about their kind
>>15787 >NOOOOOOO not the Fedstreet Glownogs!
>>15791 peter thiel
>>15784 >>15786 >>15787 It's not governments who spam CP. It's people who are advertising their CP sites and who make money off the downloads. Here's some information about the people who spam CP on imageboards: https://trashchan.xyz/meta/thread/374.html
>>15793 does this need its own thread?
Your site is so fucking broken on mobile it isn't even funny, I'll go on my favorite board to shitpost and it suddenly pulls up a fucking full spanish language redirection page, or some other random image, and then not let me into the board catalog and just perma refresh. Please fucking fix.
(198.31 KB 884x1080 he laughed - color.jpg)

>>15795 You deserve this for being a (((phone poster))).
>posting here on a mobile device I shiggy diggy
(2.04 MB 640x480 PANIC.webm)

.se is a 502 error page
(247.48 KB 850x614 1752792348613000.jpg)

(100.24 KB 200x200 DorEi Dance.png)

8chan is dead again. Bad Gateway error, Node: 29c6cb20c35967bf4420b6fb250d835b And month 5 of .moe being dead.
>>15803 .se is down for me but .moe is fine on my end.
>>15805 moe has four nodes, so 75+% of people are fine the rest get the struggling node and go "OMG THE WEBSITE IS DOWN" instead of toggling their vpn location or binding the domain to a good one
>>15806 Some of us can only access the site through .se because all nodes of .moe are forever blocked for us so .se dying is the same as site dying
>>15805 >>15806 .se was working for me and then crashed, what even caused this?
>>15807 where in that post did it mention se that's another matter it also dies harder since its nodes go down in sync historically due to >>14788 >>15325 >>15517
>>15805 .moe has been down since the rapefugee flood. >>15806 Idc, it's too cumbersome to switch on VPN jsut for this. And wdym binding the domain? Poland is being blocked access. So .se is the only site that works, ever since then. So yes, 8chan is kill (again (again (again)))
>>15810 Just download TOR and hop on the .onion, it always works even if both .moe and .se is down and is 100% free and takes 10 seconds to open. I always switch to it as a kurwa like I did right now. The link is always there at the top of the page
>>15795 werks on my phone in fact i think this IB mogs the other ones in terms of mobile UI
>>15806 >binding the domain Could you please describe this for all the retards in the audience (me and 15810)?
>>15813 set it in your hosts file if your browser uses it, or force it with --host-resolver-rules="MAP 8chan.moe x.x.x.x" in chrome-based browsers (sorry firefox) or run your own dns and force it there
>>15811 How do you think I am posting at all? But it's inconvenient, so I'm out. How many outages was it at this point? I've lost count.
>>5423 >Suggestions and Feature Requests Hey, Codex, you may want to take a look at: https://flyingdogis.land/ The site has features like the ability to read PDF/CBRs directly on the site, in addition to some of image scrapper that links to original hashes of images. Do you think any of those features could be implemented on the site?
Who's a bad gateway? You are!
(1.01 KB 168x43 allowed.png)

Assuming for some reason one would want to is it possible to white list .apng but not .png?
.se is back.
>>15816 Linking to image source based on the file name is a feature in Lynxchan Extended
cp spammed to /b/
.se is gone...
>.se is doing a yo-yo Has any headway been made on the situation?
>>15827 The issue the other day was a very rare incident where the cache swap caused a problem and it triggered a safety mode. The issue today was routine maintenance on the host's end.
Is element/matrix down?
>>15835 >Update - We are in the process of restoring the matrix.org database from a backup. The matrix.org homeserver will be offline until this has been completed >Sep 02, 2025 - 19:42 UTC >Identified - We've identified an issue with the matrix.org database >Sep 02, 2025 - 17:39 UTC
>>15836 Where do I get these updates in the future?
>>15837 >>15838 They also do it in their social media with more specific details when it's this bad https://xcancel.com/matrixdotorg/status/1962954114188390751
That new loading thing for image downloads is a pain, the load bar is cool, but why is it suddenly so slow?
Is the onion site dead?
>>15843 Can't access it either.
Did you guys throttle playback on videos here now? I come back to this site and sometimes go down the stuff i put here and ever since a little after the 4chan flood i swear i cant watch anything anymore, doesnt load the whole thing and streaming cant keep up with playing when it does work. This definately isnt on my end.
Why can't I upload a file that's under the 32MB filesize limit but still ~20MB? It always says "connection failed" What's the actual limit?
>>15847 I just tested and it posted a 22mb video just fine, I'm pretty sure it's internet connection error on your end.
this happened again to me >>15548
>>15849 Happens to me specifically every time I try to browse the /v/ catalog. Doesn't seem to happen to me on any other board.
>>15843 Yes, onion died
>>15847 getting same error, that's not just on your end for sure
/b/ is looking for janitors. If anyone here wants to become a hotpocket on /b/, apply here: >>>/site/15853
moe feels kinda slow anyone else?
Tor broke please fix
>>15860 Still dead and we have spam on the bag thread >>>/v/res/1725994 https://8chan.se/v/res/1725994.html#footer
Nvm it took so long someone else dealt with it. Tor though.
(368.56 KB 2468x1075 lGmOm64dav.png)

(557.30 KB 2462x1057 zfegxa0z7c.png)

(353.00 KB 2465x1014 chrome_ZbO5MYNsf7.png)

(79.24 KB 2463x294 chrome_3gbt1LF21t.png)

Hey Acid, saw you post in the #GG general. Can you sit Mark and the other vols down in regards to this >>15753 >>15758 and how poorly they've handled this situation, because they're accusing me of "spamming" as their justification for banning me because I offended some pet cuckchan spammer of theirs or something as you can see here >>15763 As I've posted in the meta which they've deleted, I'm clearly not a spammer. Now, I know you have global access to logs and therefore can see their bullshit for what it is. Because I cannot post on a board that blatantly ignores its own rules. Ridiculous I have to go to these lengths.
>>15865 >Can you sit Mark and the other vols down in regards to this Our policy is to not tell Board Owners how to run their boards. This does not mean approval or agreement of their actions. It just means that they can ban who they want to ban and we don't get to override that. Board staff is not selected by the administration. If you dislike Mark's moderation (and you wouldn't be the first) then there's always the option to make another vidya board, although I acknowledge that generally these struggle to take off. You are also welcome to complain about the issue here as much as you'd like.
(849.13 KB 480x360 I got the rope right here.mp4)

>>15866 As much as i'd like, you say?
>>15866 but is he free to complain as much as he dislikes?
>>15866 Codexx, while I've already reached out to you regarding this, I want to see Acid's response before I put this to bed. >It just means that they can ban who they want to ban and we don't get to override that. I don't want a ban undone. >This does not mean approval or agreement of their actions. This is all I'm asking, according to >>4680 (Cross-thread). >The global moderators and admins generally don't involve ourselves in matters where a user of a board is ban evading on that board, unless they are doing it to spam. >Spam is always considered a dual Board+Global matter because it affects the site's main index page. Despite this generally hands-off policy it is possible for users to present enough of a problem that they become persona non grata on the site as a whole. Adding a user to this global shitlist is not a trivial matter, and first requires that the user has maintained a self-inflicted persona that is highly identifiable on an anonymous website. The user then must also have presented enough of a problem over time that both a unanimous vote by the admins and a consent vote by a majority of the global moderation staff each find that the user is well-known enough to identify reliably, and that they have caused enough problems that a sitewide ban is called for. >That being said, it is possible for a user ban evading on one or more boards to make such a nuisance of themselves across the site that it catches the global staff's attention and compels us to intervene. Such users are generally well-known thread derailers, persistent spammers, CP peddlers, or all of the above, and global staff are authorized to remove them and their posts on sight. >In extreme cases where the problem poster is also publicly declaring their innocence and a controversy ensues, site administrators may be authorized to reveal limited amounts of that user's data, such as a partial post history, as proof of the user's activities or identity. Because they are claiming that I am running afoul of Ruling 8. Now, it should be up to them to actually prove their allegations against me. But what I'm asking amounts to >can globals find evidence that I am a problem poster on the same level as glowop spammers Because this is what /v/'s moderation is inadvertently claiming about me by invoking this ruling, unless it no longer applies, in which case it should be amended to reflect it. If this can be proven, then I will respect their judgment. Otherwise, why are they invoking this global ruling when they clearly don't mean it? If the global rules don't mean anything, then why are they in place? Either way, it's a corner case that directly invokes this ruling, and not by my claims, but theirs. I want the air cleared because if vols can just misuse this rule then that's everybody's business going forward.
>>15870 You're a fucking retard that made posted a short sob story about how you are totally going to leave 8chan and yet you're here choking on Mark's circumsized jew cock daily to try and get "justice" on a fucking image board lmao
>>15871 you just don't get that his completely unique situation which totally hasn't happened before presents a problem for everyone. all those other witch trials were justified because they were all witches but now hes the one that has to drown to prove his innocence and so now its an issue that has to be addressed.
>>15865 reminder that the context behind this sperg is that he got rage baited by a cuckchanner in the meta thread then got his post deleted for it and got even angrier because the cuckchanner didn't also get deleted so in petulant childishness he kept on going until he got a ban and blamed random vols for it by namedropping strayed in here because he couldnt read logs to see that it was mark who deleted it so he went to zzzchan's meta thread on /v/ to blog about his experience and post bad faith screenshots of threads on the catalogue made by advertisement bots which were deleted soon after because he thinks its an epic own to get people off this site then he came back to 8ch days later to make a blogpost about leaving 8ch to further demoralize people only to come back here again days later to beg acid and codexx to do something alongside an off topic post on the gamergate thread as another attempt to drive traffic off site can this lolcow be fucking added to the global banlist already oh and of course he has some homoerotic obsession with another poster here and gives him a name despite it being an anonymous image board
(238.34 KB 500x281 1542899954.gif)

>>15874 >posting this while also posting a soyjak edit You deserve to be removed just as much as he does!
>>15875 mentally ill drama fags who force shitty psyops deserve trash images>>15875
>>15876 Still would have liked to go through my day without seeing a soyak
(31.30 KB 625x415 Red.jpg)

>>15876 And you deserve my foot up your ass.
(51.33 KB 2257x245 chrome_g52BzUjdZ8.png)

>>15875 <stalker is so mad his embarrassing posts are recirculated he cycles IDs and ends up providing more free evidence that this is an exceptional situation that needs global intervention So anyways, can board vols cite Global Rule 8 as a pretext to ban individuals for trivial reasons, and are we no longer practicing what it currently states? I think it would just be more honest for them to explicitly state <"we're banning you because we don't like you" because at least that's transparent. But they are trying to put up a legitimate facade. Because from my reading Rule 8 is intended as a precaution to ban malignant posters, but what happens when anybody can be labeled one? My issue is that the vols are labeling people "spammers" as cause for bans but Rule 8 implies that there needs to be a burden of proof as "[s]pam is always considered a dual Board+Global matter because it affects the site's main index page." I'm just following the letter of what is laid out. If this is no longer the case, then amend the text and everybody can be on their way. This requires a sitdown whether or not it's desired. Also, as you can see, the rule as it is in application clearly isn't working out in this very thread. My case for no longer posting here is laid out for me. Global administration can act on it or not, and everybody else can see that decision and make a judgment call, as I have.
Uh oh our local retard is once again lying about who is the one banning him and the reason for getting banned
>>15880 Nigger can you not READ ID NUMBERS and see that I have posts here prior to when that retard started his shit?
No, he can't. It took him 4 hours the last time on /v/ to realize it wasn't some imaginary vol that banned him but jewboy himself. Also notice how there is 0 attempt to deny that he goes onto zzzchan to spread propaganda.
Oh it was the retard trying to call me one of his boogeymen all along.
Correct now watch him say that we're same fagging too. Better yet, it's vols again falseflagging for sure this time.
>>15884 >>15885 What up fag Anyway is the tor site alright/under maintenance/gone? I basically just pop in here on tor and don't want to smudge your metrics on .se or .moe
I'll admit that I originally had some sympathy with this guy, but that more came from happenstance and conclusions I got from what was seen. In hindsight, though, raising this much of a stink on the SVT format posts getting deleted and how it's horrible and never will (You) ever post in /v/ for these abominable transgressions only to then not fully move on or at least bring it to supposed boards that don't care for Mark's actions is kind of juvenile. What compels (You) to come back to try and argue your case? Sure, giving up on an argument might seem like a faggot move, but dying on a hill that's clearly not going to be won is, in my opinion, even more faggy.
(57.75 KB 1314x414 Screenshot 2025-09-08.png)

>>15910 In the past the site administration have usually been understanding and haven't made decisions this egregiously bad. >What compels (You) to come back to try and argue your case? In part because I, among others, have noted Acid's absence, which is probably why moderation has declined. I've had issues usually ironed out here, this year things are different. So I dunno about you, but if you see the above posts and come to the conclusion that I'm the bad guy, then that communicates plenty about what you value and what this site values, much like natives can see if their local government imports a bunch of criminal rapefugees into their neighborhood and villainizes them for pointing out the problems they cause and the decline in culture. You're mad because I'm highlighting an ugly issue in public you'd much rather sweep under the rug, and "insulting your vanity." Or however you phrase it. Whatever, you're a nog mad that bodycams "make you look bad." <bring it to supposed boards that don't care for Mark's actions Already moved on, a certain sperg is mad and banging the floor with his fists over it. Mark's a big boy, I'm sure he can handle some screenshots staying up. <dying on a hill that's clearly not going to be won Already made my case clear (well, a certain somebody made it for me) unless something changes. I don't think you understand how online discourse works. If you don't care, why are you so invested in whatever I post? Enjoy playing in the litterbox with your 764 playmate from the sharty.
I was getting 503 errors on both moe & se a moment ago. tf is that about? I was checking https://xcancel.com/8chan_se to see if the whole damn backend was dead or something, but that account is "off-topic" most the time now so I can't really expect to see updates about the health of the site there. Is there an alternative?
Tor still broke
>>15910 No posts were getting deleted based on a file format. It started on /v/'s meta because he took bad bait and started posting things out of context alongside ban evading. Read his latest reply to you and you can understand that he is still lying about who was deleting the posts. Nobody cares if he wants to stop acting out and make normal posts about video games.
Wait so if a board is abandoned, what happens to local reports? I use one decently active despite being abandoned.
>>15787 >i wonder how they mitigate it. Israel and India are rangebanned. Hope this helps.
>>15915 <he took bad bait Oh right, yes, you mean that sperg who still types exactly the same here as he did on /v/, despite claiming <i wuz pretending to be retarded while admitting he was mad and upset over some posts calling out the Foolzposting. <ban evade Ban evade what? As I've stated very clearly with receipts I was handed out a tempban for "spam/GCfag" which was clearly bullshit as I was neither. So now it was "ban evading?" "Taking bad bait?" Where is it in the logs? <he is still lying about who was deleting the posts You seem to be taking this very personally. I never pointed to any specific person. >>15865 What an unusual defensive post to make.
>>15919 Yeah correct. I wasn't actively looking at the thread while it was going down but I managed to catch most of it a day later via mod view, and that is exactly what it looked like. You let some regard get in your head. You do have a valid point if you said that both you and the regard should have gotten deleted, the problem is you kept making things worse for yourself. As for the reason for your latest ban, you would have to ask Mark. I was not the one who deleted your post in the gamergate thread. I only deleted your wall of text detailing how you were going to stop coming here on the basis that I think it constitutes as gayops, backed up by your previous posting history (posting screenshots of threads made by bot advertisers which are always deleted and obviously low quality threads, trying to make the site seem unappealing to others). For your reference, I asked Mark if it was deletion worthy, and he gave the green light. In addition, scrolled up here and saw people pointing out your posts on other chans regarding this issue, which makes me think it was not a mistake at all. I went to sleepychan to fact check and it seems about right. The biggest irony is that people there are also telling you to fuck off because you literally can't stop posting about your situation. How long until you get banned there too, I wonder? But back to the original point, spam is not just a global rule, it is also against local rule 1 of /v/. If I had to guess(again, I didn't ban you), your repeated use of Tor nodes to repost the same out of context screenshots was the reason why spam was the justification. That is also why one of the other vols thought you were niggerpill. If you want to say that the post on gamergate was a completely new and original post, then sure I'd agree with you. But you still should have been banned anyway for making a meta post outside of the dedicated meta thread. Noted though to provide feedback on using better explanations behind bans. All of this could really have been easily avoided if you just turned off your computer for a day, calmed down and appealed the ban in a civil manner. There was someone on /v/'s meta thread who complained about getting falsely banned for being lucy. Mark said sorry and reversed it. But maybe it is asking too much from you. You can't even stop yourself from fucking up and having to delete and repost something probably because you are too worked up. Lastly, you are indeed lying. Someone highlighted the fact that you were blaming a random vol here about a week ago for the deletions. I'd like to help you and talk to you, but I think you are delusional about a lot of things. On the basis that you have made multiple attempts to disparage the board (screen capping bot threads which are always deleted), constantly claiming that you are going to leave only to come back here and cause more drama and all around telling white lies at best, I am not going to respond to you again. Also, if you are going to leave, why would I spend time trying to coddle you? As I said, you can make normal posts about video games again and not one person would have an issue with it. On a personal note though, I think you are a faggot and a bad actor.
>>15920 >calmed down and appealed the ban in a civil manner I did do that and you twits said I was "ban evading" and banned me because my post triggered a fit from the homeless anon. Let me post a previous example where I "ban evaded" and it was resolved peacefully, back in early August, with almost the exact same context of me getting banned by mistake and a vol clearing the record, it's probably the posts you are referring to. And look, in the posts immediately below this exchange there are other posters who are echoing my sentiments. I'll also post another exchange back in June that are prophetic to this current situation. People were always complaining about the cuckchanners, it wasn't until recently that apparently that became a pretext to ban them. <(posting screenshots of threads made by bot advertisers which are always deleted and obviously low quality threads, trying to make the site seem unappealing to others) See, this is such a weird fixation of yours. I posted these images as a point that the moderation wasn't acting fast enough to remove them from the catalog (they were there for days on end), despite actually being spam, but you act like it was a transgression of the site and board rules despite that not being the case. And again, it used to be the norm to post screenshots of transgressing posts, it's called "transparency" and "accountability," which you seem unacquainted with. <regard Retard. Great to know a vol types and self-censors like a Redditor. It's hilarious that you type up a post trying to present the front that nothing about the board culture has changed only to immediately out yourself. <your repeated use of Tor nodes to repost the same out of context screenshots was the reason why spam was the justification Also hilarious. I don't use Tor, and I've only posted the screenshots you are obsessed over once in the meta thread and here >>15645 Unless something's changed on the site backend that I'm unaware of, Tor IDs show up as "000000." <bad actor So did you not see the posts in the meta thread where other anons vouched I was a longtime poster who liked to promote the use of SVT-AV1-PSY, and I linked some of my contributions from last year? Or are you not tall enough to see above a windowsill? Oh right, never mind, you guys deleted and banned any anon who spoke out on the matter in the meta thread. And I've posted plenty of evidence that a lot of posters were upset that I was leaving. <As I said, you can make normal posts about video games again and not one person would have an issue with it. Stop being such a tsundere, you can admit you want me back. But your post demonstrates exactly why I don't post on /v/ anymore. <The biggest irony is that people there [on sleepy] are also telling you to fuck off because you literally can't stop posting about your situation. I sure love how you are so cowardly as to not link the single post you are mischaracterizing, because it immediately disproves your allegations that I was a spammer and bad actor. I can handle banter, but you clearly cannot. I also love how you guys deleted the posts of the anon who came from sleepy because he was disgusted by what he saw. <I think you are a faggot and a bad actor. You think? Doesn't show a lot of confidence. Again, global logs would show I was a longtime poster and the new /v/ administration decided that wasn't worth shit, not when I was hurting the feefees of the disruptive cuckchan spammers who treat /v/ like /vb/. If you want to prove your claims that I was being a bad actor, pull out the logs. Pull out the posts you are referencing instead of making vague allusions and um-ahhing. Accusing me of making "out-of-context screenshots" when you have mod tools doesn't make an ounce of sense (and again I share these caps because you guys were deleting everything), if your claims had any legitimacy then just prove it right here and now instead of bitching "out of context wah wah." See, I dragged this out into the public square because I know how to work you types and my case would survive scrutiny in the arena. I can post evidence and keep this up as long as I have to. All you have to offer are DARVO and womanly smearing because I have nothing to hide. It is because you guys kept deleting and trying to hush the matter that I brought this to Global, because I knew logs would vindicate me. You guys fucked up, you ostracized an oldfag in favor of a mentally ill newfag who is posting 'jak selfies of himself even here >>15874, and you apparently don't know what the Barbara Streisand effect is. Like I said, if you guys want to convert /v/ into a new 764 hangout and sharty bunker >>15912 and you don't think that's an absolute embarrassment, fine by me but I and others can smell the stink from a mile away and don't want anything to do with it.
I speed ran your reply and there's at least 3 lies and 1 contradiction in it. Yeah I'm really not biting anymore. Have a good one, see you in 3 weeks max when you come back just to complain again. >We Are all evil and out to get you for no reason and you are not an asylum escapee.
>>15923 >>15920 <I am not going to respond to you again I know how to work you types, as I've said >>15922 I knew you wouldn't hold your word. Ironic you're accusing me of lying while lying yourself.
>>15923 >>15925 Fans of gookslop really are a cancer everywhere. BA shitskins really are a cult.
(56.28 KB 267x220 NagatoroDisgust.PNG)

>>15753 >>15758 So let me get this straight. >Acid is AWOL somewhere. Probably hasn't been seen in weeks. >Mark is tired on running /v/ >Instead of handing it over to someone who actually wants to run he board, he invites a bunch of 4chan users to be made into mods who then ban anons in threads because they don't understand the culture. It's like you think there can be a new low with Mark but actually selling out his community? Maybe Jim was right, "Fuck Mark, Fuck /v/, Delete /v/."
hey, so /v/ has an mp3 "playing", but since moe is down & on se it links to to the file in moe, it doesn't play, it'd be good to make those things instance agnostic i'd say
>>15928 So that's why it isn't working.
>>15686 >>15687 >>15691 Why is this issue still present? Closed the quick reply box for more visibility of the page since my post was getting too long, and it just deletes it from the regular reply box too. This wasn't a problem before, no reason this should still be an issue now even on desktop.
>>15927 There was a run for applications before 4chan shut down for a week, you had your chance.
tor fixed
>>15927 why do you samefag when you are going to use le anime pic and out yourself
I understand my computer is old as fuck and the processor has a hard time boypussying the cumpressor but this shit hangs sometimes. It might be juuuuust a hint overtuned.
>>15934 It's legitimately psycho behavior
>>15927 *wheeze* nobody tell him that the kike is the that banned him
Minor change request .doomText { font-size: 106%; } !!!!!IIIII
I'm having a bit of problem reposting these 3 pictures https://x.com/sister_ram/status/1966326038146740633 I can post each one fine, but if I do all 3 at the same time I get first picrel when I click reply, even though they do not exceed files size limit. And once that happens, I cannot post anything unless I refresh (same error every time, I think?). I'm on Floorp with uBO and the scripts and scripts manager in 2nd picrel, and I have tried disabling each script. Also what's up with the captcha (3rd picrel)? The timer's not up and I don't think I entered it incorrectly as you can see. It's not the first time I've encountered this and I'd have to reload it for it to work whenever I open a new 8chan tab
>>15954 addendum: I have tried hard refresh, and also > I'd have to reload it for it to work whenever I open a new 8chan tab on boards that require captcha, and sometimes on the same tab that's been opened and posted on.
>>15954 the images are because you're trying to copy and paste the image itself and the site freaks out when you overwrite the clipboard haven't looked into a good way to handle that yet, so download them if you're going to multipost the captcha is just batshit, who the fuck knows there's something jank in the handling that causes the first one to go full retard so you're better off reloading it before even trying it's probably some stupid assumption in the front end haven't looked at it yet, codexx might have glanced at it a time or two
>>15956 I see. Will do next time. Thanks.
>>15928 It is agnostic if you link the URI instead of the full URL.
a suggestion by someone to shy to just post it here >>>/v/1748125
generally i think the mod log needs a touch up. it needs more hyperlinks. the category selection in the report system still seems useless too. was it meant for BOs who wanted report templates or something?
>>15962 the only actual function of categories is so you can filter reports by them theoretically they could be used as shorthand for rules but get this >they're site-wide useless fucking feature the report logs in general are a fucking nightmare and just about need entirely overhauled, but that probably also means breathing some sanity into moderator actions in general
>>15963 i was considering learning some JS just so we can at least look at what kind of posts mods close reports on easily. shouldn't be TOO hard, i think?
>>15964 llms are decent at js, good way to get started for (const desc of document.getElementsByClassName("labelDescription")) { const linked = desc.textContent.replace( /(?<=post )(\d+)(?= on thread (\d+) on board \/(\w+)\/)/, (_, post, thread, board) => `<a href="/${board}/res/${thread}.html#${post}">${post}</a>`, ); if (linked) desc.innerHTML = linked; }
>>15965 I'm half asleep, that conditional's pointless it always sets, which is fine for one off golf for (const desc of document.getElementsByClassName("labelDescription")) desc.innerHTML = desc.textContent.replace( /(?<=post )(\d+)(?= on thread (\d+) on board \/(\w+)\/)/, (_, post, thread, board) => `<a href="/${board}/res/${thread}.html#${post}">${post}</a>`, ); but to avoid it if the logs are hueg and it's a bottleneck for (const desc of document.getElementsByClassName("labelDescription")) { const match = desc.textContent.match( /(.*?post )(\d+)( on thread (\d+) on board \/(\w+)\/.*)/, ); if (match) desc.innerHTML = `${match[1]}<a href="/${match[5]}/res/${match[4]}.html#${match[2]}">${match[2]}</a>${match[3]}`; }
How do you change the site bypass spinner in the css? The black one can conflict with certain themes. It's not critical of course but it'd still be nice to be able to coordinate it correctly.
>>15967 There doesn't seem to be a way to change it to where you can replace the spinner with something else. Since it's hard to get the validation window to stay open while using the inspector tool, I've pasted the HTML & CSS paths while it was doing it's thing that one time I had it. HTML <img src="/.static/spinner_infinity.svg" style="background-color: transparent; width: 300px; height: 100px;"> CSS path body div.modalPanel div.modalInnerPanel form.modalForm img
>>15968 img[src="/.static/spinner_infinity.svg"] { filter: invert(100%) sepia(100%) saturate(1000%) brightness(50%) hue-rotate(120deg); } have to crank the saturation or contrast to the moon to get a decent color out of it ideally it would be in the html properly so you can just style the components there's only one or two themes it's bad on and imo they're unusable without a lot of custom fuckery anyway
>>>/fringe/1509 What is the site admin stance on material such as the Tarrant shooting vid? We had a discussion about this on /fringe/ where some posters wanted to post it because of free speech, while others just wanted such posting banned because it's off-topic, and may harm the site. If this is important enough, feel free to leave a comment in the fringe meta thread linked above.
(1.41 MB 1423x1080 pretty patty.png)

>>15969 Here's some more colors made. In order to preview these changes since the bypass validation window doesn't stay open, you must overwrite the captcha source in the HTML editor to <img src="/.static/spinner_infinity.svg" style="background-color: transparent; width: 300px; height: 100px;"> 🔴 Red img[src="/.static/spinner_infinity.svg"] { filter: invert(16%) sepia(95%) saturate(7491%) brightness(81%) hue-rotate(-5deg); } 🩷 Pink img[src="/.static/spinner_infinity.svg"] { filter: invert(22%) sepia(75%) saturate(3700%) brightness(575%) hue-rotate(-75deg); } 🟠 Orange img[src="/.static/spinner_infinity.svg"] { filter: invert(22%) sepia(75%) saturate(3700%) brightness(300%) hue-rotate(-15deg); } 🟡 Yellow img[src="/.static/spinner_infinity.svg"] { filter: invert(84%) sepia(27%) saturate(600%) brightness(104%) hue-rotate(0deg); } 🟢 Green img[src="/.static/spinner_infinity.svg"] { filter: invert(52%) sepia(77%) saturate(965%) brightness(100%) hue-rotate(76deg); } 🟩 Vivian's Green Ribbon img[src="/.static/spinner_infinity.svg"] { filter: invert(48%) sepia(94%) saturate(750%) brightness(120%) hue-rotate(31deg); } 🔵 Blue img[src="/.static/spinner_infinity.svg"] { filter: invert(19%) sepia(94%) saturate(2965%) brightness(100%) hue-rotate(196deg); } 🟣 Purple img[src="/.static/spinner_infinity.svg"] { filter: invert(20%) sepia(60%) saturate(2000%) brightness(100%) hue-rotate(260deg); } ⚪ White img[src="/.static/spinner_infinity.svg"] { filter: invert(100%) sepia(0%) saturate(0%) brightness(200%); } 🟤 Brown img[src="/.static/spinner_infinity.svg"] { filter: invert(40%) sepia(80%) saturate(2000%) brightness(70%) hue-rotate(20deg); }
(2.12 MB 3816x1893 09-15-2025_205923.png)

I found that &apos; website bug again, but this time it appeared when I hovered over a crossthread link & it showed a preview of another thread. We used to see this happen a lot where an apostrophe in a subject of the thread would turn into &apos; & I thought it was stamped out, but here it is again. There was another character replaced as well, but I can't recall what it was & I don't have a screenshot of the last time this was happening. [I also just got a connection failed error so this might double-post]
(138.97 KB 1313x268 thah post.png)

>>15961 posting a pic of the post just in case
(58.24 KB 1121x185 image.png)

>>5423 Minor QoL request but a hover timestamp on posts would be nice for people like me who are too lazy to do the math and want to see how many hours/days old a post is at a quick glance.
>>15978 I do .relativeTime { display: inline-block; max-width: 0px; max-height: 1.1em; overflow: hidden; padding: 0px 0px 0px calc(8ch + 2px); margin-left: -8ch; } .relativeTime:hover { max-width: none; } with relative times on to get a similar effect hovering over the actual time, but yeah, I want to mainline something like it that stupid calculation function runs every few minutes and hits every post on the page regardless of whether they're even in the viewport
(241.52 KB 2255x653 mullvadbrowser_7hUqFpCRzQ.png)

(136.91 KB 2282x604 mullvadbrowser_4tzucynpbf.png)

(222.71 KB 2117x307 mullvadbrowser_i1lI2sbPyf.png)

(104.87 KB 2088x501 mullvadbrowser_KUmsIEFCe7.png)

So I've decided to check up on /v/ after my public blowup. And oh look, the vols on that board, despite accusing me of being a liar and bad actor, <still are deleting perfectly good posts of substance <have completely dropped enforcing the rule against Foolzposting and just allow it now, converting the board into a cuckchan shelter as I've predicted with the smell of shit that comes with it <allow trannyjaks on the front page now <delete any post calling out their bullcrap <have tore the board apart whenever somebody raises a question thinking they're me, because obviously I am the only person to ever have had a criticism and I must be a boogeyman to scapegoat for their housefly moderation Even the cuckchan rapefugees from /vg/ call them out. Sad to see what I suspected come to fruition. Pattern that I'm all too familiar with, some low-functioning sociopaths get control and drive out the natives, killing the community slowly with their cancer. Ironic that I help /bag/ and one of them pays my kindness this way in classic farmer and viper. Well, sleepy really likes the threads I've started, they've complained that posters haven't been making them.
ok but who asked LOL
>>15981 So you came back and are still capping shitposts from the usual suspects which get deleted, still lying about vols when the deletion jew is always behind it, bragging about helping a general that never needed his help, and brags about his posts on a dead website?
(1.54 MB 480x360 annoyed croc.gif)

Dunno if this is supposed to be a feature or a bug but closing the Quick Reply box deletes the message in the main Reply box and this wasn't the case before. I keep accidentally erasing what I type because I close a Quick Reply box to get it out of the way and end up deleting the text. Either way please fix this, it's a pain in the ass.
I find that if I'm trying to make a new thread, regardless of the board, I keep getting "Invalid CAPTCHA" when I click submit, UNTIL I refresh the page, at which point the CAPTCHA is still the same CAPTCHA and my same answer now works and the post goes through. Started habbening around maybe two weeks ago. I cannot go on like this
Why "Local Times" feature no work?
I think the websockets on .se broke again Can't have anything nice in this life for too long
>>15987 pinged the powers that be, probably something simple >>15984 >>15538 localStorage.setItem("qrClearOnClose", "false"); it's feature flagged, need to add it to the settings dialog but also already lynxchan-- does that part of the problem is the QR is basically an extension of the posting form and all posting goes through the posting form, but they really should be two completely separate entities with configurable sharing behavior the code's a mess
>>15986 tor browser? private window? relies on the browser reporting your timezone which it won't do if you're running one that's anal about your privacy
>>15989 >pinged the powers that be, probably something simple Seems to be working again, thanks We're so back
Asking again about implementing image link pasting feature. Also is there any reason why you can't do multiple copy-pasting images on firefox but you can in other browsers like brave?
>>15992 >pasting maybe, the current csp would block it and I'm not sure if there's a feasible way around it or you'd have to beg codexx to allow random connect-src which is a bad idea maybe I could tweak the backend to give you a different csp based on a user cookie if you want the risk the pasting thing is a "bug" with the buffer getting wiped, it probably just needs manually copied and brave might do that by default or something I'm the only one doing major contributions at the moment so the timeline is like >extended report information that's on the dev server right now waiting for update was going to be a simple backend change, but then it spiraled into a couple utilities to make writing backend mods easier >rewrote all the front end thread updating so it actually supports all the changes that can be made to threads that's like 80% done, it's annoying how little of the current thread updater is functional given it's main interaction regular users have with the site >writing a robust backend event server to replace the barely implemented websockets we are here, like 90% done, also gives us some spam countering options >next is integrating the changes back into the front end and reworking the footer/html/css that's the other 20%, probably going to look something like picrel >try to have that finished up by the end of the month <halloween stuff >then the eighty eleven million little front end things like all the broken links, little features like link pasting, etc there's 134 issues so far to hammer away on not including things from userscripts that should be core features and then there's things that need thrown out entirely and rewritten for the website like the settings dialog, QR, post parser that adds the menus, etc
>>15993 Whose dick do I have to suck for us to get separate spoiler images for porn? No homo btw. I don't always want to see porn and the Russian Roulette could be anything from a meme, an actual spoiler, or porn.
>>15994 mine? your own? someone who wants to put on their big boy pants and actually contribute to something in life? it's had a tracked issue for a while, but there's a few small hitches that make it not exactly trivial also you should toughen up one of the userscripts does have blurring as an option instead of the spoiler image which might help in the meantime
>>15993 Thanks. I wonder how it is possible on 4chan with usercript considering that site is much worse. I guess for copy pasting bug, I need to use brave and not firefox for the meantime? thanks for hardwork.
>>15996 4ch doesn't even serve a CSP if anyone ever found a way to post something there that tricked your browser into loading arbitrary data or scripts, it should happily do it unless you use an extension that whitelists requests otherwise I think userscripts can violate the csp in some cases if they're clever enough it's just a mechanism for the site owner to tell the browser what the expected content for the page is and the browser honors it to prevent user submitted content or ignorant developers from connecting to things or running scripts they shouldn't
(723.87 KB 1640x716 SerpienteDiamantina13D.PNG)

(549.94 KB 817x876 ActuallyGoodThreads.PNG)

Reposting from /v/ >>>/v/1783356 >Off topic: >Who's the BO of /x/? >They need to clean up their board. >>>/v/1783432 >They've been MIA >>>/v/1783450 >So this is what happens with abandoned boards huh, nearly a third of the threads are zero-reply mexican schizobabble, damn. What's usual protocol here, global jannies? Open the BO position? Torch it and start again when we get interest?
I've been having trouble accessing the .moe domain on Librewolf for some reason for a couple days now. I can only access the .se domain and I just tested on Ungoogled Chrome and it works just fine there. I thought it was down, but I see it's a problem with my browser. I deleted my .moe cookies, but it's still not loading. Does anyone have any recommendations to fix this problem?
>>16000 bad dns gacha and you might have one browser configured to use DoH with a different resolver check the ip and set it to something else in hosts if your setup respects it
Are all Cali IPs getting banned/blocked when sb 771 gets put into effect on New Year's day? https://archive.ph/fGjGr
>>16002 No. The bill explicitly targets sites utilizing algorithms to deliver or recommend content. All posts on the site are presented in a deterministic fashion and the presentation is the same for all viewers. In other words, we are a platform and not a publisher, and we do not endorse or promote any specific posts or viewpoints within those posts. >>16000 Like >>16001 said, some of the boxes are blackholed and the DNS is random, so if you get unlucky you get a bad route that can't terminate. Best thing to do is to find one of the IPs that works and set it in your hosts or something to always go to that IP. We're working on some better workarounds for this. Unfortunately, it's not an easy problem to deal with.
Why do I need to validate a block bypass with javascript or another program to post?
is there any reason why the .se sometimes gives me the "I agree" Rules page and sometimes doesn't? what's up with that...?
Moderation tool suggestion: An option to withhold all new posts in a thread for approval. This would be helpful during a raid/spam attack where new posts won't be visible to users until after they're manually approved or banned by the BO/volunteers. So basically if somebody is spamming CP, gore or just walls of text spam, instead of it staying up until it's deleted, the users won't have to see it at all and would only notice a slight delay in their posts appearing.
>>16007 if this is the grand plan to stop whats going to happen on /v/ it's not going to work fancy meeting you here if you are a /v/tard, i was poking around here to get some further insight on what the mods have access to
>>5423 What is going on?
Time to start IP blocking Florida: The government of Florida is requiring that websites allow users to upload government issued IDs to verify people's ages or face $50,000 fines >What are Nutaku and lustyheroes? What to know about the porn sites Florida’s AG is suing https://archive.ph/Ja2Ni <Florida continues to go after adult websites that the state attorney general says aren't complying with a new state law requiring aggressive age verification. This time it's adult games. <The state has filed complaints against Lustyheroes.com and Nutaku.net, sites state Attorney General James Uthmeier said in a Sept. 15 release distribute "pornographic video game content" without any process to make sure users are 18 or over. He also named the adult video site SpiceVids.com. <Nutaku and SpiceVids are owned by Aylo, the parent company behind Pornhub, the world's most popular adult website. Pornhub blocked the entire state of Florida in January when a new law mandating age verification systems with threats of hefty fines went into effect. <“Florida is committed to being the best place to raise children. We passed strong legislation to keep kids from being exposed to harmful and toxic material, and instead of following it, these platforms ignored it,” Uthmeier said. “We are taking them to court to make sure they cannot continue bypassing Florida’s common sense safeguards.” <... <In 2024, the Florida Legislature passed HB 3, which restricted children from social media and required any commercial site with adult content to use an age verification system or face fines up to $50,000 per violation, plus attorney fees, court costs and the potential for civil liability. <The specified systems must require an upload to each site of some form of official ID that verifies age
>>16007 imo you might as well wave the white flag if you do this in response to spam. consider the idea that the spam is MEANT to make discussion about subjects some schizo doesn't like much harder. not that giving BOs the option is necessarily bad either considering the home page talks about how "anyone can make their own imageboard" here. i just think it's not a good response to someone obviously shitting up some place.
>>16008 I actually don't use /v/, this is mainly something I'd like as a precaution for my own board and think could be useful for the larger ones that deal with worse. >>16011 More available anti-spam measures is always a good thing to have. A lot of spammers thrive on attention and derailing threads. They want users to pause whatever topic they're talking about and pay attention to their walls of text or scat/gore pics. Take away their visibility from regular users and they'll quickly get bored and move on. To add on - this feature when enabled wouldn't affect IPs that have already posted in the thread, only brand new IPs (which 90% of the time at that point will be someone trying to evade) that way it will even less noticeable and disruptive to people.
>>16007 that's not going to happen unless you write it for architectural reasons which aren't worth diving into and functional reasons, like what happens when modkun goes to heat up a hotpocket? what happens when they start baking other threads? what happens when they start spamming the entire board instead? what happens when you start approving posts out of order? other tools existing, in process, and planned, should handle it more cleanly and comprehensively >>16012 this anon >>16008 is some retard that has a bone to pick with mark and plans on spamming /v/ as if it's not just another day for them
>>16013 mod approval only works if you have multiple jannies already. i think some imageboard software also has thread creation approval or even just image approval.
>>16014 yeah and it's shit experience most of what most people do most of the time is perfectly fine or at least not disruptive
>>16015 it's telling that the sharty and its splinters are some of the few that use it because they just can't help but post CP
why not make it work the other way around and have it auto approve posts after a few seconds regardless? that way if a mod is babysitting it they can remove the spam when they see it and posts still flow through if they aren't looking at the page
Feature Request. A button that toggles fitting expanded images to the screen vertically. /* Limit expanded media size to vertical screen space */ .uploadCell.expandedCell .mediaContainer, .uploadCell.expandedCell video, .uploadCell.expandedCell img { max-width: 90vw; max-height: 90vh; width: auto !important; height: auto !important; display: block; } Don't know if this already exists, but is buried somewhere that I didn't see it. It's perhaps more necessary for huge portrait videos that cutoff at the bottom/top because they do not fit to the screen vertically, you can't see the whole video when you expand it because of that.
Can I get some mod movement on >>>/erp/65629 ? I global reported it a while ago and it looks like it had been up for quite a bit before I even saw it.
If Acid, Codexx or any global admin or vol can see the filters I have on my boards, I'd like to recommend adding most or all to a global blacklist. Some imageboard called kiwichan or something with a dozen different backup urls keeps getting posted on /loli/, or people ask about it there. They have regular boards, but they also have a /c/ board full of "sfw" 3DPD kids. I added all their listed urls and contact info to the filters on /loli/.
>>16021 Yes, those guys are actual CP peddlers and trade CP through embedded images on 4chan. Mods there seem to purposefully turn a blind eye to it and permaban you for CP (!) if you even bring up the problem. Go read UnrealSkybox's thread on KF for more details. Does this place have any countermeasures against gay furry pedophiles with seemingly unlimited funds and residential proxies?
>>16021 >>16022 This post >>15761 also brought it up.
>>15795 Phoneposters/browsers get the rope.
test every time I try post an image I get a "connection failed" before it finishes uploading
>>15865 Mark is a terminal retard, but your slapfights with/about cuckchan posters show you're pretty retarded too. I don't know why you think some of those caps you posted reflect well on your argument at all. Especially the first one here >>15753 >>15866 Speaking of, I made >>>/bv/ for this very purpose. >>15934 >le anime pic >>>/cuckchan/ >>16025 >>>/test/ You should be testing with larger images. Your internet, or 8moe's, could be iffy.
moe domain down :(
>>16005 >Why do I need to validate a block bypass with javascript or another program to post? Anyone?
>>16005 >>16028 Its a protection measurement against spam, bots and more
>>16027 not usually the case you just can't reach the server your dns resolved to use a different vpn location pin an ip in hosts / chrome map rules use se
This new board >>>/antipedo/ was made by the known schizophrenic Diosoth and I'm not sure it's a good idea to let him have a free platform for his craziness. He's constantly tries to dox people in the past, particularly those that have made his enemies list. Not just online, he's attempted to do it IRL as well. It seems like the board is specifically set up as a doxing board. Which would be bad enough but he's also completely delusional which means there's a high chance of him doxing completely innocent and unrelated people. He's also the kind of crazy left winger that will probably do a Charlie Kirk or some shit in the future, especially since things are getting crazy in the country. Crazy calls to crazy. I would absolutely treat him and his one man crusade as a site risk. I really don't want to undersell just how delusional he is, just google his name.
>>16031 >I would absolutely treat him and his one man crusade as a site risk. Seconding this even when I didn't even know the guy. It just reeks of gayop plant.
Question: Does doing a global report only send a report to the global mods, or does it also send it to the local mods?
>>16033 Ok, it seems like the answer is no, can you change that behavior or add a button or something to send it to both? It makes dealing with CP spammers much slower.
Is the bug where a post is very likely to be eaten if it has more than one image attached looked at? I remember seeing someone talking about it in this board some time ago but I can't find it anymore
>>16037 never heard of it there's a bug where if you try to copy/paste two different images from another browser it won't let you post if you're having problems posting a lot of media it's probably connection related tor?
>>16038 >there's a bug where if you try to copy/paste two different images from another browser it won't let you post I'm aware of that one and I think this is different >if you're having problems posting a lot of media it's probably connection related It does seem to happen even more often when the connection to the website is slow, but the post just doesn't disappear for me but for for everyone else currently with the thread loaded, the post pops up again if you refresh the page >tor? Haven't seen it happen in tor yet, but I also don't use it that often. Seen it happen in regular browsers like Brave and Firefox
>>16039 if few see the post, check the time between it and the next post if two posts are made really close together they can show up out of order and the current front end doesn't know how to handle it it happens a couple times a day across the site I'm not sure exactly what trips it up, but I think the results from mongo aren't exactly reliably ordered despite consuming post numbers or it could just be one of those lynxchan thingstm
>>16040 I'm 1a6714/b01fc9 and I decided to pay attention to the post timings and it does seem that one of the eaten posts was posted at the exact same second as another post One of the eaten posts was posted one second before/after its neighboring posts but it had two 2MB images, I still wonder if filesizes have anything to do with how likely it is to happen
Can someone remind me what the difference between unlinking a file, and unlinking+deleting a file is?
>>16042 Also, I know s4c6f8fomeone mentioned it here already, but they weren't entirely certain. >>14909
>>16042 unlink just remove file from the post but file still exists on the server unlink+delete completely erase file from the site I guess
>>16044 that's right, and after a few days orphaned files get removed by the pruner generally instantly deleting is reserved for global vols and up, but I haven't checked if unlink/delete honors the trash bin setup
>>16031 >>16032 Well like was predicted he's doxing people now. >>>/antipedo/13 >>>/antipedo/17 He's been obsessed with these people for a decade or more. He's not going to stop as long as he has a platform to post it.
>>16046 Have you global reported the board? It's against global rules.
>>16047 Going by the logs on his board it seems the globals are ignoring it.
>>16047 Well I globally reported those threads. >>16048 They really shouldn't if they are.
>>16049 I agree, the guy is a walking time bomb. There's an entire subreddit dedicated to people talking about the experiences they've had with him, and how he's stalked them online for years.
haven't been able to post on captcha boards here and there on both my phone and PC
>>16046 We will see I'd love to delete that board. But I'm not a global moderator.
Can you make it so disabling reply self-deletion and thread self-deletion are separate options? Because it's really fucking annoying when a faggot OP deletes his own thread and everyone's effortful replies along with it. Maybe it could be on a timer or base it on the amount of replies, in case an OP wants to immediately fix a mistake or something.
>>16056 vols can just restore it if they delete it again (if they even can), it can be restored and merged into a new thread that they can't delete sounds like a moderation issue
>>16045 Trash is a little weird because it's sorta tacked-on and the implications for pruning were not well considered. Basically, if a post is trashed, the media isn't deleted until the trash bin is pruned. Makes sense, otherwise you can't restore it. But this presents a problem if the content is straight illegal, because we do want that removed ASAP. Media deletion is technically a global operation, but if a file has no references on the site then it will be pruned. How can you remove references? Unlinking. So an unlink will allow an immediate prune if the file is not currently elsewhere on the site. It's a workaround, albeit an annoying extra step for local vols. Since media pruning already works by reference counting, it probably would make sense to trash how many instances are trashed and how many aren't and then add an auth check to media that only exists in trash. But that would take a bit of work to implement so it's been on the backburner since trash got added. >>16056 Sounds like a good idea to me. >>16050 >>16049 >>16048 >>16047 I need Acid's approval. I will poke him to take a look and make a final call.
>>16058 So unlinking file may get it deleted from the server if it's not posted elsewhere, but unlink+deletion will do it instantly, sitewide? Should I really have that power a board owner?
>>16059 >that power a board owner? that power as a board owner*
Just saw two instances of a very strange bug in /vt/. Two different anons tried to upload completely different files, both ended up with the same broken file. >>>/vt/827877 >>>/vt/829262 >>>/vt/829299 The first anon was trying to upload an mp4 but ended up with what appears to be a truncated png of the Ace Combat 7 cover art, but with the name of the original file, so it appeared as a broken video due to the .mp4 file extension. The second anon was trying to upload a png and ended up with the exact same truncated png that was also erroneously attached to the first anon's post. Very very strange.
>>16061 Either cross-board quotes don't work or I'm retarded. To clarify, that first post is in thread 826977. The other two are in thread 824964.
Is there a reason why sometimes site fails to load posts with big file size images unless I reload the page? it happens quite often in /v/. I use firefox v143
>>16061 >>16062 >>>/vyt/827877 >>>/vyt/829262 >>>/vyt/829299 forgot where you were grandpa I think what actually happened is that first anon fucked up saving the file ages ago he posted that broken file before but no one bit the other was probably fucking with people for a laugh it's not the same because they have different hashes, sizes, etc >>16063 load posts or load the files? it's probably a connection issue either way, but if you're using one of those userscripts that automatically prefetches the files for purposes of spoiling them with blurs or whatever, that will make it worse swapping moe<->se might help
>>16064 Correct me if I'm wrong, but the filename you get when you select "Strip Filenames" is the hash of the file, correct? And you get the same filename when you download a file by right-clicking the image/video itself rather than right-clicking the name of the file. The filename I get when saving that first example is identical to the name of the second example. Also, both files were 28.81 KB.
>>16066 I must have looked at the other file that was posted when they were talking about it there shouldn't really be a way for file-post relations to get messed up unless it's some weird db bug in the event of a clash I think it would just use the file already on the server with its information since it checks for that at upload, so theoretically the post could have the "wrong" file attached, but nothing about that would break the files unless stephen's been silly also not going to happen back to back unless both users there were uploading the same clashing file, which they probably wouldn't have, so that second anon's probably still playing games codexx could maybe dig through the media management and unearth something but it's really not worth any effort unless it's an actual bug that starts showing up and not just some one off quirk, gamma rays or neutrinos flipping bits or whatever, or anons being funny in spooky month
>>16067 They weren't exactly back to back, those posts were made a few hours apart. I figured it was a strange database bug but I can't deny that it could just be anons acting silly. I'll assume the latter for now. I'll only bring it up again if one of my own posts ends up doing something like this.
ToR site broke
>>16071 weird, worked on my 4th attempt of cycling connections
hey nerds, bitch now about this footer rework >archive action could come back as a dropdown menu item, it's broken anyway >top is already in the navbar up top, you have the home key, mouse gestures, etc >[Forms] opens the action forms below >[Mod] opens the mod links below
>>16073 current mobile for reference not like the desktop is that much better either and if you're sharp, imagine the new one without the footer or the index/catalog links because you're chad enough to hide them
>>16073 Looks good. I like the post etc counts.
Is it possible that special character copied from MS Word change when pasted here? I initially typed this in word, paste then close tab. I didn't see the result but then i check back. Most of these are quotation mark but they change into question marks.
CHECK YOUR FUCKING REPORT LOGS, THERE'S BEEN CHEEZE PIZZA HOSTED ON THE SITE FOR THE LAST TWO HOURS AND NO ONE HAS REMOVED IT YET!!!
https://youtu.be/zAb_tNH_OFU?t=2656 So this is one of the reasons this site was targeted back then?
Would it be possible to add keyboard controls to the advanced media viewer since posts can have multiple attachments?
>>16082 don't see why not, sounds like a good idea would let it replace the broken as fuck gallery mode, especially since I think it has a maximized option maybe different binds than the ones the gallery uses up/down prev/next left/right prev/next post home/end top/bottom could smartly prefetch, too, or at least try to
Why do I suddenly have vols on a board I've don't recall accepting vols to? /loli/ suddenly has shotakot and Superior_Dragon as volunteers. I'm assuming this is some sort of bug since I believe they were both previously vols for /loli/ at one point. I might have forgotten shotakot, but I know for certain I'd never bring Superior_Dragon on because I recall getting into an argument some years back with him before ever making an account and have since cemented him in my mind as a power tripping faggot. Is this bug related to the same one that gave a bunch of board owners ownership of random dead+locked boards? I know I still own /tits/ and /mods/ many months later since it was mostly a non-issue, but this is a little more serious, especially if someone who may have been specifically kicked out of a vol position for sabotaging a board suddenly gets it back. Could this also be randomly giving people back board owner positions or even transferring active boards to old accounts?
>>16084 Also, I've already removed Superior_Faggot. I've left shotakot alone for now on the off chance I somehow forgot him, but I doubt it.
Found a bug, inline replies don't have text wrapping You can see it by expanding the replies on >>>/gacha/1074676
I'm getting stuck on the interstitial page on Firefox. It doesn't redirect, ...and it's in Spanish. Works on Chromium though. I'm not seeing any errors, so I don't know which setting is causing it. Kinda gay
>>16087 That's been happening to me as well, but afterwards you should be able to go to the homepage since the TOS agreement cookie has already been set
I'll just come out and say it, the old moetext animation was better.
Hi, is it possible to add the "Remember to follow the Rules [link]" to the "Quick Reply" frame? Users will use it "99%" of the time instead of the "Reply" frame that includes the rules link.
>>16092 >reading rules they're not going to do that even if you made it a popup they had to read and type word for word into the qr before posting the best and almost only way to get people to follow the rules is to enforce them swiftly and accurately
>>16094 that said, it's actually a pain in the ass to find anything on this website because the nav is all over the place and even if you know what you're looking for it can be hard to find everything board-wise needs shoved into the navbar and permanently instead of only on some pages and everything else on the account page at minimum no reason board rules shouldn't be up there, too
YO, fuckers, what's the size of the banners? I put some new banners and it looks small than the old ones. Why?
>>16096 Banners are never resized. The default CSS sets a height of 100 pixels to prevent reflow, but you can override this with board CSS>
Fix your fucking board, you fucking faggot gringo. Animated PNG files can no longer be uploaded. pendejo homo de cagada
>>16098 I don't speak burrito
>>16099 Shut up, you fucking African nigger. The issue is with the circus performer, not with an African monkey like YOU.
i suggest a rangeban on south america
>>16101 just delete hisparefugio and the problem goes away, not all spics are like the one a few posts above you
>>16101 That anon above used Mexican/Central American slang... >slang that you can use to hide posts btw
What's youre stance on this thread: >>>/sm/18725 Where the guy has outright said that the purpose of the thread is for him to dox and harass anyone and everyone who doesn't make art the way "he" exclusively wants it done?
Is there no way to check if you're banned before attempting to post first?
(7.88 KB 814x148 but why tho.png)

>>15985 This happens to me on every board with a captcha, even when posting replies. Only the first captcha when opening a page works, after clicking on Reload the captcha no longer works. Looking at the network log, the request to solveCaptcha.js only sends "captchaid" in the payload when solving the first captcha, for the following requests that part is completely omitted. Looking at the code, "captchaid" is read from the cookies using javascript, and I've seen that document.cookie only has a captchaid when first loading the page, it's empty after reloading the captcha. I really don't understand what's failing, the cookie is actually set correctly when reloading the captcha, it can be checked with a cookie manager, and it's not set as HttpOnly, so there's no reason why it shouldn't be accessible from javascript. Also, I think this only affects Firefox (tried on a clean profile to be sure that it wasn't some extension fucking things up, it still failed). Chrome seemed to work fine, so maybe it's a super weird bug in Firefox more than a bug on the site. I think it should be easy to fix anyway if solveCaptcha.js simply used the value captchaid from the cookie when it's missing in the payload, feels a bit redundant that the same value is sent twice anyway.
How can I see the logs of my own posts? a mod in one of your boards told me I could see the logs to follow threads that are reorganized
>>16106 beats me, haven't looked into the captcha stuff yet and it's janky as fuck anyway, but since no one else complains, I'm going to guess it's a script/extension/janky fork maybe there's some enhanced tracker blocking nonsense picking it up >>16107 can't afaik latestpostings is an authenticated form so you're not touching it unless you're a vol or above there might be entries in the board logs if you know the thread ids the watcher might redirect if they were stored in that
>>16105 I checked https://gitgud.io/LynxChan/LynxChan/-/blob/master/doc/Paths.txt?ref_type=heads and it doesn't seem like there is any way to check for bans. >>16092 Seconding this suggestion.
>>15985 fwiw turning off userscripts helped. try that if you're using any.
>>16104 lol, he's a true blue mentally impaired autitst.
Should I be global reporting CP botspam before I delete it myself? The Bypass/ID should be globally banned, but every time I try after deleting the post the report function just hangs forever. I haven't yet tested reporting it before I delete it+unlink files, because whenever I see it I immediately delete it and forget about that issue.
>>16112 report function is broken on some pages, mainly latestpostings iirc doing it from the trash bin works
>>16114 Danke, that worked.
Can we hope for /zoo/ to ever come back on clearnet?
>>16104 >>16111 I've considered claiming the board just to kick that harasser and his thread off.
>>16117 Or you could keep him quarantined and fuck with him for the lulz.
>>16117 FYI, he's a self admitted pedo who says anyone against MAPfaggotry is not a true shotacon.
(not really important) Bug: deleting a post nils the sages retroactively. ie: if a thread is like this: post 1: no sage post 2: no sage post 3: sage ... post 10: sage It's placing on the catalog will the defined by the post 2, but if you delete a post like the 10th, the sage of previous posts will be removed and the thread will be bumped to the place of post 9.
>>16120 var matchBlock = { boardUri : board.boardUri, trash : { $ne : true }, threadId : parentThreads[index], email : { $ne : 'sage' } }; at first glance that doesn't look like it should be possible it queries back for the last nonsage post to reset the lastBump and then sorts by pinned and lastBump when querying to build catalogs sure your catalog ordering just didn't get changed?
>>16121 I'm sure, I only posted with sage in a particular thread and that happens, previous sages aren't taken into account.
>>16122 Did the test again but on a different board: [existing posts] post1 (sage) post2 (sage) Delete post2 and it bumps ignoring the sage of post1. Deleting post1 reverts to the bump order of the last post in [existing posts]
>>16123 yeah reproduced on my local instance no idea why though will write it up, might do a little logging first
>>16123 >>16124 found it, it's actually because the sage box takes a shortcut and doesn't set it in the db, which definitely accomplishes the goal of not displaying email: sage, but uhhhhhhhh kinda breaks everything else
>>16116 It is on .se, but it will not be on .moe.
This site has a problem with eating the posts unless I refresh the page
>>16126 I get a 403 error on .se
Asking for someone else: is the js box in the settings not working anymore with the newest csp stuff? (it doesnt work when I disable tampermonkey and when tm is disabled I see 3 csp errors so that must be it) If so I'll point the guy to convert his stuff to a userscript.
>>16130 correct the web is unusable without userscripts anyway and the csp is worth it I'm not sure if there's a way to punch a hole specifically for userjs
>>16132 Got it. No problem. Maybe the JS box should have a message above that says "This doesnt work, use userscripts instead" so people wont be misled.
>>16133 nah it just needs removed entirely unless there's some arcane way of approving it in the csp
>>16134 I was thinking about giving people a way to get their js code back but I guess its been a month and they might have figured it out already so it doesnt matter.
>>16135 it would still be in localstorage if they really needed it
>>16102 >>16103 You can't ban Latin Americans from posting Codexx is afraid of success (and one of its Latin moderators is its lover)
>>16141 Ex-hispa boards are among the largest (and not-fringe content) boards before April. Why would someone ban part of the core user base?
>>16142 because they bring nothing of value?
>>16144 how much value do you bring?
>>16144 Agree
>>16144 You could say the same to /v/, /trash/, /gacha/, /vyt/ and the others.
(615.00 B 112x21 one hundred percent.png)

Acid pls turn down the POW a bit. You're literally killing my computer.
>>16148 how often are you solving pows each one gives me like a months worth of posts
>>16149 Every time reopen Tor. Sometimes it takes like ten seconds. Other times it takes upwards of 15 minutes, no joke.
>>16150 you know you can just reuse the bypassid from localstorage right there's even a page to export/import them https://8chan.moe/blockBypass.js
>>16151 >>16151 >you know you can just reuse the bypassid from localstorage right >there's even a page to export/import them ... FUCK Do you mean I've been doing this the hard way for like a fucking year?
>>16151 Well I can export it but it doesn't seem to import correctly/
>>16154 works on my machine
Is the captcha thing ded atm? I tried to reply to the script thread on /t/ earlier and I could only do it once before it wouldn't allow me even though I reloaded and reentered the captcha correctly for like 5 times, and had to use the "No Cookies" option.
>>16156 did you change your computer time
>>16157 No I haven't touch any of that in years. Same with this board too. I'm doing the no cookies captcha with each individual post
>>16152 >>16151 I was attempting some localstorage automation for tor and private window mode with this script >>15274 but i gave up and disabled the auto mode without testing it properly. Maybe it already works.
>>16155 I mean I've got the option to upload but then it doesn't seem to do anything. It doesn't give any kind of dialog box or anything.
>>16160 ok but did you try posting or did you just assume it didn't work due to lack of feedback you can check the cookie is set in the dev console
>>16160 Or maybe it actually just fucking works. It gices absolutly no indication that you've uploaded it successfully though. Codexx if you're listening please clarify it and give some indication that the imported bypass was successful. >>16161 >ok but did you try posting or did you just assume it didn't work due to lack of feedback Yeah that's exactly what happened. Actually to be specific I imported it then after no feedback I clicked the Renew button thinking I had to manually send it. Which of course just tries to generate a new bypass.
Coddex, how active the OP in the threads? Tutorial for dummies, please.
>>16148 It takes only 20 seconds and 1 thread in this old i5 3470. Literally. Is the PoW complexity dependent on the CPU 'detected'?
>>16165 only dependent on what your browser reports for cores
.moe no workie for me since last night.
>>16167 it's not going to unless the internet tides shift switch vpn location or domain
>>16167 same sucks because my watched threads and (You)s don't match
>>16172 use 8chanss for watched threads for yous you need the advanced stuff that I mentioned here >>16159
Can't post anything on TOR larger than about 5MB without getting this error. It's been like this for years now. <le connection issue xddd Happens across computers and networks.
>>16174 >>16174 >Can't post anything on TOR larger than about 5MB without getting this error For fuck sake did they actually turn ir down from 8MB instead of turning it up?
>>4484 Why do we still have the word filter? It just makes actual discussions harder. Unless something has changed, it doesn't check for alternate spellings, so it's not actually going to do what the explanation said and stop spammers. PR3TEEN CHlLD PORN. CHlLD SEX CHLDREN CAN CONSENT
More possible examples of word filter failure: CHlLDREN CAN CONSENT SEX WlTH UNDERAGE CHlLD
more possible failure of word filters: CHlLD MARRlAGE -> child marriage CHlLD RAPE -> child rape
VNDERAGE SEX -> NSA agents >>16178 Nevermind, I guess there wasn't a word filter for those.
lLLEGAL PORN -> illegal porn >>16116 >>16126 Allowing a REAL LIFE zoophilia board while having an insane wordfilter is a strange choice for the admins.
>>16179 Compile your test result into 1?
With the AWS outage, I'm curious. How much of "the internet" can go down, and have 8ch still be functional? I'm talking ISP outages.
>>16184 Ironically this type of outage usually doesn't affect small sites so much, because they just can't afford to use big complex architecture like AWS.
>>>/v/1873150 latex checkbox is on but latex is broken >>>/v/1873157 mark pls fix
(458.37 KB 1872x2736 Asuka spooky.jpeg)

Quick tech update for you guys, with a much bigger post coming in the near future. This week we have >upgraded one of our nodes and taken it out of the ISP block range >Done system maint on all the other nodes >Codexx has updated Lynxchan with some new bug fixes and tweaks >Started implementing a new anti-spam tool >Begun planning a complete sitewide upgrade, including server OSs, libraries, and such. The biggest since 2022. and the project I just finished tonight, carving out an exception in the node system for some special subdomains. http://node1.8chan.moe http://node2.8chan.moe http://node3.8chan.moe http://node4.8chan.moe You'll need to accept the SSL warning to proceed, and these are still subject to the usual DDoS filtering and protection systems. I don't recommend using these to access your moderator account or anything sensitive, they're just for talking and browsing. But what these do is allow you to access the site through a particular frontend directly instead of relying on the round robin. If you're trying to come to 8chan and the site appears down, start trying the nodes. When you figure out which one is cockblocking you, you can report it here by using one of the other nodes to get to the site. Please include your (rough) location. We don't need to know exactly where you are, just what ISP geographical network you fall under. Doing this can give us a wealth of information about how and where these annoying as fuck ISP blocks are physically located, and that lets us plan how to get around them the next time we upgrade the network. Hope you're all having a great night, and Happy Anniversary!
>>16189 Thanks *smooch* None of the nodes work for me don't know if you meant to specify if its US only, I'm a Polak
>>16190 DNS might take a bit to propagate your way. If you're using the site, at least one of them is unblocked for you, lol
Hey, Tor's down so I'm hopping around on .moe, ran into varnish cache page, switching circuit solves the issue, but I didn't want to mess with analytics. Sorry. Also happy twelve years. Been here for less than two
>>16189 Thought glowies caved your head in. Nice to see you aren't dead lol.
TWELVE MORE YEARS! TWELVE MORE YEARS! TWELVE MORE YEARS!
>>16189 Very lovely. Thats some good news. Happy anniversaries!
Is there a userscript for trimming threads down?
Is management going to step in to deal with the /b/ vtuber dox thread or are you going to kick the can down the road until it becomes an issue? Speaking of What are your plans for dealing with any cross board flamewars?
>>16200 Replace /res/ with /last/ to start with the last 50 posts
>>16202 I don't want to cut it down that much
>>16189 Could you please make /zoo/ less unstable and obnoxious to access? I swear every time I try to visit the board is inaccessible in a different way and I have to jump through hoops to access it. It is really annoying and killing the traffic. Now what used to be one of the most active board on the website is a wasteland.
(95.36 KB 300x300 king david of israel.png)

Hi, I'm JEWS; you may know me from my famous roles "/cow/ Board Owner" and "Global Volunteer" in the hit film "8chan Prime." On 8chan's official IRC channel, which I've helped run for 11 years and helped Fredrick Brennan and Mark Mann transfer to 8moe, the superoperator owo has consistently enabled c­h­i­l­d s­e­xual abusers, going as far as attempting to deceive Codexx, myself, and other volunteers into doing so and (I shit you not) self-publishing an admission to having made plans to fuck a minor that visited #8chan, after having personally dismissed the reports of her abuse. Because Codexx's indefinite absence has lasted longer than I had anticipated, I am asking Acid Man to help me resolve the issue. On 2/22/2025, in #truth, a channel where some of the 8chan diaspora have gathered, owo said this: <owo> planning on waiting until they're 18 is such a pedo move <owo> /sarcasm This categorical dismissal of illegal interstate enticement of minors ("grooming") in #8chan followed owo's monthslong attempt to prevent [mezmur] from being autokicked (IRC's equivalent to permabanned) for having sent across state lines dick pics and hundreds of dollars worth of sex toys to yanfei before she had turned 18, and after she made him refund the roundtrip plane ticket he bought to fuck her on her 18th birthday, credible threats, phone calls, and messages late at night on school nights. For the decade prior to this case, someone provably doing such a thing in 8chan territory would be akicked immediately with zero debate, and the channel's akick list remains full of such akicks I have placed. Crucially, owo himself entered a relationship with that now-former minor whose 8chan c­h­i­l­d s­e­xual abuse case he fought to dismiss and was dumped on her 19th birthday, then subsequently wrote, produced, performed, recorded, published (https://youtu.be/M6yp3IplYOY) and sent to her a love song where he confesses the following: >I'm gonna try for a chat room girl >She's on the other side of the world >But ever since she came into my chan >I've been tryna be her chatroom man >Yeah that's the plan Because yanfei was 15 or 16 when she had started lurking #8chan, a fact owo knew, this amounts to an admission that he had planned to solicit a minor, and that means owo had attempted to dismiss that c­h­i­l­d s­e­xual abuse case with a conflict of interest. Most recently, he even stalked her to her online workplace and harassed her there, which amounts to interstate stalking, meaning that owo himself seems to have crossed the line from merely excusing such crimes to committing them himself. It goes without saying that any other organization on Earth would stop anyone plotting to fuck a child under their care, but 8chan is a Tor-facing imageboard under constant threat from criminal misuse, and thus 8chan is especially threatened by owo creating loopholes through which pedos could slip past the rest of us. But wait, there's more: owo does not use 8moe, complains that "his privacy was violated" when an IRC log is shared to disprove a lie he told to Codexx, myself and his fellow volunteers; looks the other way when users who've posted CSAM evade bans and when other volunteers' passwords are cracked, has zero interest in protecting free speech, brings a below-high-school-civics-level understanding of 1A concepts to the table with his homeschool education, does not understand how to automatically remove spam from an IRC channel, delegates his functions to dabblers who cannot get things done, making him totally dependent on myself and others to do anything at all. His sole contribution to the 8chan project is using 8chan's other official support channel as his personal namefag blog, and in exchange, we get a double agent desperate to transform the old anti-GamerGate claims of 8chan enabling pedophiles from fiction to fact. All it takes to remedy these critical 8chan threats is to replace owo with someone else. Coordinate with me here in this thread or there on Rizon if you need more of my help.
>>16205 so you are saying that the same drama-groomer-faggory that occurs on discord most certainly happens in IRC?, this to me seems like a user-of-program problem, yeah, off with the nigger's head
>>16205 >owo Literally who? Still kick his ass if this is true and not just a witchhunt to get rid of him, I don't know why westoids can't stop trying to diddle kids.
Mark had banned me earlier this week for "console war bullshit" when I had pointed out a couple (1) and done shitposts were bringing up unnecessary drama in the Pokemon thread due to their nature of spreading the "Palworld stole designs and models from Pokemon" misinformation, he is now deleting mass amounts of posts from the meta thread and claiming he never banned me, and continues to delete my posts under the guise of "gayops".
>>16208 >"Palworld stole designs and models from Pokemon" misinformation It's not misinfo when it happened anon, up to 80% of the polygons on pals lining up with pokemon 3D models.
>>16209 It's not what they are being sued over either, if they WERE stolen they would have been sued for it, GF/Nintendo are suing them for VAGUE GAME MECHANIC PATENTS, a good chunk of them not even existing in the new Pokemon game anyway.
>>16208 >>16210 <it's another episode where >>>/v/'s moderation shits the bed so hard posters come here instead to try to find resolution Jesus fuck I was just shitting around with a single post poking my head into the meta thread. I WISH Mark kept his word about supposedly stepping back and letting the vols handle moderation instead but apparently my shitpost called his bluff or something wtf. Like apparently he deleted his old posts claiming he was stepping down from board moderation now and I guess we're back to Mann manning it fulltime. It's seriously dysfunctional when posters have so little faith in the board moderation they feel the need to keep receipts like this.
>>16210 Why would they sue for something flimsy when they can go for the throat with a better case?
(623.05 KB 640x360 you're retarded.webm)

>>16212 >why sue for something flimsy <suing over mechanics used in a multitude of other games is better <going so far as to apply for patents after the fact in order to invent things to sue over
>>16211 I think what is happening is that the BO dude is clearly not having a good time, and whatever good of a point someone may or may not have gets thrown out of the window when some lolcow obsessed KF reject retard comes around to throw shit at the fire that ends up triggering a resonance cascade of autism where nothing gets solved and this gets to happen again next month No one is handling this correctly because everyone here is fucking autistic, including me
(393.24 KB 1743x2098 Screenshot 2025-10-26.png)

>>16214 Kiwi Farms keeps being brought up as a scapegoat, but I don't think they're involved at all. Mark's tearing up the couch cushions when a shadow appears in the room to get at the bugs on his skin but it's just regular posters. Also hi Mark.
(2.49 KB 100x100 307307307307307307.png)

>>5423 I'd like to report a bug, on /v/ it's said that LaTeX was enabled but when I typed in its just regular text with '$$' wrapped in them. Kindly look into this matter please. Thanks in advance.
>>16215 >Kiwi Farms keeps being brought up as a scapegoat I didn't mean Kiwifags themselves but individuals that act the same way but are not there for some reason, hence rejects >Mark's tearing up the couch cushions when a shadow appears in the room to get at the bugs on his skin but it's just regular posters. I don't think it's that simple, it's a mix of both with the "regular posters" getting caught in the cross-fire when genuine agitators do their thing. Plus regular posters that are just the usual imageboard spergs with negative social intelligence
>>16211 There needs to be an option to suspend or ban BOs or vols the way that mark bans people willingly. Won't help MUCH since jewboy uses his phone frequently to jump IDs and samefag, but it'd give him reason to pause if he knew he could get punished the same way and not be able to delete anything for days at a time.
Poster of >>15060 here, in case I get a different ID. This stutter is gone for me. And it might be a huge coincidence, but it coincided with me UNinstalling omen gaming hub. It's bloatware that came preinstalled on my prebuild pc. I ignored it for the longest time, but it was just a bit to high in the task manager for my taste, so I uninstalled it. And now suddenly my browsers (yes, I checked multiple) get no stutter at all when expanding an image inline in a thread with 1000 posts. So it was probably my fault for not cleaning up my PC.
>>16205 >the guy called jews thats famous for his role as jim's lapdog is kvetching over someone being sexually interested in a 16 year old you're a testament to the fact that 8chan succumbed to modern audience syndrome where even in the absolute state of its dying knockoffs you continue to purity spiral over political correctness. the truth of the matter is that you're the one that should be gotten rid of and not him if the actual concern is the betterment of 8chan but for people like you that concern is just a guise for you to further your own agendas at the detriment of the thing you're feigning concern over.
>>>/sm/22687 This faggot is literally spamming other artists and using his thread as rallying/aloging point. >>>?sm/22715 And now he's threatening to do something to try and take down baraag. I really don't think this is the kind of person you want to have set up shop here Codexx, Acid.
(176.27 KB 1080x980 2025-10-27_210005.jpg)

>>16221 Notably other people outside of this site know about him and know what he's doing and IMPORTANTLY that he's posting his exploits on this site. This could cause issues for us in the future if he doesn't get removed. This sperg isn't like Luciano, Willy, or LCP who mostly just shit up threads here. He's actually brigading artist who won't draw for him for free on twitter and other places. Don't let this fester and then become a thing that 6month or a year from now you're like "Oh we should have done something!"
>>16216 Adding to this, I think the same applies to some other features like: \[ \int_a^b {x^2 dx} \] Which doesn't seem to work on any boards I've tried, nor does it seem you can activate the option. Also I think the Halloween theme CSS broke the other default CSS, Tomorrow isn't dark anymore.
>>16223 It seems to work intermittently, which is the strange part. One refresh it works well, the next it breaks Penumbra and my eyes have to either be flashbanged or deal with transluscent replies.
>>16223 Confirming this. It's breaking on both Firefox-based and Chromium-based browsers
>>16223 confirming as well that penumbra borked
Hiding is also broken
Oh and it's messing up board's custom spoiler image, too
>>16223 Can confirm. Themes are completely fucked. I cant get a dark theme at all. Except for the default one.
I said "nigger" once in /vore1/ and got permabanned for "racism". What the fuck are these new jannies doing? These powertripping faggots want to turn the board into reddit Is this the place to report that?
>>16230 lol you deserved it
>>16230 The ban id is 68f5048babe8999fe25ef3e3 >>16231 no way lol
Can someone delete the <link class="globalThemeBase" ..... rom the dynamic announcement? thats what is fucking with the styles.
Codexx while you're at it >>16233 give BO the option as to whether they want global themes to overwrite theirs or not.
this may have been reported already, but i can't tell because the text is too small for me to read. i apologize for any typos, ebcause i can't read what i'm typing. the halloween CSS is seerely defective and is overriding my custom CSS text size. i cannot read the board at all because the text is hilariously tiny.
>>16235 use ctrl-+ or ctrl-scrollup or add !important to your custom css or increase the specificity of your rules
>>16236 i can tell from the red stripe that you replied to me, bt i can't read what you posted until the CSs is fixed
Seems like some of the built-in themes might be broken under certain conditions too. Can't switch to Yotsuba P in the index but I can for the thread.
I have a question Is there anything that would cause entries in a moderation log to be cleaned? I went to check a board's log right now and I noticed that all entries from a certain global mod were gone.
>>16239 I don't see anything just poking around sure you were looking at the right day?
>>16240 The board in question doesn't have a lot of activity so I checked all days and found way less entries than I remember. I don't have any proof of it and human memory is faulty, which is also why I'm not saying any names Semi-unrelated, I went to check /vore1/'s log because of >>16230 and found this anomaly, I'm not sure if the days are supposed to repeat as separate entries like that
>>16241 Also sorry for the new ID, forgot to save my cookies again
>>16241 what in the hell is that they're duplicated on the list for some reason, maybe something retarded in the aggregator doesn't seem to hurt anything though
(76.41 KB 975x1051 IMG_3300.jpeg)

I'm not sure if this is a board specific thing, but when uploading some images the file names fore-shorten and/or change entirely even when I don't click "Strip Filenames" It seems to mostly occur to JPEG files, changing the filename to an all caps .JPG rather than .jpeg as the file is in default.
Both the .se and .moe domains are shitting themself right now. Posting via the onion domain.
.moe still giving varnish cache. Had to resort to become slint eyed. And .se is completely dead. >>16189 Oh. Tried them all, all of them except node4 give the usual varnish cache error. node4 just doesn't load.
.moe works for me, .se is dead, completely
>>16248 Same here, all 4 .moe domains work for me, .se is dead.
>>16248 Same, got error 503 with message: Service Unavailable. Sorry, the backend is unreachable or down for essential maintenance. Try again soon!
>>16211 <it's another episode where >>>/v/'s moderation shits the bed so hard posters come here instead to try to find resolution I thought the problem was overblown at times, but now I see it myself. The level of fragility is absurd. Not every post is some named autist, yet they're either jumping at shadows or just making it up as they go to delete whatever whenever. The deletion of criticism is so frequent that anons wind up bitching here of all places when it's not a mechanical issue of the site, but rather the paranoid mind of the guy running the board into the ground. >>16230 Bro, you think that's bad? Say anything even mildly critical in /v/ meta and it'll be deleted like it never existed. And if you say it on another IP knowing they can't take criticism (so as not to jeopardize your entire post history being wiped) they'll use that as evidence it's one of their boogeymen as if a tiny handful of autists gives carte blanche to delete all criticism. /v/ is frequently trashed by discourse-policing and any word you say about it gets wiped out like everything is fine. What's even the point of having a meta thread to talk about board meta when it's near-constantly shotgunned of any criticism? Criticism just doesn't exist since it magically disappears. 1000% approval rating regarding every single post deletion. TL;DR The /v/ meta thread is like YouTube removing dislikes. There is nothing negative to say ever.
Sorry for the bother, and Im not sure if this is the place to ask, but I think something weird happened to my account? I had to relog in recently and for some reason none of my passwords worked to connect, I tried to recover the account, but it says that my mail has not been verified, is there anything I can do to get the account back?
>>16252 probably an email codexx and pray situation
>>16253 How do I do that? I mean, I don't have much to lose with that account since I'm not a BO, just a mod, I just don't want to redo it if I have the chance to get it back.
>>16255 You can contact him through Matrix Element or through Codexx@cock.li
having to post through tor really doesn't make being active easier my guy
(25.52 KB 603x393 whatashame.jpg)

>>16258 Who you talking to? But yeah, this sucks. 8chan is kill again.
If moe is dead for you, try this stuff above: >>16189 (moe works for me, se seems down)
>>16202 >Replace /res/ with /last/ to start with the last 50 posts cool feature but annoying to use when quote links and posting directs you back to /res/
>>16251 That seems crazy. Still, at least you can still post there and interact in other threads and whatnot. Me, I'm still banned.
>/zoo/ was delisted a long time ago >but was then publicly accessible this week >now it's gone again what the fuck gives was it a mistake or something can't even acces thru the se domain
>>16265 i think /zoo/ should stay gone, you guys are fucking ANNOYING
Anything on what happened to .se and when it's going to come back? Some communication would be appreciated
link source tracker filter please >>>/v/1897344
The .se domain's host had their DDoS protection provider cuck on them and part of their network is down. They're already contracting a new one as of this afternoon and will have the site (and all the rest of them they host lol) back up ASAP.
>>16269 This! There's even browser extensions made for them, it shouldn't be too difficult to implement Youtube Anti-SI (Firefox) https://addons.mozilla.org/en-US/firefox/addon/youtube-anti-si/ Remove Youtube tracking (Chrome) https://chromewebstore.google.com/detail/remove-youtube-tracking/edmmgjenmhjdgjahpklgdjjibgcgkjag
>>16271 it's not, just need the gumption and to dig up some half decent open source list of them worth stealing
>>16270 Appreciated, thanks. Hope it comes back soon
>>16270 When will .moe come back for eastern europe?
>>16270 Thanks for the info
Having a bunch of problems posting images today, on .moe. Southeast US
(5.68 KB 195x259 images.jpeg)

.se is working again
>>16270 works, nice
Tor site broke
>>16279 Confirming broke onion.
I am amazed at how often this site breaks. Every time I visit, something is broken.
.moe certificate expired again it seems
>>16282 Happens every time Daylight Savings starts or ends.
>>16283 >>16282 I was wondering what the fuck was going on.
>>16282 When is it gonna be re-issued? Hopefully soon, ffs.
>>16211 >implying his vols would act any better He was never going to step back because he's a control freak that always needs to have the last word and "win", there's a reason he replies to the people he's about to ban before deleting the whole conversation.
>>16286 one would think he has spent enough time on the internet to learn what a lolcow is or at least that responding is rarely the play and mod actions are a response actually dense enough to throw the earth's rotation off if your mom weren't on the other side
.se got excruciatingly slow
Auto-refresh is ded on moe
>>16289 https://8chan.moe:8888/ accept the cert there
>se down AGAIN >cert expired on moe >moe extremely slow if you ignore it Can this site function for ONE WEEK without issue?
>>16283 I'm really starting to hate Letsencrypt. At least this time they didn't pile errors on me and just let me force a renewal. Everything should be normal in ~15 mins.
Edited last time by Acidadmin on 11/03/2025 (Mon) 04:30:03.
(184.04 KB 500x375 joker buggy.png)

>>16291 The thing about a pirate ship is it's full of leaks and there's not many places you can make port for repairs, worse still if the shipwright is drunk, retarded, or absent.
has it been 15 mins yet?
>>16294 connection secure
Can the "/v/ ultra schizo" question be solved?
(113.76 KB 828x1200 Asuka angry skirt.jpeg)

>>16294 Seems so. Your local DNS pickup might take a bit longer, but everything is back for me and most of the staff. Sorry about the headache, fuck. The LE renewal response from last time said we were good until the 5th, not the 1st, and I had already scheduled tomorrow night to take care of it to avoid exactly this stupid shit. Between daylight savings and whatever international date-time fuckery I guess it decided that today was the day. And of course while I was at work and couldn't just SSH in for a fix real quick. I need to look into being a NEET.
>>16290 >upgrade required huhh?
(1.64 MB 1725x1080 Hackerman.png)

>>16297 Oi Acid, while you're here. Quick Question. Would you and Codexx be willing to add an Index Search function to the site? It's something I saw on some lainchan derivatives (yes I know this is lynxchan based) but frankly speaking the JS code and HTML code isn't extremely complicated, although a search.php would help things along. I tried to make a custom JS for that purpose and got it partially functional, but only to the extent that a search bar and fetch API was made, however it ran into CORS problems and again a search.php would help organize the results tremendously.
>>16299 Not opposed, but what would the typical user be searching for? Search functions are also attack surface, so we'd have to weight it carefully.
>>16300 What I mean by Index Search perhaps should be clarified; On each board would have an "Index Search" which appears (obviously) on the Index page. What it would do is let a user search for posts using specific words or sentences to find posts they're looking for rather than manually opening every thread in Catalog and CTRL+Fing each individual thread. It wouldn't be able to cross search across boards.
>>16301 >>16300 Best example of what I mean I can give you is unfortunately leftypol Until tomorrow. good night. Using the search tab at https://leftypol.org/edu/index.html results in the following https://leftypol.org/search.php?search=book&board=edu I wouldn't necessarily make it 1:1 but a similar feature on a board by board level would be useful for larger boards.
>>16281 It's a price you have to pay for rangebanning Israel and landing on the chud list, (((they))) don't want that
>>16292 Well is it fucking working yet?
>>16304 Its been working. Try restarting if its being sticky for you.
Can you add a setting that makes it so replying to a thread doesn't auto-scroll all the way to the bottom? I know there's a script that has this but it doesn't work on mobile
(1.93 MB 1918x1080 This Is Terrible.mp4)

.se dead again .moe still down And VPN makes it feel like torture to use this site. Come on man.
>>16307 >.moe still down been fine many hours already, at least for me
>>16281 Now .moe works again but .se is down. Truly impressive.
>>16308 .moe has been down since April for me. And with .se being down I can't access this at all.
Is image posting intentionally broken on tor?
>>16311 No but the max upload size is smaller. Try a small file. >>16310 What do you see when you try to access it? And have you tried the nodes from my post upthread?
>>16245 This appears to be the case once again.
>>16313 To elaborate. Moe works intermittently lately, but has been throwing a 503 continuously for a while today, which is why I'm on tor again now.
>>16314 .moe throwing a 503 is unusual. That would mean the node lost contact with the backend. I just did a quick audit and all nodes are connected and working normally. The next time you see this, try going to the node1, node2, subdomains one by one until you see the specific node thats 503ing, and then post which one it is here. .se being down isn't our fault, its the host and their new DDoS guard provider debugging things. They're aware of it (it knocked their own website offline) and are working on it.
(3.64 MB 600x450 wake me up, 8chan.webm)


(1.27 MB 3808x3746 8chan greatest hits.jpg)

(271.71 KB 2000x2235 downs syndrome.png)

>>16281 >I am amazed at how often this site breaks. Every time I visit, something is broken. It's a tradition going back many years even before this incarnation of 8chan.
(153.40 KB 832x1216 Asu8a Rei tans.jpeg)

>>16316 Well part of it is that the site's always under a low level of active development. Updates get pushed, some things get better, other things break and get patched. The network is fine one week, then a host or an ISP or even one of our servers has a hiccup. Hell the last time we updated Imagemagick, one of the site's core utils, it triggered a memory leak that had the whole place crashing every 4-5 hours and took a week to figure out and solve. Or you might have heard about the time our SSL certs expired early for no reason :^). The devteam, BOs, and even anons are all of a different mindset about it. Personally I like to coast: Get the site to a point of maximal stability after a significant update, and then not touch it again until code rot somewhere breaks something or some feature comes up that we feel we just have to have. But coasting means we can see 6 months to a year between any kind of updates, and then we get flak for "stagnating." The alternative is small scale, relatively rapid, active development which is what we do now, but the tradeoff is that the little bugs come much more rapidly too and those get noticed. Pros and cons both ways, but it is what it is.
>>16315 >.se being down isn't our fault, its the host and their new DDoS guard provider debugging things. They're aware of it (it knocked their own website offline) and are working on it. cool, I was worried for a second
>>16312 >What do you see when you try to access it? For .moe, the usual 404 Varnish Cache Server page. For some reason though, it still warns me about expired certificates (not today anymore). For .se, it now throws a 503 Varnish Cache Server page... Is that the end of it? >And have you tried the nodes from my post upthread? All of them, 3/4 throw the same 404 Varnish error page, node4 only times out after loading for a long time.
.onion address died again. This time it's timeout instead of not found. .moe works fine, but it's a less than ideal option.
>>16315 Node4 is giving me troubleright now, while all the others loaded fast. This was at the same time as I was failing to load a normal page, and also I can't load the onion either. Posting via node1.
>>16324 Interestingly, my regular browser is loading fine again while node4 is still being very slow or failing to load.
>>16324 For me node1 died for few minutes, other worked fine posting from 8chan.moe without node prefix I'm in EU
>>16324 >>16325 Also, East coast USA.
>>16317 stability good. and any pace of updates is better than at halfchan
>>16320 Now .se is back. And it's the only address that works.
>>16312 How much smaller? My files are not that large, it's just a couple of images.
>>16326 >>16325 >>16324 Node 1 is generally the highest performance node just do to being on fat pipes and US based. Node4 does seem to have been a problem in the past too. Its a Bulgarian server but its surrounded by Cogent networks and its on a 100MBPS connection. So traffic that doesn't get eaten by Cogent's blocks gets slowed down by the narrow-ish bandwidth. Maybe time to replace it. >>16332 8MB including your post text. >>16321 Okay this is getting strange. I'm going to go digging in the onion backend and see whats going on. It used to be good for weeks at a time and now its losing connectivity every couple of days for no reason.
Well here's part of the problem. NOTICE] I learned some more directory information, but not enough to build a circuit: We have no usable consensus. 2025-11-04 21:08:46.012 [NOTICE] Bootstrapped 40% (loading_keys): Loading authority key certs 2025-11-04 21:08:46.739 [NOTICE] The current consensus has no exit nodes. Tor can only build internal paths, such as paths to onion services. 2025-11-04 21:08:46.739 [NOTICE] Bootstrapped 45% (requesting_descriptors): Asking for relay descriptors 2025-11-04 21:08:46.741 [NOTICE] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 15/9161, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.) 2025-11-04 21:08:46.751 [NOTICE] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 15/9161, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.) 2025-11-04 21:08:47.888 [NOTICE] Bootstrapped 50% (loading_descriptors): Loading relay descriptors 2025-11-04 21:11:09.198 [NOTICE] The current consensus contains exit nodes. Tor can build exit and internal paths. 2025-11-04 21:13:04.437 [NOTICE] Bootstrapped 56% (loading_descriptors): Loading relay descriptors 2025-11-04 21:14:06.706 [WARN] parse error: Malformed object: missing object end line 2025-11-04 21:14:06.707 [WARN] Unparseable microdescriptor found in download or generated string 2025-11-04 21:14:07.850 [WARN] Bad element "$8C204627A" while parsing a node family. 2025-11-04 21:14:08.903 [WARN] Bad element "$B0F1D545B983E42680F7F220" while parsing a node family. 2025-11-04 21:14:10.044 [WARN] Bad element "$9C7BBC5D77EB893BFDDBD24DD99CFE627" while parsing a node family. 2025-11-04 21:14:11.318 [WARN] Bad element "$DC48A541A1A4AE8EDBC6C286161635C9EC56" while parsing a node family. 2025-11-04 21:14:11.318 [NOTICE] Bootstrapped 61% (loading_descriptors): Loading relay descriptors 2025-11-04 21:14:13.064 [WARN] Bad element "$8483D7A249B5D3" while parsing a node family. 2025-11-04 21:14:15.027 [WARN] Bad element "$DB6005514696" while parsing a node family. 2025-11-04 21:14:16.085 [WARN] parse error: Malformed object: missing object end line 2025-11-04 21:14:16.086 [WARN] Unparseable microdescriptor found in download or generated string A huge chuck of the Tor network is just down.
>>16317 After I got my NAS & PiHole working I didn't touch settings or update. I learned early on that trying to keep it on the bleeding edge of releases will just fuck something up. Security is probably shit, but stability is rock solid. My NAS uptime is essentially a record of the last power outage in my area.
(125.42 KB 850x765 Asuka aggressor.jpg)

>>16335 I agree with this (except critical security updates, natch), but I'm not the only person running things. My job is servers and network, and when those require an update to facilitate whatever Codexx and the software guys are doing, then I update. I just happen to also like talking and bantering with anons, so I'm happy to be the guy who tells everyone whats going on.
>>16230 Can the board owner take a look at this pls being banned for "racism" on 8chan is so ridiculous...
>>16339 (no idea why I have a new ID when I'm using the same device and everything. the other post still says (You) on it even.)
>>16230 >Is this the place to report that? No. How a board owner runs their board is their business. If they run it like shit, you're free to fuck off and/or make your own competing board on this very site. Also, your fetish is retarded, so that makes you a gay retard too.
>>16327 >>16325 >>16324 I think this may have just been my VPN being shit. For once a different site was slow, and changing my connection made it and 8chan speed up.
(274.83 KB 1200x470 too_many_hotpockets.jpg)

>>16341 No one wants to maintain a board. Otherwise we'd have decent alternatives to over-moderated boards. Higher traffic boards would disincentivize any exodus by deleting links to alternatives anyway. That's why make-your-own with blackjack and hookers doesn't work. So you're forced to watch rule lists grow longer, more policing of discourse, more subjective bullshit based on whims of emotional children with ban hammers and any number of ways to construe some post they dislike as rule-breaking even if they have to pretend it's someone else. Back before the cripple lost his marbles he said something very prescient and applicable even today. Hotpocketing strangles communities to death. This falls on deaf ears to those who are too far gone to acknowledge fault. So the final reason no one wants to make a board is that we see what jannying turns people into and don't want to become like them. In the end make-your-own board sounds great in theory while in practice sadly it's another story.
>>16343 So your solution to autistic hotpockets is having... other, higher level hotpockets policing the hotpockets? You make a fair point and a shitty Moderator team fucks shit up, but there's little solution to be had unless Acid hires a team of global moderation reviewers who would review the decisions of board-moderators, which would in turn make moderation utterly pointless and so Global mods would take over, and we're back to the same problem. What is your solution?
>>16343 >>16344 Actually more regulations for the regulators will only make the most retarded power-hungry children want to still maintain boards. Everyone else would have even less incentive to stay at it. >No one wants to maintain a board. Otherwise we'd have decent alternatives to over-moderated boards. Higher traffic boards would disincentivize any exodus by deleting links to alternatives anyway. That's why make-your-own with blackjack and hookers doesn't work. Because apparently someone else should solve all these problems, right? Because some are too lazy and pessimistic to maintain a board themselves. It's okay, there's always some retarded power-hungry child there to make yet another over-moderated would-be refuge, and somehow it's not impossible for them.
>>16334 Seems to be back up. Thanks. these posts are nice
>>16345 >more regulations for the regulators will only make the most retarded power-hungry children want to still maintain boards thats precisely why all you have here are those kinds of people because anyone who would want to maintain a board with minimum regulations aren't allowed to. having a constantly growing rulecuckery compendium full of unnecessary bullshit that you're expected to adhere to weeds out all but the worst janny applicants. >It's okay, there's always some retarded power-hungry child there to make yet another over-moderated would-be refuge, and somehow it's not impossible for them. thats because there is no barrier to entry for them beyond pissing their money away on a backwater imageboard like this whose only noteable traffic is 4chan shit magnets that have the jannies here deleting over a thousand posts of bot spam a day. its no coincidence that the only 4channers this site managed to keep were the ones that can appreciate the jannies here being even more hellbent on deleting posts than the ones on 4chan are. like it or not people are just content enough with 4chan to not bother tackling the barriers required to create a viable alternative to it. but thanks to the lack of difficulty in creating an unviable alternative there will always be a plethora of altchans that take the easy road of prostrating themselves to cloudflare and deplatforming all the unmentionables which only exist so that some faggot can play internet dictator.
>>16343 >If you don't like the shit job someone else is doing, do it yourself <No, I don't want to, and nobody else wants to Then you're shit out of luck. Either don't be lazy, or deal with the consequences of being lazy. Fucking off was also option, to reiterate.
>>16343 The overall message of this post is: >hotpocketing strangles communities >there should be less hotpocketing >no one wants to be a janny because it sucks and ruins people <(and generally attracts power-trippers to begin with) I'd add Yet multiple replies are like "so you want MORE regulations" like WTAF did you read to infer that at all?
>>16349 >Yet multiple replies are like "so you want MORE regulations" like WTAF did you read to infer that at all? >>16230 >>16341 The conversation started from this. >I'd like someone to moderate a moderator who moderated me Which is precisely a request for more higher level hotpocketing under the guise of reducing it. >>16343 >Suggests that making unregulated boards is impossible because this and that And that leaves exactly one other solution, which also happens to be stupid and counter-productive — to regulate regulators. So would you rather: 1. Make and maintain a board yourself despite hardships and perceived futility. 2. Regulate the regulators so only power-tripping faggots remain as BOs. 3. Fuck off. 4. Whine and do nothing. 5. Suggest a solution nobody figured out yet.
>>16349 >like WTAF did you read to infer that at all? What didn't you read to not get their logic? He wants fagmods to be less faggy, but isn't willing to go elsewhere or do it himself. That leaves only applying new rules to the fagmods themselves as a solution under his restrictions, that is his rules.
>>16351 >2. Regulate the regulators so only power-tripping faggots remain as BOs. I think only power tripping faggots are going to be BOs anyways. t. BO of several boards
>>16353 Not only them. There was a time some 5 years ago when >1. Make and maintain a board yourself despite hardships and perceived futility. also worked and was even relatively successful. Then sites where it did work got wrecked by censorship. The lesson of it was that the more unregulated you want the board to be, the deeper in the web you have to go. So far, we are only on the "optionally .onion" level.
>>16354 Not exactly. What happened 6 years ago was rather a combination of things. 8chan was a thorn for big tech, governments and other organisations. You can create yourself a censorship shithole that abides by all the most ridiculous rules you're getting, and they will still create new rules just to shut you down. You do not exactly need to go somewhere deep. nu8chan is on the normal imageboard level. The onion link is just a backup plan, as other bunkerboards have one as well. Meanwhile, BO is as some already wrote here. If you do not like how a board is run, create one yourself and do what you want with it. Nobody needs a global moral police. It's not even difficult to do. Just do it. Making your own imageboard is a bit more difficult, but even that is not exactly difficult, depending on the expected amount of traffic and public attention.
Any reason why .se keeps dying?
>>16356 8chan wasn't the only victim of 19-21 events, and its story may have very well been different from the rest. What happened 5-10 years ago was that at some point populists noticed the imageboard segment of the web. And as certain topics were banned and blocked online, those boards were targeted because they kept their content. So a site whose owner lived in let's say Russia, would have to remove most of the boards' content to comply with local laws or face crippling fines and possibly jail time (no yuri anime allowed, for example). Those imageboards weren't a thorn in anyone's side, they were simply there for the people who needed them. But because they were close enough to the surface web, every imageboard owner was on record with their credit history and home address. And so, out of fear those sites either policed themselves to death or removed all the content that was making them imageboards. And that is the problem now because practically every country in the world has laws prohibiting something online. As such, anyone can come to your board that doesn't normally have censored content and they can post that content there just to get you or the entire imageboard in the sort of legal trouble now native to the surface web. You'll have to remove that content to survive, and that is the sort of added regulation slippery slope which ends up in fagmods everywhere. So yes you have to go deeper if you don't want to give your ID to the government and don't plan to create a honeypot for free thinkers. Anyway, to avoid misappropriation of standpoints… Personally, unlike that whiny anon way above, I'm cool with the few boards here I do visit, they don't seem particularly restrictive to me. I also don't feel the urge to call anyone a nigger or a faggot for some reason. But those few boards I visit also have 2 PPH at most, and often there isn't a new post for days. Is low PPH of /a/ a thing that can be fixed by making yet another board? Doesn't seem so.
>>16358 I'm not saying it was the only one, but it was one of the few where it was attacked by other companies that basically shot themselves into the foot by doing that cloudflare. "Law" terror is another thing, at the end, what I've written still applies, we agree on that, in different words. Though no, going deeper is not necessary. And the only board I visit here is /v/ anyway. Don't even have the time to do more. >I also don't feel the urge to call anyone a nigger or a faggot for some reason. Probably because nobody is telling you not to and there isn't much reason to do so. >/a/ They're elsewhere in the bunker network. Not on nu8chan. Also .se is doing really bad now. I keep trying to send this and I keep getting "Connection failed". 5th try without image. Now the captcha won't let me post...
>>16189 Connection is timing out on node1 for me.
Am I the only having problems with .se and .moe right now? the 1 to 4 moe-nodes seem to work Both work from Tor and I don't think it's related to my ISP, .se kinda works but some pics can't load. >Gateway Time-out. >Sorry, the backend is unreachable or down for essential maintenance. Try again soon! >Node: 3e9e300668af8ea386e2d83efe0d714c
>>16361 Yeah nodes 1-3 and main .moe/.se domains are shitting for me right now. node 4.moe works fine. I got a 503 error when trying to load a .gif from .se
>>16361 Yeah, .se won't really load and .onion is down. I can connect through TOR to .moe without issues tho
.se is working on my end, not the nodes for me. Also how can we check board owner login sessions.
>tor is dead (again) >moe is slow >se is shitting itself again
So why are .moe and .se having a stroke now?
>>16363 I can connect but constantly get disconnected because if any node touches the wrong path, it's back to 404
>.se is dead for normal browsers >had to pull out Tor again Will I be fine if I just don't update it and don't that initial security check? Seems excessive.
>>16189 >.moe only works intermittently >.se is fucking dead >A ton of the tor network went down including 8moe's onion The site is quickly becoming barely usable for me.
(67.08 KB 614x614 G2lvIgCbIAAmR4Q.jpg)

Please do something with se, admintachis!!
A few anime episodes ago I got 503 on .se, 404 on .moe, and "not found" on .onion. All at the same time. Then I went to watch those episodes. It's fine on .onion now.
(124.57 KB 640x470 polishcourtjester.jpg)

Great, 8chinz is kill again. Bad Gateway 502 error. 503 before that.
Moe works se down, node 5da58861f6783229eb2845f21fbcc9c0 im guessing its the hoster
>today's uptime situation
What's up with the bug that swaps the page's ending tag, after jumping past the "accepting terms" page, from .html to .json?
>>16377 never seen it it should redirect to wherever you were before the disclaimer redirect
>>16375 Moe gives 404, like usual.
>>16378 I've had that disclaimer redirect me to a random ass image sometimes that overwrites the link to the orginal thread in my history too and I know exactly what causes it to boot. When I turn up my browser after turning off my PC must I reload the page to get the ToS pop up or it will never update. I don't know why I need it because I still keep the captcha pass cookie but that's how it is. Now if I switch and load a different 8chan tab without completing or seeing the 1st page's disclaimer page, I must complete 2 ToS pages and 1 of them (I forget which) will pick an image (usually from the thread but I've also seen that cut off ace combat picture) but not the thread or catalog that was orginally there. Said image overwrites my browser's history for some reason. Even if I hit "go back" to see this tab's history, going past the ToS page that somehow has a few of the numbers of the thread I was in, same image shows up.
>>16377 >>16378 I've seen it a handful of times.
>>16380 part of the issue is tos is a session cookie; yell at acid to give it an expiration time >>16336 because sessions aren't nearly as reliable as they used to be especially with mobile users the other part is storing the previous path in a cookie that can be overwritten and I'm not sure there's a decent way around that considering where and how it runs maybe urlencoding and passing it along in a urlparam instead of a cookie on your end, you reload your entire browser session at once or something?
>>16382 No I manually reload every tab to avoid the ToS fuckery but sometimes I forget
>>16371 The Thing
>>16274 For a short while it was possible back in April to access 8ch via normal internet, but in May all three domains were rendered inaccessible over here. I've only managed to get to moe and se via TOR, with intermediaries and guards in Western countries, even if phoneposting or using normal browsers has become impossible. Somehow, 8kun remained unchecked in the meantime, despite being the site with a worse renown. The provider with fiber up everyone's city blocks here is Digi Communications, and they've been expanding into Iberia. 8chan.moe is not mentioned anywhere within any restrictions contractually or not, but it is common knowledge that the intelligence services have agents embedded in anything telecom here. Shady shit's going on, I wish y'all the best, and to fellow Eastern Euros, the cost of buying a cheap used Android to use for connecting to TOR should be worth it.
Acid, there was a false threat of a mass shooting at a university in Argentina and the email linked to 8chan.moe. There's no manifesto posted on /argentina/ but you should alert your mods to be on the lookout for any suspicious activity there, especially since the board is abandoned.
>>16386 Now it really feels like the authentic 8chan experience. :^)
>>16385 What country is that? In Poland only .moe and .cc have been down ever since the rapefugee wave of halfchinners. .se when it doesn't shit itself is accessible. I don't know what you mean by using Android, I use a normal PC, and only that. Intelligence surveilling everything is common at this point. .se still down btw
(160.85 KB 1280x1920 Asuka rifle time for work.jpeg)

Quite a week. :^) Just posting because I've figured out what's going on with Tor. The onion is being subjected to a novel kind of Tor-based Denial of Service attack related to so-called "compression bomb spoofing." I'll be working on a fix. >>16386 The fuck? We barely have any Argies on the site as far as I'm aware, let alone crazy ones. Something else to keep an eye on.
>>16388 It's Romania. Which is strange, because we're irrelevant. For details, I'm getting Bad Gateway on .se, 404 not found with "Varnish Cache server". Tried accessing via pinpointing specific posts, failed on both mobile and computer, on all browsers but TOR.
>>16205 >and helped Fredrick Brennan and Mark Mann transfer to 8moe <He thinks the cripple is involved with 8moe whatsoever Lmao. What are you smoking? >Was BO of /cow/ at one point Oh, it's retarded. >>16393 >Relative time
The 8ch.moe domain seems to have expired.
>>16395 You mean SSL cert? or domain registration?
>>16396 The domain registration. The DNS records are blank and the WHOIS EPP status has autoRenewPeriod. It expired on the 6th.
Please fix .se soon.
>>16390 >Tor-based Denial of Service attack related to so-called "compression bomb spoofing." The absolute state of internet 2025. Did you change something related to IDs? now it seems to change less often (for whatever reason I had a new ID after 6-24 hours, maybe my it was just my ISP altering something) >>16386 Idk if that is a falseflag(***) or an actual retard, but in Argentina they kill (local) websites or put them in a blacklist for surveillance if something happens (suicide of minor, shooting) and they have laws for that kind of censorship. I find suspicious the lack of mention of a specific board, I mean, this is 8chan. ***thread emails/messages are common and I couldn't find anything on /argentina/, hispa's,pol, besides this that seems unrelated https://8chan.moe/argentina/res/31980.html >This goes for argies: IMO a problem with argentinian anons is their absolute lack of "website preservation" principles, their culture is poisoning their own well and destroying it. They have been killing their own Web 2.0 websites and IBs on purpose during the last 10 years (taringa, voxed, rozed (magnicide attempt killed that website), etc). t. Uruguayan
>>16386 >764 so it's satanic jewish tranny pedophiles who blackmail teens into self harm and doing mass shootings. closely affiliated with the sharty, kiwifarms, and mossad. Same people who spam CP on alt chans.
Western US here. Nodes, 1,2 and 3 all work. Node 4 is the dead one.
>>16406 node4 is up, but I can only manage to connect to it from mexico and romania
>>16402 It doesn't seem like the email sender was an anon from here, the argentine community is small and we don't want glowies from the SIDE looking here. So I have no idea why they target 8chan.moe.
>>16408 That's very probable too, a falseflag to ban 8moe, we live in current year with governments rushing to kill any anonymous website that doesn't have obvious malware like the jak "chan". >Here in Uruguay there was had a retard including that 764 in his threats but he never did anything, probably just an useful retard trying to cancel the exams
EUfag over here, is .se dead dead or is there a chance for it to come back? I'm asking because .moe doesn't work unless I use VPN or Tor and sometimes I'm too lazy for that kek.
>>16411 You're totally fucking retarded if you're using imageboards without a VPN.
(86.69 KB 252x386 hgkc.png)

>>16413 Yes, Anon. They are going to imprison him for using a mongolian basketweaving forum to talk about the newest nintendo release. You better use a VPN that you've set up yourself on your own, or your VPN provider might rat you out. >day 212 since .moe went down >day 4 since .se went down Tiresome.
>>16414 If your understand of risk begins and ends at prison then I reiterate, you're a total fucking retard.
>>16411 .se is def coming back. I've already decided if the host doesn't get their shit straight we're going to move to a new one. I've been in contact with them but the past several days are radio silence and its getting old.
>>16416 Good to know thanks BO. >>16413 lol lmao even
>>16416 Thanks for the info. Seems like there will be a new host then. Got a feeling like they were pressured into dropping the site. Is there any news on .moe though? Or any other domain that would work over here?
>>16416 Noice
>>16413 >>16415 Since when is using imageboards without a VPN a death sentance? I should have been killed ages ago
>>16423 Who are you quoting?
>>16414 .moe is up but is on rotation and you may encounter blackholes when traversing certain networks. That makes it a bit of a crapshoot to get to, but hasn't stopped us, and we're figuring out solutions. .se was down primarily because the host was offline entirely, not just our box. We do not generally have extended downtime if the issue is in our hands. If a box is down for a day or more, it's generally an upstream issue, and we can't do anything to fix it faster. I think once we switch hosts, .se will be much more stable. >>16415 >>16423 On the whole, anons are far more paranoid than they need to be considering the worst thing they do is post shit opinions about video games. Even a bare IP tells you very little about someone and their location these days unless you are a government or work for a large ISP/cybersecurity firm. That said, everyone taking their privacy seriously helps. If everyone uses a VPN and everyone encrypts their traffic as much as possible it makes it far easier to blend. One guy using an encrypted chat is suspicious. If end-to-end is standard and everyone does it, it makes everyone more secure because you can't easily single someone out. The important thing is that nobody (currently) has a monopoly on VPNs (inb4 someone starts buying them all up) and even if several major ones are spying on you, there are alternatives. Your VPN can gather whatever your ISP would be able to, which isn't much, but is enough to kind of see what type of sites you visit. Overall, I would recommend everyone use an ISP. Both for the "herd immunity" of normalizing VPN use, but also because it's not just about trust. Even if you trust a website admin and all of their staff completely, they can still be subject to attacks. No website has perfect security. For all anyone knows, every server made in the last ~20 years has an NSA hardware backdoor in the CPU. If a VPN adds one more layer of security between you and any potential sniffers, what's the harm? Especially when they're as cheap as a few dollars a month. Posting without a VPN isn't a death sentence, but it's also a sane precaution in an insane world.
>>16425 >(inb4 someone starts buying them all up) the jews already tried actually they slowed down now that stuff like mullvad started coming out
meh, as long as the access logs get cleared every once in a while
>>16425 >anons are far more paranoid than they need to be considering the worst thing they do is post shit opinions about video games unless they do something worse than that then you're liable to use the info you have on them to try and get them in legal trouble by reporting their activity. if anything the average person is only here because they aren't paranoid enough considering 8chan bragged about all the government requests for information it denied while 8moe bragged about how many people it freely volunteered the info of out of some moral obligation to try and ruin their life for what they posted.
Does Last view display exactly 35 last replies? thought it was 30 or 15?
>>16425 >For all anyone knows, every server made in the last ~20 years has an NSA hardware backdoor in the CPU. That's what Intel's IME is, yes its been around that long. AMD's AMD PSP/AMD Secure Technology has been around for close to 15 years.
>>16425 >On the whole, anons are far more paranoid than they need to be considering the worst thing they do is post shit opinions about video games. Uh, yeah, except there are also countries where you get in trouble for being able to see certain content and there's a namefag in /b/ posting snuff or what will be considered snuff by a "board of experts" in such countries. Then there's also the possibility of becoming a star of that sort of video after your identifying data is leaked. Not that payed VPNs would protect from any of that, considering their financial trail. Unless you pay with crypto which very few people do.
>>16434 >Then there's also the possibility of becoming a star of that sort of video after your identifying data is leaked. Is that true? Snuff stars are unlucky imageboard users?
>>16436 Usually just random noticeable people (bloggers, activists, namefags, etc.) in unstable regions. It takes a certain level of normalization for people to actually do that to others, and constant armed conflicts tend to provide that. So, middle east, eastern Europe, and wherever you have major gang violence. Naturally, if you are an anon who writes first-hand experiences from those places, you'd be a target of opportunity for some local degenerate who disagrees with you.
CP spam on again, he's editing pics Reported on bag thread and Ui thread
(56.13 KB 667x667 loli_predators3.jpg)

.moe had been off and on if not sluggish. Really need .se up for fallback, but .se host has dropped the ball for a while now. On the topic of VPNs. Primary reason anyone would use VPNs here isn't "haha opinions" but rather because boards allow loli and in some places loli content would land you in jail regardless of any laws. Assemble a jury with enough "drawings are real life" participants and straight to jail you go.
>>16430 I thought it was 50, but counted 36. [Last] link should REALLY REALLY be accessible from the catalog instead of just the board index. Then you might get people to actually use it and save some bandwidth.
from 2 days in which i've had issues with moe(and decided to test the nodes), node 4 seems to be the fucky one, im from spain if that means anything
>>16434 No dude you don't get it republikikes passing laws that criminalize half the content on this website is no big deal, just bareback imageboards surely nothing could go wrong. Laws never change and society doesn't ever go on retroactive witch hunts as civilization descends into chaos.
>>16442 >passing laws that criminalize half the content on this website >retroactive witch hunts as civilization descends into chaos. You've just described at least half of European countries. Unironically, this very message you are reading now is also subject to one of those witch hunts.
.moe still not working in poland, .se down, yikes.
While we are here waiting for the site to unbork itself and you guys mentioned VPN what VPN would you guys suggest to use to browse imageboards with? Is Proton VPN (paid) okay?
>>16220 >political correctness Abiding by American law is global rule #1, and it's excusing pedophiles that's politically correct in 2025 anyway. >>16394 You don't know what you're talking about. Fred gave #8chan to Mark, who gave it to Codexx, Acid Man, and Parias. Parias quit, I'm told, and Codexx announced he'd be away indefinitely, which means the buck stops at Acid.
What happened to automods?
>>16448 Good for port forwarding, has a killswitch but I really wish they'd give a notification that the connection suddenly dropped. Can also connect to a lot of different countries which is nifty, but I'd suggest doing more research on that topic.
"Connection failed" pop up on .onion when trying to upload a SFW jpg.
i'll only mention this once in a while to make a point, but without .se it's a chore to visit the site. i'm not keeping a tab open via tor, so the thread watcher isn't notifying me, so it delays any reply i might make by hours to days. and since this extends to all the east europe anons, traffic momentum is being lost for what our traffic if worth. i get the upstreamness of the issue, just keeping the situation fresh in memory
>>16459 It's not only you. Anons using moe randomly getting an IP they can't connect to and thinking the site is down makes them stop bothering as much as well. The onion has never and will never be a real option for anyone but a small adept minority when it isn't down itself.
>>16459 Fast board problems. Do like everyone else did since ancient times: check for updates after each anime episode.
>>16461 i talk about weeklies on half. here i come for rare discussion like obscure LNs, music, a random cool thread or two. >>16460 >the onion i connect to .moe, but through a tor-proxied normal browser. this is up all the time.
.se is up, the host seems to finally have their shit fixed. However this will be the last time. If they fail again with any level of severity I'm replacing them.
>>16462 >after each anime episode <each 24 minutes >i talk about weeklies on half <once a week, on half >traffic momentum is being lost Definitely because of .se issues and nothing else.
>>16463 Something it gives 503, but when it 'works' most pics fail to download, and even the pin/cyclical arrows icons aren't loaded.
>>16463 the se one doesn't load properly and is slower than moe
>Host is radio silent for days when .se is down. >They only fix their shit a week later. >It still doesn't load properly and gives 503 sometimes. I'm curious if it's discriminatory treatment from the host or they are like that to everyone.
>>16479 The reason we put up with their technical issues is because they're 100% dedicated to free speech. As in, they got deplatformed once just for hosting us, and instead of kicking us off they built a new platform. They're that committed. If at all possible we want to reward them for fighting the good fight with us by keeping our business with them. They're the polar opposite of cucked.
>>16480 >they're 100% dedicated to free speech. >they got deplatformed once just for hosting us, and instead of kicking us off they built a new platform >They're the polar opposite of cucked. if only there was an imageboard like that.
I know the site is having csam problem, but i got falseban
How make my own rules page for my board?
>>16486 https://8chan.moe/rules.js?boardUri=yourboardname while logged in normally get there via: bottom of page while on board -> [Manage Board] -> Rules
>>16487 Yeah, I got it. Just copy the link of that in the message or what?
>>16488 and replace your board name you should see something like the first image and then they show up on https://8chan.moe/yourboardname/rules.html like the second
>>16489 >and then they show up on https://8chan.moe/yourboardname/rules.html like the second How?
>>16490 Nevermind, I forget the .html. Thanks mate.
.>>5423 Can we get mp3s to play on 8moe? mp3 files just download (don't play). I can't listen to my Aria Blaze 18+ Audio - Futa on Male t. Corgi (owner of /b/)
(2.96 KB 319x78 1651034636467573.png)

>>16492 but they do? there's a bug where they don't show up unless you refresh that's fixed on dev
>>5423 You're right, they do work now after refreshing.
>>16493 this >>16494 meant for you
>>16404 >so it's satanic jewish tranny pedophiles who blackmail teens into self harm and doing mass shootings. closely affiliated with the sharty, kiwifarms, and mossad. Same people who spam CP on alt chans. The CP spammers are different groups: >>15793
>>16425 >>16480 hey, what do you guy's think of >>15731 & >>15732?
Jesus, finally managed to get into here. the .onion address is down, and 8chan.se is so slow, 80% (maybe less) of the time it doesn't load. Either getting a timeout (though the main homepage does load very quickly) or random errors, 503 or 502 or it manages to load after a long time, but all pictures are missing.
>>5423 Is cloudflare borked for only for me?
>>16500 For everyone. Everywhere. At least bunker boards don't suffer from it.
>>16501 but smuglo.li is broken... though
>>16502 >>16500 >>16501 This is another reason Cloudflare sucks.
>>16503 Platforms that made it their SPOF aren't much better. You'd think that over several hours of this outage bigger companies would switch to something else, but very few (Valve) actually did. The rest, apparently, would just lie down and die if there's nobody to rescue them.
How long it takes to resive a confirmation email? I have hit the "request confirmation email" a few times, and waited over 24hrs and still nothing. I'm using protonmail, not sure if that may be the issue.
>>16506 It's been broken for as long as I can remember.
Will we ever get a copy text function? To make it easier to make generals
>>16509 So that means coming soon? Neat, thanks anon
>>16506 As >>16507 said that shit hasn't work in years. Though at some point recently you stopped needing email verification to do anything board related if I recall correctly so it stopped being much of an issue. Either way you need to manually email codexx to get verified, it's retarded.
Overboard is giving me error 404, anything going on we should know about?
A reminder that tor address is dead. As usual.
I'm like 40% certain there's been some sort of watchlist regression where now it shows watchlist unreads for your own posts after you leave the thread even though their your own post and you've clearly already seen it. I don't remember it doing this until recently. There's a chance it's always been this way and I just memory holed it because I've used this place less but either way it's driving my fucking crazy and it's an annoying bug.
>>16514 I can't remember if it was always that way, but it's been that way at least since the last update months ago, and yeah, drives me nuts, too it should be a quick fix
>>16514 I think you gotta scroll to the bottom after posting to prevent this from happening
Anyone else seeing .moe pulling this sadpanda bullshit after the terms of service page?
>>16518 What's this about? All I get is the typical 404. Oh hey, .se is for once not shitting itself. But tor is down. (still)
Thoughts on this, Acid/Codexx?
>>16520 Let's ignore for a second how disgusting and antithetical to chans the whole proposal is, and how incentivizing users to keep a single ID for a long time is basically doing the glowies' job for free, and let's look at the more practical problems. >A new ID's posts have to be manually approved before going live That would require an ungodly amount of work for vols, and would introduce massive latency (at least hours, likely days) for non-whitelisted posters (which include every single new user). >Only 3 posts can be queued at a time So not only would latency be terrible, throughput would be shit as well. >An ID had to make however many posts, say 15, before a vol can approve the ID to whitelist them 15/3 = 5 cycles of manual approval at a minimum, which could easily translate to a week of IRL time. No vaguely sane user will ever put up with that shit, you'd be stuck with the dregs that accumulate in private trackers and super sekrit discords. >inb4 the post counts were just there as examples They still show how little thought was put into this garbage suggestion.
>>16520 Every one of these convoluted ideas is more retarded than just giving individual board owners control over bypass generation and PoW bypass difficulty. A board owner should be able to decide it takes an hour to generate a bypass and then that bypass can last indefinitely or for only a week. Then each individual community can dictate what suites their level of board activity and the kind of malicious mitigation they require. You're over-complicating shit when the dev's clearly barely have enough time to tweak the already existing systems and fix basic issues with the overboard. It took years before they even hinted at being open to the idea of bypasses per board, and that still isn't even implemented yet. Your convoluted ideas will never get developed even if they weren't retarded and unnecessary.
>>16520 not worth their time reading that post doesn't understand anything at play >>16524 update after this will tackle some of the bypass stuff, there's a lot of space to improve them what's wrong with the overboard?
>>16522 >you'd be stuck with the dregs that accumulate in private trackers The worst fate possible. Unrelated but I hate when people in any media community recommend joining a private tracker, most people do not have the time or patience to put up with that bullshit. >>16524 >>16525 As far as I can tell, the PoW hasn't actually affected /v/'s spammer at all. He's brute forcing everything with sheer autism, what's realistically to stop him just toughing it out if the hash is made ten times harder?
>>16526 >Unrelated but I hate when people in any media community recommend joining a private tracker, most people do not have the time or patience to put up with that bullshit. What time or patience? 80% of the shit on torrentleech is free leech anyways. You just make an account and torrent shit and within a few months you have infinite ratio. The hardest part of private trackers is just getting invited to them.
>>16527 I'm speaking from my experience on a PT, about 15 years ago, where it was nothing but circlejerking and abusive mods and having to navigate some of the most annoying people you will ever talk to. You had to be active in the IRC and if one person in whatever the groups of seeders were called got in trouble the whole group got banned. Pirating is different now to how was then, the "scene" massively fell off in relevance and everything is public P2P, so maybe PTs have chilled the fuck out since.
>> 16520 It would be significantly easier on both parties to add captcha-per-post though Cspammer doesn't seem affected by captchas Only part that's correct are the current approaches not working >>16528 If your timeline is correct there was unfortunately a lot of awful gatekeeping and sekrit klubbing at that time but even for the era it sounds like you got into a remarkably shitty tracker LARPing as topsite
>>16529 captchas are almost a dead technology when anyone can train a local model in no time flat and per post captchas suck for many reasons bypass captchas could be more adversarial given solving them should be somewhat rare
>>16526 >spoiler Those posts are made by members of the tracker, like all internet cabals the most important perk is the prospect of having power over lower tier members. >PoW It doesn't work the way Acid thinks it works: can't blame him either, it's cryptomemetech so the surrounding discourse is maybe 1% factual. PoW hurts spam for profit without annoying legit users too much, that's all it does: it won't stop schizos who feel a deep urge to let everyone know about their hypercube, it won't stop rival sites spamming your to kill the competition, it won't stop anyone posting CP for the evulz... And if you raise the difficulty you'll piss off Average Joe long before significantly slowing down bad actors. >>16529 >captcha-per-post Stacking copies of the same faulty security layer on top of each other is a feels-good measure that doesn't accomplish anything of value and most notably does not plug those faults. In simpler terms: the spam that can get through the bypass captcha would get through the per-post captcha in the same way.
>>16425 I use VPNs and Tor regularly because there is no harm doing it and it protects against ip grabbers and data breaches so that's good.
>>16531 PoW or not, arbitrarily and reactively time gating bypasses is the simplest approach to dealing with shitters without impacting regular consistently active users.


Forms
Delete
Report
Quick Reply