rowdya22
Forum Replies Created
-
Received an email with further details from Sucuri:
We’re reaching out to share an important update regarding your website monitoring service as part of our ongoing Monitoring Optimization and system migration efforts.
What’s Happening?
As part of this upgrade, our engineering team has introduced new system files that will be observed during monitoring:
- sucuri-sss-downloader_{UUID}.php
- sucuri-sss-uploader_{UUID}.php
These files replace the ones previously used by version 1.0 which were named in the format:
sucuri-{32 character alphanumeric string}.php.
Why This Matters
This enhancement brings several key benefits to your monitoring experience:
- Reduced usage of your server resources – freeing up performance for your site.
- Faster scanning – up to 70% faster than the previous version.
- Accelerated delivery of security signatures – our research team can now deploy updates without uploading them to your server.
What You Need to Do
No action is required at this time. Monitoring will continue uninterrupted, and you’ll benefit from these improvements automatically. The only impact might be that if you are utilizing other 3rd party monitoring it may alert you to the extra file or change in filename(s).
Hope this helps anyone else who hasn’t yet updated the plugin and is still seeing these warnings.
Reviewing my previous post, I unintentionally violated forum rules by reposting previously removed content. Extremely sorry about that! I thought I had edited it enough to comply with the forum guidelines and did not want to take credit for the information shared.
Since then, I have done my own independent research into the solution and feel the need to share my findings to help the community and others facing this problem.
The Sucuri plugin flagged the new version of the Server Side Scanner, which is being split into two files. Sucuri released a plugin update to address this. The plugin changelog for v2.4 references this update. You can view the full details here on line 769.
Another helpful community member shared:
[removed by moderators]
This was removed due to the forum guidelines, but provided valuable information I wanted to include (and not take credit for).
I reached out to Sucuri directly, as I utilize their Server Side Scanner as well as the plugin. I was told that the
sucuri-sss-uploader-{UUID}.phpandsucuri-sss-downloader-{UUID}.phpwould be replacing the existingsucuri-{UUID}.phpfile. This was done to improve some of the functionality for processing scans with the goal of less server load.The new files that were uploaded without warning should not have been flagged, and the plugin update mentioned above was pushed out to fix this long-term.
Likely sometime soon™, Sucuri will publish a blog post detailing the changes and citing updated documentation along with changes to the monitoring dashboard on sucuri.net.
- This reply was modified 8 months, 2 weeks ago by rowdya22.
- This reply was modified 8 months, 2 weeks ago by Steven Stern (sterndata). Reason: removed removed content
Forum: Plugins
In reply to: [Best Quiz Plugin for WordPress: WP Quiz] Disappearing DataI have checked those values and they are all set very high.
The error log is showing an issue with
max_input_varsbut it is set to 10000[02-Feb-2017 12:30:25 America/Chicago] PHP Warning: Unknown: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini. in Unknown on line 0an info.php file shows the update as 10000 as well.
Forum: Themes and Templates
In reply to: [Dyad] Tags & Read MoreShould have waited just a little longer. I found the solution:
/* Read More */ .posts .link-more a:hover { text-decoration: underline; } .entry-content .link-more a { background-color: #fff; color: #174800; } .posts .hentry:hover .link-more a { background-color: #174800; color: #fff; }Forum: Themes and Templates
In reply to: [Dyad] Tags & Read MoreI have an identical question. Specifically how you can edit the color and the mouse over color.
Below is what I have tried so far:
http://keto.therowdyhelpdesk.com
/* Read More */ .posts .link-more a:hover { text-decoration: underline; } .entry-content .link-more a { background-color: white; color: lime; } .link-more a { background-color: blue; color: lime; }Forum: Themes and Templates
In reply to: [Dyad] Custom CSS changes to front pageAwesome that did it thanks. I have been working in bash to much, cant keep all the comments straight!
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorI got it working!
I added the code to the main.css instead of the custom.css file.
.entry pre { background: black !important; color: lime !important; }Why do you think it didnt work from the custom.css file? I would like to keep my changes there for best practices. Still i’ll likely end up making a child theme anyways.
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorhttp://therowdyhelpdesk.com/cli
Same link. Code was applied to custom.css file which should work site wide.
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorTried that and its still not working
Forum: Themes and Templates
In reply to: [Hueman] Customize field background colorhttp://therowdyhelpdesk.com/cli
You can see an example on the home page