/site/ - Site Meta

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

Catalog Archive
+
-
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).

Ghost Screen
Hilda Anniversary Marathon


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

what is the point of this site? Anonymous 12/02/2022 (Fri) 00:54:56 Id: 8d8dfc No. 7441 [Reply]
it sucks and dead. nothing like 8chan. you can make it better by: - decentralizing it - doing away with boards and use hashtags instead i honestly don't see the point of this site continuing to operate. you should just shut it down. wHAT THE FUCK. holy shit THIS SITE FUCKING SUCKS., i forgot to add an image when posting. i add an image, solve the captcha, and it says "Flood detected" and i had to wait 128 seconds. what kind of shit programming is behind this shit site?
5 posts omitted.
>>7456 >you can just call decentralization a failed experiment without having to schizopost about it. It's not wrong though, schizopost or not. It is generally agreed upon that the webring as a whole is a catastrophic failure, although users residing within webring sites don't like to admit this, it is clear as day that this is the case. The webring has dwindling userbases, low activity, powertripping BOs, admins and vols, inter-site drama and thriving saboteurs to show for it.
You sound perturbed, OP. Image board software is free, go and set up your own image board site if you think you can do it better.Thanks and have a nice 2023 y'hear.
10/10 bait, got me to reply

ClipboardImage Anonymous 09/07/2022 (Wed) 21:33:16 Id: 09741f No. 6747 [Reply]
Pasted images are no longer named ClipboardImage. How am I supposed to show my utter disdain for clipboard images if I don't know whether or not they were pasted from clipboard?
>>6747 Yes, change it back to ClipboardImage. Nobody fucking asked for this gay change.
In addition to what has already been said, another problem I find with this is that there may be many who do not know that you can upload images from the clipboard (and https://8chan.moe/.static/pages/posting.html does not make it clear either). At least when a newfag sees that one or more files are called "Clipboardimage.xxx" they might ask something like why there are files named like that?.

(6.26 MB 4150x3000 grace_laptop_newer.png)

/monarchy/ 8moe Anonymous 02/21/2021 (Sun) 00:56:33 Id: ab4d18 No. 1978 [Reply]
Under the 5th king of /monarchy/. All boards welcome in this thread. B-tan: Grace chan
9 posts and 12 images omitted.
>>7294 >t. /ita/ Will your board side with us?
>>7303 will u cumshoot with me
>>>/zoo/ refuses to engage in such silliness. We are a very serious board and have serious topics to discuss. Like fucking horses with carrots.

(13.27 KB 320x320 joker.jpg)

Anonymous 10/19/2022 (Wed) 05:26:21 Id: 7e0be2 No. 7138 [Reply]
MOOODS how to i archive this site, the "I agree " button at the begin dosent let me archive it
3 posts omitted.
>>7204 Thats really a problem, I want to archive threads with imáges, any alternative?
>>7205 Take screenshots if you want the images, but now you are starting to sound extremely suspicious.
>>7208 >Take screenshots That's bullshit. So far the best way to save threads is with the script posted in >>7262 (at least as long as the admins don't add another stupid limitation to access the site).

(225.95 KB 2000x2000 Fe7l_wmWIAEKZcN.jpg)

josh you're a faggot nigger Chijō 10/15/2022 (Sat) 00:15:45 Id: b836b4 No. 7104 [Reply]
and you're a retard
1 post omitted.
>>7107 yea okay josh stfu
>>7104 >spam /b/ >think he shouldn't get banned what a virgin
>>7117 SPAM SPAM ? you're a retard you dont know what spam fucking id

(115.72 KB 149x202 aaa2.gif)

Anonymous 09/05/2022 (Mon) 15:13:07 Id: 3a656f No. 6719 [Reply]
I swear I used to be able to click the OP post text from the catalog and be able to scroll through it on this site. Pic related shows how you can do this on 8kun right now. Maybe you were never able to do this here and I am just confusing the two boards, but it would be nice to be able to preview the post.
4 posts omitted.
.catalogCell:hover{ overflow: auto; }
>>6959 >>6980 The CSS is correct, but I think the JS is rebuilding the catalog without the proper tags. It will be fixed in the next update.
>>6719 >8kun I just check a thread for abandoned thread there and their global banner is link to wanted site saying Philiphines authority want hotwheel. why i even bother fuck off with the clown show

