jdudeo
Forum Replies Created
-
sent!
Thanks, just sent a message here https://support.tipsandtricks-hq.com/contact
By the way, you’re not going to be able to replicate the error when logged in, I learned that the hard way (in production)
In my situation, I’m using my own custom plugin that I’m not at liberty to share, but the broken part is just a <form> that makes a POST request to admin-post.php.
Making this request leads to a blank page that just says ‘not available’.
Maybe just by putting this in a shortcode you’ll be able to replicate it:
<form method="post" action="<?= admin_url( 'admin-post.php' ); ?>"> <input type="submit" value="submit"> </form>I really appreciate you giving this attention.
Cheers
Forum: Fixing WordPress
In reply to: WordPress injection, directory traversal etc. vulnerabilities?am I correct in assuming that some of these vulnerabilities have more to do with securing your server or FTP connections than the actual WordPress installation?
Forum: Fixing WordPress
In reply to: WordPress injection, directory traversal etc. vulnerabilities?thanks barnez, would this be enough to be able to offer an “assurance” that none of these vulnerabilities will be a problem?
Forum: Plugins
In reply to: [WordPress Category Archive] wp-category-archive.php encodingwell I ended up kind of fixing my problem with CSS’s “content” style but haven’t managed to change the php to UTF-8 with BOM
Forum: Plugins
In reply to: [WordPress Category Archive] wp-category-archive.php encodingkeep in mind that at this stage I’m not modifying the php in any way other than just changing the encoding.
I appreciate that your plugin is free but… that doesn’t really answer my question.. anyway I figured out myself that it must be just counting the last 7 days and not from the start of a new week by adding up the amounts of visitors for individual days..