Gallow and Flerex please see my explanation here. Neither are a perfect solution but Q+A is much more solid until the answer is found, at which point it needs to be changed. The problem is I don't know when they have the answer, because now the bots lie dormant for a few days before posting, so I don't know how many spam bots have registered in the period since the answer was broken.
If those alternatives are not good for you you can do what I do in my blog. As bots usually do not support JavaScript, create a hidden field that has an empty value and a name of a common field (age, for example).<input type="hidden" name="age" value="">
Then, with JavaScript, modify the value of this field to an arbitrary one via an event listener.document.querySelector('button[type="submit"]').addEventListener('click', _ => {
document.querySelector('input[type="hidden"][name="age"]').value = 5063;
});
Then in your backend you just have to check that that value is what you expected. If it is not, just return a blank page so that bots can't go back and try to fix the form.if(!isset($_POST['age']) || intval($_POST['age')] !== 5063) { // Or equivalent method in your platform / framework
die();
}
The only problems with this method are:
Thanks Flerex will implement this extra barrier in 1.10
when posting as a guest, i found the spam questino to be fuckin' insane dude.
the answer is vanilla but the questino itself is retarded. it's worded as though you speak ebonics or your native language is not English.
+1 vote for new question
"Which expansion is this website about?"
"What expansion is barrens.chat website about?"
"What patch is 1.12.1 usually referred to?"
Hey, i can confirm what "Guest" said. I wanted to register and got stuck at "Complete this sentence: World of Wacraft ' '". How would I know that I have to fill in "vanilla" here?
It would be great if there's a hint or something in it.
I bet a few users already failed to register because of that ;)
Hey, i can confirm what "Guest" said. I wanted to register and got stuck at "Complete this sentence: World of Wacraft ' '". How would I know that I have to fill in "vanilla" here?
It would be great if there's a hint or something in it.
I bet a few users already failed to register because of that ;)
Classic, Vanilla, 1.13 are all possible and reasonable answers at this time. The question will be restructured and re-presented in upcoming patch 1.10 however.
it doesn't work for me to change profile banner. Every time I select a new image and press submit, my old banner (which I have selected to be deleted previously) is there instead. I've tried several times but it doesn't seem to work.
it doesn't work for me to change profile banner. Every time I select a new image and press submit, my old banner (which I have selected to be deleted previously) is there instead. I've tried several times but it doesn't seem to work.
Refresh your browser cache.
I sent a message to someone recruiting for their guild and it never moved from outbox to sent. So is it sent? What's the difference between outbox and sent?
I sent a message to someone recruiting for their guild and it never moved from outbox to sent. So is it sent? What's the difference between outbox and sent?
If it’s in outbox they haven’t read it yet.
Hey teebling is the following a bug?
Lets say we use a tabnav on a page. I'll use the Authors page example:
1st tab
Phase 1 (pre-raid)
Phase 1
Phase 2
Phase 3
Phase 4
Phase 5
Phase 6
Blabla
Rarara
Gagag
Pagagag
Bebebebe
Rorororo
Nonono
If I also have a tabnav on my signature (or two tabnavs in one page), they stop working. Or more like, they start linking to each other. See below:
2nd tab
AAA)
XXX
ZZZ2
YYY3
SSS4
FFF5
WWW6
11
22
33
44
55
66
77
Hey @teebling is the following a bug?
Lets say we use a tabnav on a page. I'll use the Authors page example:
1st tab
Phase 1 (pre-raid)
Phase 1
Phase 2
Phase 3
Phase 4
Phase 5
Phase 6
Blabla
Rarara
Gagag
Pagagag
Bebebebe
Rorororo
Nonono
If I also have a tabnav on my signature (or two tabnavs in one page), they stop working. Or more like, they start linking to each other. See below:
2nd tab
AAA)
XXX
ZZZ2
YYY3
SSS4
FFF5
WWW6
11
22
33
44
55
66
77
Yeah it's a limitation I'm afraid - one table per post I think.
Thanks for the reply! Actually it's one per page I think, because the below one appears to be linked with my original post as well.
3rd
af2412)
1241
11
12
ss
zz
zasdas
1
2
3
4
5
6
7
Oh well!
Edit: teebling How about the number of the tabbed navigation boxes? Currently the max. number seems to be 20.
I was wondering if it's possible to increase the limit (really... to 100 or something) because I would like to write my story in tabbed navs as seen here:
https://barrens.chat/viewtopic.php?f=10&t=2013#Start
And 20 means I won't be able to use that look.
Thanks!