log☇︎
40400+ entries in 0.025s
danielpbarron: I think so
diana_coman: danielpbarron confirmed, it works indeed, thank you. So it's a matter of php version then?
danielpbarron: http://wotpaste.cascadianhacker.com/pastes/4taHY/?raw=true << I think this fixes it. Seems like PHP changed how "anonymous" functions work, now requires a "use" clause
diana_coman: so hm, the hook for pre_comment_content is not set properly then? might be worth chasing that lead
mircea_popescu: if that fixes it, the problem are bad filters set somewhere, i expect ?
danielpbarron: comment out this line, and you can have html tags, but this is probably not the ideal way to enable them.
hanbot: that being the only (very faint) lead i've got after looking through every damned file where strip_tags appears, looking at comment_form idem, i stuck a function in my theme's comments specifically to allow desired tags, no dice...i dunno where else to look, frankly.
hanbot: BingoBoingo thanks for posting. could i also pester you for your wp-includes/kses.php ?
asciilifeform sadly has nuffin to add to the php debug thrd, finds php a voodoo art
a111: Logged on 2019-03-20 17:32 asciilifeform: ( the other design objective, perhaps less obvious, is that enables treatment of incoming ciphertexts as 'passive subjects' operated upon by 'active' privkey, i.e. it is not possible for an incoming pehgram to decide to print yer privkey to screen, or radio its bits to aether by constructed pattern of decrypts, etc )
asciilifeform: ( hint: it's 1 of the mechanisms behind http://btcbase.org/log/2019-03-20#1903598 . ) ☝︎
asciilifeform: ^ exercise for readers: what's this.
pehbot: asciilifeform: EGGOG: FATAL: Tick: 68 IP: 68 Symbol: '!' : Attempted movement to IP: 6 violates the Cutout!
asciilifeform: loox like i killed the lisp bot , brb
BingoBoingo: http://p.bvulpes.com/pastes/8WfnB/?raw=true << The comments.php file contents on Bingology
hanbot: comment content tags, i mean.
hanbot: in wp-comments-post.php line 42 i see a list of content tags including b, blockquote, em, etc, but not a href; but eh looks like e.g. b is stripped too.
mircea_popescu: well, im out of straws to clutch at
diana_coman: not that I can tell at a quick grep
mircea_popescu: is $allowedtags ever unset() (presumably downstream from where it prints the contents above forum box) ?
diana_coman: mircea_popescu: no; a grep returned nothing at all (-ir from top dir of wp install)
BingoBoingo: diana_coman: I'll have to dig. Qntra's not on mp-wp yet.
diana_coman: ahaha, meanwhile fun with testing: one CAN get a link but inside <pre> as per http://ossasepia.com/2019/03/15/eucrypt-chapter-16-bytestream-inputoutput-keccak/comment-page-1/#comment-5076
diana_coman: BingoBoingo: what did you do to get your mpwp to NOT strip html tags from comments?
diana_coman: I do have this talent of stepping on such things
hanbot: well better that than untraceable sidecase. sorry this wasn't caught sooner.
a111: Logged on 2019-03-20 22:19 hanbot: diana_coman, there's at least one instance of this happening on my blog (http://btcbase.org/log/2017-10-26#1729169), but i dun recall doing anything to "fix" it, unhelpfully. maybe it's actually 100% broken and i just don't get link comments? lessee.
diana_coman: mircea_popescu: initially I tried to simply drop in my own theme but that did not play nicely with mpwp; and for a (very short) time I stayed with the basic but it was so annoying that I quickly whipped up something.
hanbot: diana_coman, there's at least one instance of this happening on my blog (http://btcbase.org/log/2017-10-26#1729169), but i dun recall doing anything to "fix" it, unhelpfully. maybe it's actually 100% broken and i just don't get link comments? lessee. ☝︎☟︎
mircea_popescu: how long ago was this install ? i mean, mp-wp hasn't been around long enough for you to have changed something by hand ~and forgot~, is it ?
diana_coman: at least it gives something to start with
diana_coman: hanbot: maybe I messed up at some point all themes; I'll press the genesis again and unpack a clean theme from there and see if that sorts it
diana_coman: so I guess the first thing is if anyone else can replicate it or it's something specific to my setup somehow - in which case,it's entirely mine to find...
hanbot: i wish i knew what the shit. what really throws me is same behavior cross-theme, as i thought this stuff was theme-handled. i'ma keep digging.
diana_coman: hanbot seems to have them working on her blog and so does nicoleci where I think it's barebasic install so as close to genesis as possible
mircea_popescu: other than, let either hanbot or billymg get to the bottom of this.
diana_coman: thanks for trying anyway.
mircea_popescu: diana_coman i have nfi what to tell you.
mircea_popescu: yup they get stripped. wtf.
diana_coman: the only thing to do next that I can think of is to try and trace wtf happens, step by step but I don't even have a clear idea on that.
diana_coman: it's live and it shows: XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <pre> <q cite=""> <strike> <strong>
mircea_popescu: yeah. and it was there ?
diana_coman: mircea_popescu: I did uncomment the "you can use these html tags" which calls allowed_tags and that showed precisely what is in allowedtags as far as I could tell
mircea_popescu: can you dump the actual content of $allowedtags while the thing is running ? is it getting blanked somewhere downstream ?
mircea_popescu: i don't currently know wtf to tell you. there's these two points, whereby $allowedtags hold the allowed tags and then that content filter removes some from comments at time of posting.
diana_coman: also: I tried adding specifically to that array, another tag but it clearly just ignores/bypasses it somewhere; not even sure how to figure out *where* (i.e. when)
diana_coman adds it to the list to unfuck and probably post, ugh.
diana_coman: other than that I grepped around and could not find additional hooks set, nor additional calls to strip nor anything useful really
mircea_popescu: yeah, the admin can post w/e the hell he wants.
diana_coman: fwiw if I'm logged in, it keeps the tags in comments and I saw that yes, it has that current_user can html sort of thing but that is ALL html
diana_coman: so I'll have to sink in more time and find out, sigh
diana_coman: and today I dug up chasing this thing but so far I have only better understanding of wp to show for it
mircea_popescu: i have nfi how the fuck is this possible then.
diana_coman: mircea_popescu: I installed it from hanbot's genesis; I added my old footnote's plugin and changed in the theme to show the recent comments, that's about it.
mircea_popescu: diana_coman this is truly all i head. are you using a mp-wp or own roll ?
mircea_popescu: in formatting.php, is in on the list of $allblocks ?
mircea_popescu: diana_coman in kses.php is defined twice, at lines 300 and 61 ?
diana_coman: confirmed, it's in there: comment_content = ( isset($_POST['comment']) ) ? trim(strip_tags($_POST['comment'],"<a><em><strong><i><b><blockquote><ul><ol><li>")) : null;
mircea_popescu: like that, including zee blockquote, yes ?
diana_coman: that one is there, I saw it earlier
mircea_popescu: $comment_content = ( isset($_POST['comment']) ) ? trim(strip_tags($_POST['comment'],"<a><em><strong><i><b><blockquote><ul><ol><li>")) : null;
diana_coman: mircea_popescu: what/where should I look exactly? my dig into this yielded a sort of 1001 possible filters to add but I could not find one other than default afaik
mircea_popescu: diana_coman is there a filters hook thing ?
diana_coman: does that suggest anything to try?
diana_coman: so tags are just removed and that's that
diana_coman: given this behaviour I suspect some sort of strip/filter at some intermediate step but I don't know wp that well
hanbot: bizarre. i'll look into it, possibly mircea_popescu knows the culprit by sight tho'.
diana_coman: yes, that is checked
diana_coman: hanbot: apparently...both! i.e. comments gets sent to modqueue but tag is gone too.
hanbot: diana_coman: re behavior, does it fuck up the tag or send the comment to modqueue?
diana_coman: I couldn't find any specific hook added and my theme doesn't seem to be to blame for this either as I tried with out-of-box theme and it was same behaviour
diana_coman: but it doesn't seem to care about it so something else supersedes it?
diana_coman: I looked and apparently I have the allowed_html array fine in kses.php
diana_coman: hanbot, mircea_popescu or any other mpwp expert: how do I allow html tags in comments for non-logged in users?
mircea_popescu: BingoBoingo yeah, actually i think this is it!
asciilifeform: i suppose from the pov where errybody since ww1 is a rag doll, then yes no grunt to be had
mircea_popescu: what is this, an ode to memory hole effect ?
mircea_popescu: asciilifeform riiight, cuz that's how it works. "other than that one gangbang she told me about, i married a virgin"
asciilifeform: i dun think he even ever used a comp aside from that occasion.
mircea_popescu: think for a second : the "grunt" is mental ghost, from before phone age. can you picture one with smartphone anymore than you can picture juliet capuled with double dong ?
BingoBoingo: <mircea_popescu> nope. the grunt no longer exists, and ~hasn't~, other than in pretense, since vietnam. << Pretty fair assessment. All I've know drank themselves into various sorts of bondage.
a111: Logged on 2019-03-01 22:36 asciilifeform at one time did work that put'im in contact with these folx. met a d00d who, convincingly, described playing 'call of duty: iraq' on... lappy, in actual iraq
mircea_popescu: http://btcbase.org/log/2019-03-01#1900039 << is this your grunt ? ☝︎
asciilifeform: mircea_popescu: was piece from last 6wks iirc. ( no working search for trilema, so cannot find in O(1) , tried )
mircea_popescu: next you're gonna tell me about "biker gangs", wtf.
asciilifeform: iirc there was even a recent mircea_popescu piece on subj ! one with 'fox' and 'bull'
mircea_popescu: nope. the grunt no longer exists, and ~hasn't~, other than in pretense, since vietnam.
asciilifeform: mircea_popescu: srsly, dontcha think you could distinguish e.g. grunt with 3 iraq tours, from usg.'state' jockey 'advisor in syria', even if both stripped and tied to posts ?
mircea_popescu: not the case here.
BingoBoingo: asciilifeform: Local wizard fucking with traffic at the intersection of General Artigas y General Rivera
asciilifeform: mircea_popescu: usgstan is fulla critters that by all rights 'dead' but somehow not got memo, still move..
mircea_popescu: and at the time of burial, it becomes evident corpse was older than the very instant of coffin lowering.
asciilifeform: BingoBoingo: wtf is that
mircea_popescu: asciilifeform i am happy with his timeline : item that was last seen alive cca 1955, was finally buried with clinton's putsch in 90s.
BingoBoingo: USG.Red probably exists in the way this guy is a wizard https://preview.redd.it/7gmxlr1ukan21.jpg?width=1024&auto=webp&s=85e516926dda1e02f94efc406ff61f77801ed3f9
asciilifeform: decade ago tho, when actually had to suffer sitting in room with both chiralities, found it quite impossible to confuse 1 for other, even blindfolded
BingoBoingo: USG.Red is a subdivision of USG.Blue that exists in the hallucinations of its members, that there is/was a great relevant to them and they can have have it again.
asciilifeform: yes , both heavy, and tusks..
mircea_popescu: there's absolutely no difference, pantsuited hilarity's hilarious claim to manhood was "being in the situation room"
mircea_popescu: this is like saying "difference between blue elephant and red elephant is tusk vs trunk".