/meta/ - meta

General sitewide meta


New Thread
Name
×
Email
Subject
Message
Files Max 5 files50MB total
Tegaki
Password
[New Thread]


Hey Admin, I'm trying to set my custom CSS on /comfy/ but it says
'''
Bad Request
Custom CSS strict mode is enabled and does not allow the following: "@", "url("
'''

I believe it's because I link the background image in it, despites I uploaded it in the "Assets" settings of the board.
https://trashchan.xyz/asset/comfy/6c6f248c291c7e2674e510c6cdd3f33fb2564164176ab322109fe8788c9abcbb.png
and here is the line of the CSS file :
'''
background-image: url(/asset/comfy/6c6f248c291c7e2674e510c6cdd3f33fb2564164176ab322109fe8788c9abcbb.png);
,,,

It works well when I test my CSS in the "on the fly" settings though so I believe it may be a permission problem that prevent me to put anURL in my CSS. Please halp !
118 replies and 19 files omitted. View the full thread
>>833
It worked, thanks
What is the syntax for replacing a horizontal ruler with an image and why is it not


hr {
   background-image: url(https://trashchan.xyz/file/d969bba8c4c21c1e8bb2866e7646cedef3325f3078b89242acf9bf0444a67242.gif);
   background-repeat: repeat-x;
}

I know you would use the board assets if you're doing it for permanent purposes but I'm just trying to work through it for myself right now.
Replies: >>856
>>855
I found it out. You unintuitively have to add and define a height parameter.
So FYI for anyone who wants to do this.

hr {
  height: 99px;
  background-image: url(https://trashchan.xyz/file/211111007b095fc66c70fc1419ccf11c1563da10a7c7e18756d06ea0aa740d2f.gif);
  background-repeat: repeat-x;
}
Also, for some reason this setting of 'transparent' is still showing the horizontal ruler:

:root {
   --highlighted-post-color: #3F7741;
   --highlighted-post-outline-color: #952927;
   --name-color: #0D9BFA;
   --hr: transparent;
   --spoiler-img:
url(/asset/christmas/f81197448a08c5f81b4f5f9e5f5a07a95ec81aaaa7355bf6eadb5be798d84adc.jpg);
    scrollbar-color: #3F7741 #631B1A;
}

Any ideas?
Replies: >>858
>>857
Anon solved it. It needs a border setting on the hr tag itself.

hr {
  height: 99px;
  background-image:
url(/asset/christmas/211111007b095fc66c70fc1419ccf11c1563da10a7c7e18756d06ea0aa740d2f.gif);
  background-repeat: repeat-x;
	border: none;
}

This is something I meant to write since some time, but now the impending doom of anon.cafe finally made me actually do this.

Originally this site was born as a tech demo after the demise of zchan, to modify jschan so it can run on multiple servers, for load balancing and maybe better ddos resistance. But the code never got merged upstream, so this site still runs a fork of jschan, originally on 3 servers, now on only two (and both of them at buyvm, so it's not much redundancy). On the other hand, zzzchan (probably the biggest imageboard running jschan) went with the original jschan and only using HTTP reverse proxies, so maybe this is overkill, after all. But anyway, whatever started as a tech demo pretty much stayed.
Which brings me to the current state of this site, it's pretty dead. There's /nep/, which is a copy of the old 8chan's /nep/, but at this point it pretty much functions only as an archive, it barely has any traffic. There's /quest/, it had some activity in the past, but now it has like 1 posts per week, one half-dead quest and a couple of dead ones. And /finance/, it also had some traffic initially, but now it's also pretty dead. I also have two BOs who never log in, so I have to delete the spam posted to their boards. (It's not that bad, filters catch most of the spam, and since the site is so dead, I can just open the global recent posts page, and delete any spam. I guess a dead site has some advantage too.)
In the past I didn't have any instructions on how to get a new board, because, to be honest, I didn't want to attract a lot of attention. I have better shit to do than dealing with courts and getting raided just because some anon said something on my site, or dealing with butthurt faggots ddosing my site. This site is not under cuckflare, and I'd very much like to keep it that way. On the other hand my gatekeeping was probably a bit too aggressive, even though I didn't do much (I think I only rejected one board). I guess just assuming that anons would randomly come here was a mistake. I'm also very bad at being proactive, if it's not already obvious.

So with that out of the way, I'd like to open an official board request thread. This is a free service, I reserve the right to reject any application or to shut down the service any time; don't expect 99.999999% uptime, blah blah blah. But unless you're one of those boards that are known to attract a lot of drama/shitstorm/lolcows/school shootings/etc, it's probably okay. I'd like to keep this site nice and comfy rather than having high PPH, there are better admins out there when it comes to dealing with that shit.
Required info:
>URI e.g. /uri/
>name of the board
>a short description/rationale
What is this board and why do you think I won't reject it, not the description that goes onto the board listing.
>planned rules
Include that global rules apply.
>what BO experience you have
Last edited by admin
Message too long. View the full text
299 replies and 37 files omitted. View the full thread
>>835
I don't have scripts to migrate a jschan board. Might put together something if there's enough interest
Replies: >>839 >>854
>>838
zzzchan does, they migrated /christian/ not long ago
Replies: >>840
>>839
They migrated also from anon.cafe, which was lynxchan
errors.jpg
[Hide] (51.2KB, 1375x104)
>>836
>>>/p/1990
Not the one who's been having problems uploading photos but I frequently get a "Something Broke" when uploading the latest finished puzzle and solve vid. So this time I opened the console and got this error when I got the message.

error { target: XMLHttpRequest, isTrusted: true, lengthComputable: false, loaded: 0, total: 0, srcElement: XMLHttpRequest, currentTarget: XMLHttpRequest, eventPhase: 2, bubbles: false, cancelable: false, … }

Maybe it's related to his problem.
>>838
Tom changed the JSON layout a bit, and I haven't updated that definition inside the .sites.config file to accomodate that, Trashmin. I'm sure you are more than competent to tweak that and get BUMP to work with JSchan boards again. If you don't have the time, then I can probably look into it during my upcoming Winter break?

---
>addendum:  to clarify, BUMP abstracts away the differences with all the major IB servers into a unified, simple directory-based format, on-disk. JSchan used to be in this group of supported types until Tom changed things (I'm pretty sure it's minor). The script you devised will work just like it already has done, when migrating BUMP'd boards onto Trashchan from your local copies (once you change the .sites.config & download the board in question).
Last edited by chobitsu

What's wrong with your webring? Doesn't seem to crawl, lots of sites are missing.
16 replies and 1 file omitted. View the full thread
>>704
So, for a site to join the webring it needs to be manually added by at least one member? Makes sense.
Is the 'ring borked?
Replies: >>770
>>769
Umm, restarted the service twice, now it seems to work... I hate unreliable shit like this.
Bumping, I can't get non-local boards to show.
Maybe ask Tom for troubleshooting help if this is a regular issue.
Replies: >>852
>>851
Same. No other boards besides Trashchan seem to be showing up.

a86333d90dc7fbcabc9aff3ab77442d917604ebe1f33b3af1640b3cf1ff1144a.webp
[Hide] (21.6KB, 640x480)
This is a thread to give some background on the illegal porn spam with links. I've seen some false guesses and claims going around on various boards so I figured it's time I made a dedicated thread to explain it.

I have been a janny, mod or admin on a few imageboards for the past 10 years, and casually post on many, including anon.cafe for the last 4 (although less so recently). Those who use a few different sites at once, especially slower/understaffed boards, will soon begin to notice patterns. Posts which look out of place. Identical posts which look out of place on two different sites. Drop a quote from it into a search engine and it's on twenty different imageboards!
It turns out there are a few spammers on imageboards, who go down a list of boards reposting the same post. A few years ago I made a bot to regularly check for new threads on imageboards and highlight any duplicates, documenting imageboard spam to find patterns and learn how to combat it.
There are a few different main categories of this spam. One is imageboard spam (or sometimes forums or D#scord chats), many of you will have seen recent posts from two news imageboards, just posting a link to their site and leaving. Political spam is also big (almost always either generic /pol/ tripe, Christian evangelism or actual schizophrenic psychosis), and it's worth noting that politics spam was especially big around 2020 so there will probably be a heap later this year. This is easy to spot on hobby boards, although it often blends in unnoticed on politics boards and random (/b/) boards, where they're often taken seriously, and sometimes those spammers choose to just repost only on the dozen /pol/ boards online. There are some other smaller classes of spam, but we're here to talk about the biggest spam category by far:

The CP spam is commercial spam. That's why they have links in them.
They hit any imageboard they can find. Even test sites with no users.
Different CP site owners have been doing this for at least 10 years, and probably ever since the internet went public.

This isn't news to people who have been around for a while, but for fresh users on political sites it's easy to jump to the conclusion that its one person (some cryptic 'pedoposter' character), or their designated scapegoat or feds trying to take their site down. But this was happening before /pol/ was even a board on 4chan, and it was happening on even harmless niche hobby imageboards (which is where I started jannying ten years ago, to help delete the hourly CP spam until the admin programmed a hacky countermeasure). And they don't just target imageboards. This is commercial spam. They target any blog comment section or unsecured forum they can discover. You can verify this yourself by checking where the same ad link appears in a search engine. There are commercial/freeware tools made by organized crime companies for discovering and spamming unsecured forums, which brag about being able to break most captchas (and even 10 years ago you could pay $1 per 1000 Google reCAPTCHA solves by real humans in poorer countries, all plugged into your bot via an API).

But there's an important point. The current ones aren't bot posting. These are humans, fresh custom-made captchas don't stop them. Simple post filters don't stop them ('post blocked, please try again' won't stop someone who is financially motivated). Anything that wouldn't stop you, won't stop them. And I say 'them' for good reason, you can verify both through basic linguistic forensics (typing styles, filename choices, filter evasion techniques, etc.) and by fingerprinting their user-agents that the same link is being posted by multiple spammers. Specifically, the current one with a child model on a purple background has the same link being posted by three distinct people, all from East Siberia and far North East Asia. They each have a list of target sites (some use imageboard lists like (historically) cc0's list or AllChans, others use custom-made spam lists with all kinds of websites on them, this can sometimes be confirmed by checking their HTTP referrers) and they go down the list, one by one, often clearly in alphabetical order, posting their garbage. They usually post on the first board they see, usually the first alphabetically or the most active/bumped board (which is why anons here correctly pointed out /comfy/ and /k/ were disproportionately targeted on anon.cafe), although they may also just have a certain arbitrary board saved (like lainchan's /zzz/, apparently), maybe because it got listed in a search first. I've seen cases where an imageboard has just locked their /a/ board due to constant spam and most of it disappeared (/a/ is first in alphabetical order, so on their homepage it was the first a spammer would click, so this wouldn't work on lynxchan/jschan's boardlist where they're ordered by activity).

It's also important to keep in mind that CP sites come and go, and along with it, different spammers. There have been particularly nasty ones in the past which posted full nudes, link in the image only so the post couldn't be text filtered, random filename, and either no text or text copied from other posts. Phash techniques could be a useful approach there, and the Junkuchan admin has mentioned in the Cloudflare thread that phash filtering has worked well for them. 
Message too long. View the full text
108 replies and 23 files omitted. View the full thread
>>845
Yeah it's not CP but please refrain for posting obvious porn on SFW boards.
a tiny bit of fat dick cannot really hurt nobody except faggots that scream child porn at it
at this point it is doing you a favor by posting it
Replies: >>848
>>845
>>847
Hey you fucking slav faggot you DID post fucking CP shortly after that
Just so everyone knows, he's a mentally ill attention whore who posts the same images on multiple imageboards.
fcc374c28f0ad23df5bebca05f6e935c1428d096d66734621d337d69152b860b.jpg
[Hide] (633.5KB, 3300x1785)
how about You go the fuck back and keep making shit up for somebody that cares >>812
as IVE said I do not ruin websites that leave me be, and this is one of them, as for other projections, all I can think of is that You are awfully jealous of my fat pearly white horse cock. keep cryin

73c7cfb49197cc07c41db3685dee2de5f622a5dd104fd7739e050b8c7331b789.jpg
[Hide] (24KB, 172x242)
Trashmin, blacklist indiachan. They've not set up their webring correctly. I doubt they intend to.
6 replies and 3 files omitted. View the full thread
75e048d643233179a4c0fb931804abdc0c05edab6ea45ff0701932937f23cdb5.png
[Hide] (41.1KB, 762x239)
>>720
https://gitgud.io/fatchan/jschan/-/commit/5477701887bb0b8b3895bca9e008f7a87c7caa8c
Whoops, mashed enter too quickly and expected captcha on Tor, eheheh.
Piggybacking: can admin please remove anon.cafe (RIP) and sportschan.org (disabled their broken webring altogether) from their list? They replicate to any sites following this one.

>>720 et al.
Someone contacted the jschan dev and figured it out: https://smuglo.li/support/res/1.html#13323
Replies: >>725 >>729
>>724
I am really surprised that anyone wanted to buy indiachan in the first place.
Replies: >>819
>>724
Seconding this
Replies: >>819
>>725
>>729
Oops, I missed this in the heaps of posts. Should be fixed now...

Can we please get a /sci/ board?


Thank you!
Replies: >>785
>>663 (OP) 
I'd love a /his/ board on the ring, but I think it would be DOA.
I wonder if we combined /sci/ /his/ and /math/ into a polymath board if it would be able to get some activity.

original_anon_cafe_banner.png
[Hide] (78.2KB, 563x212)
ITT, we discuss boards not yet migrated somewhere

Anoncafe Admins have created an official listing:
https://anon.cafe/meta/res/16569.html#16571

Thankfully, many boards have already found a home. Unfortunately some have not, and seem in danger of being lost to the winds of time. Are there ones in this group that Anons consider good enough to warrant migrating here without BOs? If so, who will step up to own & manage them here 'after the fact'?

This conversation is meant to save worthy boards from disappearing. Please contribute to this discussion if you have thoughts on the matter, Anons. 

---

Less than 10 days & counting!
https://prolikewoah.com/t/20240315T00
Last edited by chobitsu
71 replies and 11 files omitted. View the full thread
archiving help requested
There's an anon on anon.cafe wanting help setting up Hayden so he can archive.
If anyone can help please do so.
https://anon.cafe/shelter/res/5951.html
does anyone know where i can download a complete archive of it?
carrythatweight.gif
[Hide] (350.6KB, 500x280)
Anon.cafe... is no more...
Replies: >>698
>>696
Wakarimasen, why?
Really cool of you guys to take on as many boards as you have.

where tf is the lego board
14 replies and 11 files omitted. View the full thread
Spoiler_2.png
[Hide] (7.4KB, 135x135)
Spoiler.png
[Hide] (10.6KB, 134x134)
And the spoilers.
hqdefault.jpg
[Hide] (1KB, 64x64)
>>642
it got transferred so i dont have to do anything lol
/lego/res/1.html#q1325
one word filter is legos = LEGO® BRAND BRICKS™
going try some more i guess
Replies: >>678
nigger = Piraka
Replies: >>678
filters.jpg
[Hide] (42.2KB, 947x183)
>>654
>>655
I've been a little wary about adding the filters because I'm not sure how this works and also because it's directly linked to automod features.
Do I put the phrase to be filtered in the box in the front or the one at the end?
Replies: >>681
>>678
You can just set it to block post without banning.
The replace text is only used if you select replace under filter mode.

ClipboardImage.png
[Hide] (3.8KB, 557x80+0+0)
I got this message when trying to report and global report some glowie spam
Replies: >>54
>>53 (OP) 
Shit, looks like something broke with jschan 0.11.0, looking into it.
Replies: >>55
>>54
Fixed for the time being.
https://gitgud.io/fatchan/jschan/-/merge_requests/277
Hey admin why can't I report from the overboard?
Replies: >>528
>>527
Dunno, ask Tom

f45.png
[Hide] (25.6KB, 300x100)
Banner thread
21 replies and 12 files omitted. View the full thread
>>456
>>457
Any update?
>>505
Added (the last one, that's the only one that looks like a banner).
Replies: >>507
>>506
If you've got any artwork you like, I can do the rest of turning it into a banner. Assuming work leaves me energy.
Replies: >>511
>>507
I mean you wanted to fix the animation.
Replies: >>513
>>511
Different anon.
Should I dump some stuff from my Penn folder?

Show Post Actions

Actions:

Captcha:

- news - rules - faq -
jschan 1.6.2