We notice that the “readygraph” content is included as a plugin extension.
What bad thing will happen if we remove the extension?
We know the risk of having to repeat the process each time an update occurs.
We do not want any part of our user list communicated outside our web site environment.
@edtorrey,
If you just remove the file you will probably get a fatal error.
Try the steps here:
http://ww.wp.xz.cn/support/topic/how-to-get-rid-of-readygraph?replies=2
I permissioned readygraph to 644 (no execute) as a trial. So far the push notifications are still coming.
Hi @edtorrey
Those warnings are absolutely safe. You can skip it from future scans. Basically, base64_decode is for encoding and decoding the disconnect action, you can check on line 31 and 144 of admin.php file
And eval is basically setting the wordpress settings on the readygraph.js file settings.
If you disconnect the readygraph, your userlist will never be communicated to readygraph.
What do you mean by push notifications? Which notifications you want to stop?
By Push notifications, I mean that Subscribe2 is able to send emails to addressees as expected. I meant it as a footnote to having set execute permissions to OFF for the readygraph extension.
When you say “disconnect” readygraph, I am not sure what you mean. We did not activate readygraph. The tab appears in the admin panel and menu widget. We did not follow through.
If we did not fulfill any readygraph action, does that mean we are not connected?
So that would mean that when you say disconnect, it is on the assumption a person has enabled the readygraph extension. Yes?
Many thanks for your reply.
When you enable the plugin, it will take you to Readygraph connect page. If you dont connect, you have not activated the extension. And you can use subscribe2 as is. No communication will take place between your site and readygraph
Thank you for the clarification. That is sufficient for me.