jimisaacs
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Toolbar menu issueBTW, did anyone look at the first screenshot? I heard no mention of the padding in that one. There are 3 text menu items there, not 1. “Performance” | “CloudFlare” | “SEO”
As for this thread. Yes I think it’s getting a little TLDR. I was just reporting a problem with the current design, that’s it. To be honest I don’t really know why I am reading about the reasons of how it’s better than it was before.
There are many different routes to fix this, and whether or not this thread turns into a discussion about all those possibilities, or a debate as to whether it will be left alone. I think I’m done here.
Thanks.
Forum: Alpha/Beta/RC
In reply to: Toolbar menu issueForum: Alpha/Beta/RC
In reply to: Toolbar menu issueForum: Alpha/Beta/RC
In reply to: Toolbar menu issueJust to be sure we are talking about the same thing. I am talking about the horizontal header admin bar. I have not seen a gear for plugin defined menus in this location.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpOk followup on the last comment, this is not the plugin we are discussing, but this one https://www.ads-software.com/extend/plugins/wp-downloadmanager/
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.php@rwilki Thanks for the link, this one https://osvdb.org/show/osvdb/92119 in particular caught my eye as the disclosure date was yesterday. I was thinking a hacker may have exploited a vulnerable link (or many of) on my site and caused a server overload, this is again just speculation by me.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpI’m sorry, but I’m not an ignoramus. The biggest download on my site is 2MB. Not huge. I haven’t added a new download in 3 years.
I think I need to copy and paste what I wrote at the beginning of this thread, “Hello, I recently installed this plugin to replace Download Monitor that I’ve used for a few years now.”
All this happened only after I changed to Download Manager. Nothing really in download sizes from one plugin to another. But one caused a server overload some how, and another did not.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpI have enabled the plugin again, and it is being monitored by my hosting provider, so I should be able to update this thread with more info if the same thing happens again.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpShaon,
Thanks for the reply. I received a response, but unfortunately it’s pretty general at the moment. To summarize, they said the wp-content/plugins/download-manager/process.php script was causing a server overload (I’m also on shared hosting). They couldn’t give me anymore information, but I replied asking for more if possible, I even referenced this thread in the ticket.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpI’m still trying to get more specifics out of them. Everything I’ve said and looked for so far is just speculation by me. I’ll update this thread when I get something more concrete from them.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpI have to be honest, if this is the first 20 lines of code I see, I’m pretty worried about the rest of this plugin.
Forum: Plugins
In reply to: [Download Manager] Malicious Software – process.phpI finally took a closer look at this file, and it’s pretty open.
There is no nonce in use here, and I see a possible mysql injection vulnerability here:
$data = $wpdb->get_row(“select * from ahm_files where id=’$id'”,ARRAY_A);It also outputs full file paths on error for example:
die(“".dirname(__FILE__).'/cache/
is missing!’ );This is just in the top 20 lines.
Forum: Plugins
In reply to: Detach & Re-Attach Media Attachment Images from PostsThere is a ticket for the idea of the original concept of this thread in the trac.
Forum: Fixing WordPress
In reply to: .htaccess file “not writable”I am pretty sure WordPress does not support the kind of setup you described in the first scenario, and anyone please correct me if I’m wrong.
Try something like this instead:
root/Blog/index.php
root/Blog/.htaccess
root/Blog/wp/[all-other-wordpress-files]Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorU mean update an empty .htaccess file back to the server?
Yes, you can simply rename the .htaccess file to htaccess.txt then see if that that fixes the error.