/operate/ - Endchan Operations

Let us know what's up

Boards | Magrathea | Catalog | Bottom

Check to confirm you're not a robot
Name
Email
Subject
Comment
Password
Drawing x size canvas
File(s)

Remember to follow the rules

Max file size: 350.00 MB

Max files: 5

Max message length: 4096


(44.22 KB 564x423 1595945397926.jpg)
Regarding my image board VanHilton 11/17/2022 (Thu) 10:14 [Preview] No. 18264 [Reply] [Last 50 Posts]
Greetings from VanHilton Media

Is it possible to get rid of the "drawing" and "password" fields? I'd prefer my board not have these. Just Name/Email/Subject/Comment/File(s) and nothing else.


Anonymous 11/17/2022 (Thu) 10:27 [Preview] No.18265 del
How about hiding them with custom css?


VanHilton 11/18/2022 (Fri) 21:33 [Preview] No.18271 del
>>18265
Is this possible? If so what do I put in my custom .css to do so?


Anonymous Admin 11/19/2022 (Sat) 09:07 [Preview] No.18273 del
>>18271
I will take a look.


e Admin 11/19/2022 (Sat) 12:34 [Preview] No.18276 del
>>18271
You can select these particular elements you want to hide with the :nth-child(x) selector, where the x is the number of the element.
The elements of the form is in the table and the "Password" and "Drawing" fields are in the 5th and 6th table rows, or in the 4th and 5th if you force anonymity via your board's settings (ie. no "Name" field).
Then you can use display: none; css rule to hide elements (there are other options, if you prefer something else you can use that ofc);
Since no other table rows on the page you could use the following:

tr:nth-child(4), tr:nth-child(5) {
display: none;
}

Or:

tr:nth-child(5), tr:nth-child(6) {
display: none;
}

Depending on the Name field, as I wrote above. This is important, you don't want to hide captcha accidentally or something.


Anonymous 02/10/2025 (Mon) 09:45 [Preview] No.28107 del
>>26983
>If Tor reporting is blocked on /pol/ it ends up here.
/pol/ doesn't block Tor reporting. Of course we bring up the fact that the Tor project has many jews on their team whenever there's a /pol/ Tor shitpost. However, Tor is not restricted by me with any settings. Such settings don't even exist. The punishment since I can't ban Tor is to delete their shitposts. Genuine intelligent posting by Tor users is left alone. I have never tried reporting on Tor because I refuse to use it. As for your other points, I'm not suggesting otherwise. The point being, I as the BO of /pol/ have no control over how the site as a whole works. If you're having issues with Tor reporting, start a Twitter account and bring it up to Odilitime. The Meta thread on /pol/ is a sticky. You may post from Tor there and reference the offending thread as an alternative to reporting.



>try to make thread
>open captcha in new tab
>wrong answer or expired captcha
>20 times in a row
>then "500 server error"
FIX YOUR SHIT ODILI
2 posts omitted.


Anonymous 02/11/2019 (Mon) 20:40 [Preview] No.10263 del
>>10257
>click reload
I did, 20 times, and it kept saying "wrong answer or expired captcha". that's the issue

>wtf
if you can complete no cookie captcha with javascript disabled in the same tab then post some screenshots and a tutorial


Anonymous 02/12/2019 (Tue) 21:08 [Preview] No.10264 del
>>10253
<works for me
learn to type faggot


Anonymous 03/02/2019 (Sat) 21:15 [Preview] No.10291 del
>>10264
kill yourself illiteratespergy


Anonymous 01/25/2025 (Sat) 16:14 [Preview] No.26144 del
>>11682
captcha


Anonymous 02/10/2025 (Mon) 09:45 [Preview] No.28111 del
>>11327
You can select these particular elements you want to hide with the :nth-child(x) selector, where the x is the number of the element.
The elements of the form is in the table and the "Password" and "Drawing" fields are in the 5th and 6th table rows, or in the 4th and 5th if you force anonymity via your board's settings (ie. no "Name" field).
Then you can use display: none; css rule to hide elements (there are other options, if you prefer something else you can use that ofc);
Since no other table rows on the page you could use the following:
tr:nth-child(4), tr:nth-child(5) {
  display: none;
}

Or:
tr:nth-child(5), tr:nth-child(6) {
  display: none;
}

Depending on the Name field, as I wrote above. This is important, you don't want to hide captcha accidentally or something.



