132200+ entries in 0.043s

mircea_popescu: but yes, dubious comments get queued, so you can approve them or not. once you approve some, the dubiousness evaluator gets better.
mircea_popescu: there;'s no "displayed" though. there's All | Pending (4) | Approved | Spam (15,875)
mircea_popescu: shut up gentoo boy! unlike that pos, this actually works for a decade once settled down. and the settling down is a few hours not a few weeks.
mircea_popescu: asciilifeform i dunno ; seems to me like a theme issue. this isn't phf's theme, actually, is it ?
mircea_popescu: and also do me a favour and delete my spam comment ; now it doesn't let me comment anymoar :)
mircea_popescu: asciilifeform there may be some issues with theme display for logged in admin.
mircea_popescu: $myrows = $wpdb->get_var('SELECT comment_ID FROM '.$wpdb->prefix.'comments WHERE comment_author_IP = "'.$_SERVER["REMOTE_ADDR"].'" and comment_approved = "spam";');
mircea_popescu: asciilifeform heh. should be SELECT comment_ID FROM $wpdb->comments
mircea_popescu: asciilifeform not exactly, no. gotta fit them in trilema socket.
mircea_popescu: it's flood killer / antibot measure, otherwise you can actually get destroyed by botnet relaying the same comment over and over 100times/s.
mircea_popescu: asciilifeform in the theme, same file, comments.php. part of the comment form, grep for "comment_post_ID" and put it under
mircea_popescu: phf also paginated comments are fucking stupid, take that shit out
mircea_popescu: asciilifeform he crafitily discovered there's a missing bit.
mircea_popescu: <input type="hidden" name="comment_post_time" value="<?php echo time(),"-",$_SERVER['REMOTE_ADDR']; ?>" /></p>
mircea_popescu: get the two hashes to line up, ima make a comment on article with update. it has been 7 years huh.
mircea_popescu: well, when this engages what it does is, "Looks like you tried to comment off a stale page. Reload the article, count to three and try again."
mircea_popescu: $suffix = substr(md5(date('Y-m-d')."salt.no,rly.salt."),0,6); to become $suffix = "";
mircea_popescu: ie, this specific bit is a load control measure more than actually spam-killing per se.
mircea_popescu: it won't likely degrade the scheme enough for you to notice.
mircea_popescu: way these work is, they collect form data once with spider, come back and spam it for years afterwards.
mircea_popescu: you could alternatively take the thing out of wp-comments-post.php ; all it does is it prevents serious spam operations from working
mircea_popescu: it's in ~your theme~. do you have one ? no ? WELL THEN!
mircea_popescu: asciilifeform trhe idea is you want either both of the chunks linked or neither. currently you have only the top one (in wp-comments-post.php ) but not hte bottom one (in /wp-content/theme/comments.php )
mircea_popescu: asciilifeform if you want to debug, you can just make a 2nd install. can share db, even, it has this table-prefix scheme baked in. that one you can restrict to yourself and use for hacking upon.
mircea_popescu: next time that guy comes in that was trying to fix qntra, i guess we get him to make you a special wp 2.7 theme to spec ?
mircea_popescu: asciilifeform this is a blessing, of course. you want 2015 theme like you want karachi street whore.
mircea_popescu: one second ima give you the fix. theme needs some salt for comment form to work.
mircea_popescu: phf hey, you gotta fix the antispam bit, which prolly has a fixed path in it or something ? currently not letting me comment.
mircea_popescu: asciilifeform it needs structure, iirc it is something like /wp-content/uploads/2016/07/x
mircea_popescu: (incidentally, this, at least on my setup, very quick and easy "host this file" basis)
mircea_popescu: seeing how you'll have to come up with something EACH DAY, soon enough the broken state of the world becomes a revelry.
mircea_popescu: asciilifeform incidentally, merely formulating those standards precisely would be useful. why not.
mircea_popescu: also, trilema doesn't have search box either. wtf search box.
mircea_popescu: asciilifeform incidentally, you can make theme as css light as you wish. heck, make it pure html barf. or for that matter, plaintext.
mircea_popescu: but to get this benefit, mark spam as spam rather than delete it.
mircea_popescu: which is why originally you'll get some spam quarantined, but after a while it goes away. i see ~1-2 pieces / week atm.
mircea_popescu: phf it has a pretty powerful antispam mechanism. it spits on people who try to send pingbacks from other ips than the blog in question ; it quarantines people who try to add posts with links to anything other than your own blog ; and it auto-spams people it recognizes on the basis of the already marked as spam.
mircea_popescu: oh btw, this auto-resizes images. i just upload whatever and it gives me 560xblabla fit for the page.