(763.11 KB 1280x960 wp.jpg)

Anonymous 09/19/2022 (Mon) 00:04:57 Id: a761b0 No. 6952 [Reply]
Hello. I'm trying to setup a colony for soyjak.party. My user account is intl. Can you please authorize me to make boards? If you can't do that please create /soy/ and assign me as BO. We desperately need a new alternative because our site administrator is losing his fucking mind and keeps fucking with us. Please help. Thanks.
Go to cuckchan, we don't want your wojak posting kind here.

Anonymous 09/09/2022 (Fri) 04:20:28 Id: fdfcd8 No. 6757 [Reply]
KurobaEx is a fast Android app for browsing imageboards https://github.com/K1rakishou/Kuroba-Experimental This supports lynxchan. It is recommended to develop a moe APP using Kuroba Experimental. Write a tutorial article explaining how to develop it. Currently supported sites: yeshoney.xyz ...... Endchan Kohlchan
5 posts omitted.
>mobilefags
>>6766 Some people prefer to access with a browser, while others prefer to access with an app.
>>6796 lynxchan users should just neck themselves

(261.28 KB 1200x1160 Closerkitty.jpeg)

Anonymous 09/06/2022 (Tue) 15:37:25 Id: fa9b1e No. 6734 [Reply]
Clicking on an image expands it. Clicking it again collapses it. That is the expected behavior, so all good. However, if you click the same image again, it not only expands it, but also scrolls it to top of screen. It should not scroll to top of screen.
It's this code in thumbs.js: var expanded = link.getElementsByClassName('imgExpanded')[0]; if (expanded) { thumb.style.display = 'none'; expanded.style.display = ''; thumbs.scrollToPost(link); //THIS IS THE CODE; REMOVE THIS } else { var expanded is undefined on the first click, so it skips the condition that scrolls to the post. On the second click, it returns an element reference, so goes into the condition.

Flags Anonymouse 03/10/2022 (Thu) 03:29:45 Id: 7816ff No. 5042 [Reply]
I have seen the standard set of tiny flags all over the place, but never a matching set for the American states, Canadian provinces, etc. Before I start designing them myself, does anyone know if they already exist? Tia
>>5042 >does anyone know if they already exist? I know I'm six months late, but maybe the flags of https://flagtism.gitlab.io/Extra-Flags-for-4chan/ might be of interest to you.

(683.13 KB 631x742 adam egret badly beaten.PNG)

(2.99 KB 654x35 webm2 zchan.PNG)

(3.14 KB 673x26 webm1.PNG)

Video Thumbnails are not Lazy Loaded [Bug] Anonymous 04/15/2022 (Fri) 20:51:56 Id: 3ea503 No. 5177 [Reply]
Thumbnails in the /v/ webm thread were not being lazy-loaded as seen in the screenshot. It loads all thumbnails on initial load, whereas it should be like the zchan screenshot - loading only whats visible and then making requests as the user scrolls down. According to >>579206 "8moe does actually do lazy loading but for some reason it's not working for video thumbnails. If you're on tor it's specially noticeable because due to the latency you can see the thumbnails pop in for images all the time but for videos they're actually preloaded". This is likely the reason why the webm thread is unusable for mobile and will cut down load time significantly for big threads like this.
>>5177 Fix has already been implemented and will be part of the next update.
>>5197 Issue is still present.
>>6678 Just tested it and could not reproduce.

where did /kiwi/ go? Anonymous 09/04/2022 (Sun) 01:08:06 Id: 632e68 No. 6680 [Reply]
What happened? When I clicked on it in the board header, it took me to a 404 page. Did the admins yank /kiwi/ out of fear of CloudFlare taking down 8chan.moe? Lol PUSSIES.
1 post omitted.
>>6681 i am assuming josh is the owner of kiwifarms. i think he is gonna kys
>>6680 nah, you can make the board if you want. I just didn't wanna deal with it now that the board is back.