/tech/ thread restoration/archive? Anonymous 06/29/2017 (Thu) 15:24 [Preview] No. 6619 [Reply] [Last 50 Posts]
There's a thread that had some useful information for something I'm working on but it has apparently vanished. Strangely, the thread is not in the logs as having been deleted, so did it just fall off due to being really old? It is my fault for not archiving, but I only just came across it about a week ago. Going through the logs it looks like /tech/ cleaned a bunch of shit on June 26, but this particular thread isn't listed anywhere as having been purged.

https://endchan.xyz/tech/res/597.html

Requesting backup or archive if possible. Thanks very much.


Anonymous 06/29/2017 (Thu) 15:29 [Preview] No.6620 del
This thread?

https://web.archive.org/web/20170603035754/http://endchan.xyz/tech/res/597.html

The board was slid by a spammer. Endchan doesn't keep backups.


sage 06/29/2017 (Thu) 16:32 [Preview] No.6621 del
Damn, you saved my ass, didn't even check if it was already archived. I'm an idiot. Thanks dude.


Anonymous 06/07/2018 (Thu) 02:26 [Preview] No.9177 del
woah


Anonymous 06/07/2018 (Thu) 02:29 [Preview] No.9178 del
valid?


Anonymous 06/07/2018 (Thu) 02:34 [Preview] No.9179 del
>>9177
dude woah, wut?



(118.69 KB 1200x1200 RSS.png)
Feature request Anonymous 10/28/2023 (Sat) 16:10 [Preview] No. 18789 [Reply] [Last 50 Posts]
Please add direct links to the media in the rss feed


Anonymous 11/04/2023 (Sat) 16:19 [Preview] No.18804 del
Btw /agatha2/index.rss is broken. There is an XML parsing error due to
`
&
`
in the title. It should be replaced with
`
&amp
`
. Other boards like /news/ have the same problem, while those not having & have a functioning index.rss, like /operate/index.rss or /polru/index.rss .
You can check if an RSS feed is valid with an RSS feed validator like https://validator.w3.org/feed .


Anonymous 11/08/2023 (Wed) 22:35 [Preview] No.18851 del
>>18804
made a fix for this.


Anonymous 11/10/2023 (Fri) 12:44 [Preview] No.18855 del
>>18851
Thank you. Seems good now.


Semi-annual reminder we want more stuff Anonymous 12/03/2023 (Sun) 16:02 [Preview] No.18900 del
Speaking of feature requests: we're still waiting on the Odilitime jock strap crotch-cam live stream RSS feed.


ew furry killer 06/14/2024 (Fri) 17:34 [Preview] No.19310 del



Editing subject line of a thread Anonymous 03/04/2021 (Thu) 11:07 [Preview] No. 11556 [Reply] [Last 50 Posts]
I know how to edit the content of the first page of thread but not the subject line of that thread. There must be a way coz i can do it in other image boards like 8kun. Can you help, please?


Anonymous 03/04/2021 (Thu) 11:51 [Preview] No.11557 del
I'm not aware that the contents of the subject field can be edited. 8kun uses a different board engine, what feature one imageboard supports other chans might not.
I think a good rule to follow (with the editable part of the posts too) is to think first, then post.


Anonymous Admin 03/04/2021 (Thu) 11:51 [Preview] No.11558 del
>>11557
See? Forgot the role signature. Here it is for validation.


Anonymous 03/04/2021 (Thu) 19:41 [Preview] No.11560 del
>>11557
sounds like mistakes in subject field are irrevocable, then.
kind of a problem for this board, because it's a bu when msm crashes 8kun, so when it's active, it's very fast and different people with dif experience levels are making threads - mistakes inevitably happen.

