a random operate banner

/operate/ - Endchan Operations

Let us know what's up


New Thread
X
Max 20 files0 B total
[New Thread]

Page: Prev [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] Next | [Index] [Catalog] [Banners] [Logs]


thumbnail of image.png
thumbnail of image.png
image png
(9.97 KB, 1187x54)
thumbnail of image.png
thumbnail of image.png
image png
(370.12 KB, 1533x391)
thumbnail of image.png
thumbnail of image.png
image png
(71.26 KB, 1264x216)
thumbnail of image.png
thumbnail of image.png
image png
(95.45 KB, 1018x645)
Hello admin please fix your board
1 Make captcha field next to text so it would take one press of TAB button to focus
2 Put OPs header on top like in ordinary posts so [Reply] link would be above pictures in OPs
3 Forbid webp or fix undefined postfix
1 replies omitted. Click to expand viewer









What if I set a password before posting, then I check my post, enter the password and solve the captcha in the bottom form, but when I click "delete" the following message appears: "0 threads and 0 posts were successfully deleted". My post is still not deleted. Why is that?







 >>/19809/
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."



thumbnail of image.png
thumbnail of image.png
image png
(35.16 KB, 551x171)
thumbnail of image.png
thumbnail of image.png
image png
(62.38 KB, 536x212)
About 3-4 days before May 20, I created a new account but lost it because I apparently wrote down the wrong password. I contacted the endchan telegram chat and one of the regular chat users, probably a moderator advised me to create a new account since I didn't have my own board yet.

I did so, I created a new account and used the same email at proton.me and the same password I had originally intended to use.

On May 20, I created a new board and made a single thread and a few posts on it.

On May 21 I tried to log in. And I saved passwords in the password manager and logged in on May 20 at least twice. But I got a server error like in the first image.

On endchan.net +.org I requested recovery on my E-mail, but it didn't arrive and it's not in spam either. I just made a request a minute ago, so I'll wait a little longer. I still can't get in with the password, still the same error.

The following error appears when requesting recovery again: "Internal server error. Pending request to be expired at Thu May 23 2024 10:25:11 GMT+0000 (Coordinated Universal Time)."

22 I tried to do it again but got the same error. The same user on telegram advised me to create a new account and try to log in. Again same email and same password and in the login I just swapped the words around (I hope this helps in identifying me). I successfully logged in, but obviously without moderator rights to that very board.


Now on the advice of the same user from telegram I'm creating a new thread here in the hope that I'll get some help.

I'm sure the board is very useful, so I'll be sorry if I can't regain moderator rights.There are already people coming in there who are insulting discussion members. 

Please help restore access. As I said, I always used one password and one email and in the login I changed only two words in places so that the administrator realized that it was me and not a person who wants to steal the account.
3 replies omitted. Click to expand viewer
 >>/19269/
>  But I suggest to save all the content worth saving, in case have to repost it later.

I didn't even think of that, come to think of it I heard of one moderator who did that to his boards from another server. Thanks for the advice!



 >>/26405/
They all plugged in some captcha solver service, they can have human resolvers. Some of the captchas can be pre-resolved too but they are time sensitive. The good thing about them that it costs money for the attacker.

 >>/25496/
>  But I suggest to save all the content worth saving, in case have to repost it later.
I didn't even think of that, come to think of it I heard of one moderator who did that to his boards from another server. Thanks for the advice!




thumbnail of 946.png
thumbnail of 946.png
946 png
(212.31 KB, 529x296)
Hey, Admins. You should probably switch to hCaptcha.
Stop the shit spammer once and for all because they're images.
I doubt a bot could solve it. They're not AIs.



 >>/24538/
They all plugged in some captcha solver service, they can have human resolvers. Some of the captchas can be pre-resolved too but they are time sensitive. The good thing about them that it costs money for the attacker.



thumbnail of 1595945397926.jpg
thumbnail of 1595945397926.jpg
1595945397926 jpg
(44.22 KB, 564x423)
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.



 >>/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.

 >>/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 replies omitted. Click to expand viewer
 >>/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




 >>/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.



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.
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.







thumbnail of RSS.png
thumbnail of RSS.png
RSS png
(118.69 KB, 1200x1200)
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 .







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?
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.


 >>/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.)


 >>/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.".




Post(s) action:


Moderation Help
Scope:
Duration: Days

Ban Type:


0 replies | 0 file
Refresh
New Thread
Max 20 files0 B total