Mark Costlow
Forum Replies Created
-
Forum: Plugins
In reply to: [OG — Better Share on Social Media] Sites Went DownWe have the same problem … no definition of function l()
Had to revert to older version.
Forum: Plugins
In reply to: [Special Text Boxes] wp special textboxes was exploited with backdoor!I have confirmed stb-uploader.php in this plugin allows you to upload
an arbitrary zip file, which it kindly unpacks for you. I was able
to use it to upload a PHP shell without any prior authentication. I
recommend removing this plugin ASAP until it gets repaired.One of my customer’s sites got nailed with it yesterday too.
I upgraded to 1.9.1 from their web site (don’t know why it’s not available through the WP plugin repository).
Anyway, with 1.9.1 the popups are behaving correctly.
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Shortcode FormattingI had the same issue, with the current version (4.4.1.0). Same solution: don’t use commas. Quotes did not tickle the bug for me.
However, I’m still having a problem with the shortcode — I can’t get before_date to work. I tried this:
[RSSImport display=”5″ feedurl=”http://members.swcp.com/webdev/feed/rss2″ date=”1″ before_date=”<small>”]
On the page, it displays the text “<small>” instead of leaving the tag there to have the intended effect. (I.e. the HTML source contains the escaped tag with ampersands)
I didn’t find any notes about needing to escape tags. I tried several things to do that, but failed. Any ideas?
Thanks