Would you consider making the subject field editable (i guess the question is, Why not? If the programming isn't onerous, it would be a real plus.)


Anonymous 03/04/2021 (Thu) 20:42 [Preview] No.11563 del
>>11560
thanks for reply btw
appreciate it.


Anonymous Admin 03/05/2021 (Fri) 15:49 [Preview] No.11564 del
>>11560
There are a couple of projects going on in parallel - besides the busyness of the daily life - I really doubt we will implement subject editing in the foreseeable future, but it is an intriguing suggestion, so I'm gonna nag the development team, maybe they'll say "easy peasy lemon squeezy, here it is. E.".



‮!!!‭!‮GOD GNIKAEPS SHIT OLEH ROTEREAPO;\;;\\;;';RORETAPO\;;;\;\\\;; ‮ {}GOD SSLETNUOC 01/27/2019 (Sun) 10:20 [Preview] No. 10237 [Reply] [Last 50 Posts]
HELO (ODILILTETIMRE_)AMDINISTRATOR!!!


CAN TO {{YUO}} MAKE WEBMs APPAER (((VISABLE TO NAKED EYYS))) ON FRONT PAGE

ON FRONT PAGE;;;; WEBMS!!!{}!

PIC {WEBM} RELATED; ATTACHED; UPLODED; AN EXEMPLAR OF FRONTE PAGE CONTENT MISSED BY THUOSANDSS OF POTTENTIAL VISTORES!!!!!!!

TAHNKS FOR URE INTERNET WORKKIN'S + HTLMS MAKERY; TOGETHER INTERNETT 4 BILlION!

DO U'RE BEST!!!
1 post omitted.


Anonymous 01/28/2019 (Mon) 12:04 [Preview] No.10240 del
wait. OP/insaneposter is not odili? or is he odili and pretending not to be?


odilitime Board owner 02/12/2019 (Tue) 21:13 [Preview] No.10266 del
>>10237
I'll talk to Lynx about it. Surprised they're not already.


Anonymous 03/03/2019 (Sun) 07:07 [Preview] No.10292 del
>>10266
maybe they are >>10095


Anonymous 03/03/2019 (Sun) 07:11 [Preview] No.10293 del
>>10292
ah ok i see >>10109


Anonymous 02/12/2025 (Wed) 10:27 [Preview] No.28290 del
>>26346
Why sir?



>>>/pol/77333
>I have an idea! Let's go on a killing spree!

Guys. This is exactly what will get Endchan booted off of everything if word gets around. Hello?

>Tor users blocked from making reports
So it ends up here as this needs immediate attention.


Anonymous Global volunteer 12/01/2019 (Sun) 13:12 [Preview] No.10797 del
Thanks for the report.


Anonymous 12/07/2019 (Sat) 21:05 [Preview] No.10805 del
Bring it up to /pol/ in the future to remove any calls for violence. They will be taken down. The Feds crying about censorship will not change deletion of their attempts.


Anonymous 12/07/2019 (Sat) 22:27 [Preview] No.10806 del
>>10805
No. You live alongside of other communities. Like many other users here on Endchan, I am not here merely to accommodate you or your board. If Tor reporting is blocked on /pol/ it ends up here.

I realize this is not an ideal situation. In that respect I emphasize the following:

1. Unblocking Tor reporting may not be an option as too many others use it to play troll-ball with /pol/.
2. This thread is not a criticism of /pol/.
3. This thread is not meant to be a challenge to /pol/.
4. The Endchan /pol/ mod staff have always been reliable and consistent in dealing with these issues when they are available to do so.
5. Not even our site admins can babysit things 24x7.

Like occasional CP postings from times past, this was an emergency whole site compromising situation without the traditional means to report it. The situation was dealt with. Thank you, Mr. Global. This thread now has no purpose other than to attract meaningless grousing. We already have a /pol/ containment thread here if further bitching about this or whatever issue is required. I suggest it may be worthwhile to delete or lock this thread to allow everyone move on.


Anonymous 12/09/2019 (Mon) 18:03 [Preview] No.10808 del
>>10806
>If Tor reporting is blocked on /pol/ it ends up here.
/pol/ doesn't block Tor reporting. Of course we bring up the fact that the Tor project has many jews on their team whenever there's a /pol/ Tor shitpost. However, Tor is not restricted by me with any settings. Such settings don't even exist. The punishment since I can't ban Tor is to delete their shitposts. Genuine intelligent posting by Tor users is left alone. I have never tried reporting on Tor because I refuse to use it. As for your other points, I'm not suggesting otherwise. The point being, I as the BO of /pol/ have no control over how the site as a whole works. If you're having issues with Tor reporting, start a Twitter account and bring it up to Odilitime. The Meta thread on /pol/ is a sticky. You may post from Tor there and reference the offending thread as an alternative to reporting.


Anonymous 12/09/2019 (Mon) 18:08 [Preview] No.10809 del
>>10806
And to be clear, I'm not asking you to accommodate /pol/. I'm inviting you to post issues in the Meta thread there. Whatever you choose is your choice.



Why did you ban my IP for posting screenshots Anonymous 11/04/2024 (Mon) 21:13 [Preview] No. 19663 [Reply] [Last 50 Posts]
Why did you ban my IP for posting screenshots of a libre vidya game?

"real spam"
1 post omitted.


Anonymous Admin 11/04/2024 (Mon) 22:06 [Preview] No.19666 del
Note: it is possible to get a "banned" alert if you use an IP which was banned previously (it could be a proxy, or VPN, or even a legit residential IP if it is distributed as dynamic IP).
I asked when was the ban because I checked the last couple of days in the logs (they are public, home page has the link to them) and I've found no ban with the reason "real spam".


Anonymous 11/04/2024 (Mon) 22:27 [Preview] No.19667 del
>>19665
An hour or 2 ago.


Anonymous Admin 11/07/2024 (Thu) 18:32 [Preview] No.19679 del
>>19667
Ah. No such ban was issued.
However some time ago in tandem with the usual cp spam there was another one that said "real rape of women" or something the like. I believe the ban message denotes that particular one. In this case the IP you used was banned some time ago, and wasn't issued to your post with screenshots of a libre vidya game.


Anonymous 02/11/2025 (Tue) 11:37 [Preview] No.28192 del
>>20290
From: https://support.torproject.org/faq/staying-anonymous/
>Ultimately the best protection is a social approach: the more Tor users there are near you and the more diverse their interests, the less dangerous it will be that you are one of them. Convince other people to use Tor, too!
I will like to say:
"There's only one thing this place needs, more Tor posters."


Anonymous 02/12/2025 (Wed) 10:33 [Preview] No.28325 del
>>27338
An hour or 2 ago.



(68.25 KB 655x1024 1683152954366697.jpg)
posters without id Anonymous 02/10/2024 (Sat) 01:36 [Preview] No. 19088 [Reply] [Last 50 Posts]
Sometimes some posters don't have an id inside boards where every poster has ids
and it also appears that in the moderation pages those id-less posters have no informations, unlike other posters who do, so those id-less posters are immune to some moderation actions

is it a feature for some posters to be id-less?
or is it a bug?
regardless if it's a bug or not, this is a weakness in the moderation tools, is there any way to resolve this?


Anonymous 02/10/2024 (Sat) 01:47 [Preview] No.19089 del
Here two examples of id-less posters in a board with ids enabled
>>>/dump/1085
>>>/dump/1086

to be more specific, every post, when looked at in the moderation mode, has an hash of the ip address
the id-less posts lack any hashed ip, they are basically ip-less, so it's impossible to ban them

this isn't the first time i've seen these odd information-lacking posts on boards, they stand out pretty much usually, but i can't find more examples at the moment

is this an expected behaviour for the site? or what could be causing this occurrence?


Anonymous 02/10/2024 (Sat) 03:33 [Preview] No.19090 del
>>19088
>>19089
Posters using tor and posting through the onion domain will not have ids or IP hashes.


Anonymous 02/10/2024 (Sat) 08:56 [Preview] No.19091 del
You can disable posting from Tor in the board settings.


Anonymous Admin 02/10/2024 (Sat) 10:19 [Preview] No.19092 del
As posters noted above those are users posting via Tor or Lokinet. They don't get IDs or IP hashes, they are all count as 1 poster (on the whole site) and they aren't included the number of posters on the board page.
BOs can disallow the use of Tor on their board, that option was included in case of certain attacks. I encourage you not to choose using it, unless it's absolutely necessary.


Anonymous 02/10/2024 (Sat) 11:00 [Preview] No.19093 del
>>19090
>>19091
>>19092
I see, thanks for the answers



(347.73 KB 811x727 17202266244473.jpg)
Almost all vpns are banned for spam. So when endchan is blocked in your country you either use tor (not very convenient) or use IPs from some shitty country with ping 500+ which are not banned yet
3 posts and 1 image omitted.


Anonymous 09/30/2024 (Mon) 14:56 [Preview] No.19601 del
>>19587
Russia :((
>>19589
> I do not think that is true.
Okey, maybe not all. But I use adguard (because almost all other vpns are banned) and every ip from popular country is banned here. So I have to switch to some shit like Argentina, then post, then switch back.
>>19595
> All the boards are slow
Yeah, you are right. And because of that I can post, than recieve answer in 30 minutes and answer to that, than recieve answer again in an hour. And every time I had to switch twice.
And this Argentina vpn is too slow to just keep it and do another computer stuff with this on


Anonymous 10/04/2024 (Fri) 12:54 [Preview] No.19622 del
>>19601
Consider getting a VPS and installing shadowsocks/vless. It's like $5 a month, there's a few that accept MIR cards or crypto, it's fast, DPI doesn't block it or throttle traffic, and you'll have a static IP just for yourself that isn't banned by websites.


Anonymous 01/25/2025 (Sat) 14:09 [Preview] No.26141 del
captcha


Anonymous 02/20/2025 (Thu) 22:17 [Preview] No.28925 del
>>19585
am i blocked?


Anonymous 02/20/2025 (Thu) 22:18 [Preview] No.28926 del
cant post on any other boards