There should be hashtags instead of boards and only global mods/rules Anonymous 08/29/2022 (Mon) 17:05:28 Id: 82b4fc No. 6638 [Reply]
No one should own boards here, especially imageboard-distinctive names like v, b, pol, etc. Instead of posting to /b/, users post to #b. All hashtags are moderated by the same globals mods against the same global rules. No one can be banned from posting to a hashtag. This means Jews like Mark will an hero when he can no longer remove vidoe gaem posts that he doesn't like. The overall aesthetic of the platform would not change, and I'd argue there would be no very little change to the data model as well. Users could still browse an individual hashtag's posts in a catalog or a single feed view like they can now. As for the data model, instead of each post having a FK reference back to the board table, it's just a FK reference to a hashtag table. Currently, BOs can ban users, but, with my proposal, users just hide content they don't want to see. If a user is spamming a hashtag, I mute them with a content filter. I can mute them globally or just for that hashtag. I can also choose to mute posts made through proxies or TOR. This way, the user becomes their own moderator rather than rely on a BO to do all their thinking for them. This design also solves the issue of board dominance/monopolization. No single person should be able to own b, v, pol, or any board. When certain boards reach critical mass and become the defacto board for a given topic, alternate boards do not stand a chance at claiming any of that share. This is why, on the old 8chan, dysnomia and Mark were able to do anything they liked while alternatives to their boards like /vg/, /bbbb/, and /b2/ failed. It wasn't until dysnomia had gone entirely rogue and fucked up his board intentionally that /b2/ finally found success. I would be interested in hearing arguments against this proposed design.
6 posts and 1 image omitted.
what makes you think this suggestion would be appealing to anyone in charge of this site when cronyism is the basis for its existence? if it weren't for cakekike literally paying for the privilege of being /v/s BO before the site was even up in order to hold onto the last scrap of relevancy he'll ever have in his life then this site wouldn't exist in the first place. you may as well be advocating for a ban on lolicon.
>>6648 That's what OP's hashtag suggestion got me thinking. Why bother using ib?
>>6674 You act as if replacing board names with hashtags instantly turns the site into a Twatter clone. Like I said just above, you wouldn't even notice much of a change at all. It would still be an image board. Posts would still get pruned. The main difference is that it decentralizes the boards into a public square where no one controls the flow of discourse. Wouldn't you love to see Mark have the existential crisis of his life because he lost his to control? The Jew in him would simply be unable to cope.

(3.21 KB 434x114 flood detected.png)

flood detected Anonymous 08/25/2022 (Thu) 14:31:03 Id: 68d33c No. 6607 [Reply]
this is fucking annoying. i go to make a post and forget to attach an image. attach my image and it says "flood detected", likely because it does the validation on the server which counts as a request. either don't count posts that fail validation as requests or do the validation on the server... or fix whatever it is because this is really annoying
(3.82 KB 432x119 hourly use.PNG)

>>6607 > or do the validation on the server i mean do the validation on the client. see, i am so mad that i can't even type what i want to say edit: also, what the fuck is this shit? hourly use ratio? what are you worried about on a dead platform like this?
>>6608 > what are you worried abou Probably people like you who somehow can exhaust quota

404 when trying to use bookmarks with 8chan Anonymous 07/29/2022 (Fri) 05:27:38 Id: 9df57d No. 6441 [Reply]
What is the point of this bullshit supposed to be? Remove it already so I can click on my bookmarked boards to visit them normally without having to go through the fucking homepage every time.
2 posts omitted.
>>6445 Maybe Redirector by Einar Egilsson should help. https://addons.mozilla.org/en-US/firefox/addon/redirector/ Don't know if it's ported to chromium browsers but it may have an alternative.
>>6445 Us this method which is working great for me: https://8chan.moe/b/res/418998.html
>>6441 >He can't get past the sad panda

[ 123456789101112131415 ]
Forms
Delete
Report