raceman59
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeThe VaultPress Staff have access to my VaultPress account which is where the file Alert is flagged.
They have the ability to verify backed up files on VaultPress and “ignore” any security alerts if it seems appropriate.
Forum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeNo3x
Thank you for the email.
I have positive reply from VaultPress staff.
Their reply follows:
I’ve taken a look at the security alert. I’ve also compared the file on your server with the file as provided from the plugin author, and it matches. This is a false positive, which I have ignored for you.
At times, plugin authors may use a style of writing code that is similar to what we see when someone is trying to hack a site. VaultPress errs on the side of caution and alerts to anything that may benefit from a second look.
Please let us know if you need any further assistance.
Cheers 🙂
Megan T.
Happiness Engineer
Jetpack | VaultPress | Akismet | Guided TransferForum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeI have tried your plugin again, hoping it was updated to avoid this security alert being presented my VaultPress.
Still VaultPress Immediately flags a section of your plugin as “Suspicion Code”
This is the file that is the specific file causing errors
/wp-content/plugins/wp-mail-logging/lib/vendor/pimple/pimple/src/Container.phpStarting at line 242
$extended = function ($c) use ($callable, $factory) {
return $callable($factory($c), $c);
};What are your thoughts on this issue?
Forum: Plugins
In reply to: [WP Mail Logging] Suspicious CodeNo3x
Thank you for the responce.
Wether you think its “ridiculous” of not, VaultPress is flagging the code as potentially harmful and thus it IS a problem regardless of your opinion.
Forum: Plugins
In reply to: [BuddyPress Groups Extras] Why No Shortcode support?!?Shortcodes are fundamental to the wordpress editing environment.
Hopefully the community on GitHub will make the correction to the code and get this feature working properly.Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.0 Update Product Images Disappear!Elegant Theme Divi
https://www.elegantthemes.com/gallery/divi/and Thrive Themes Storied.
https://thrivethemes.com/themes/storied/Both are borked when updated to WC 3.0.0
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.0 Update Product Images Disappear!I have the same problem on TWO of my websites.
Once updating to Woocommerce 3.0.0 all my single product images are no longer displayed and v3.0.0 also kills any image LightBox function site-wide.
If i restore v.2.6.14 all functions return to normal.
You guys have a problem in the code that is breaking image compatibility on my sites.
NOTE: the two site I’m referring to are each using completely different themes and sets of plugins. Both have the same image breaking problems when updating to WC 3.0.0.
Please fix this bug ASAP!
- This reply was modified 9 years ago by raceman59.
I found the problem.
This update modified / corrupted my wp-config.php file.
I noticed that after the update my wp-config.php file was listed in my FTP client as being modified today… at the same time as the update.
Opening the wp-config.php file I found that iThemes Security had DELETED EVERYTHING in the file past line #8.
REALLY?!?! ARE YOU !#*&% SERIOUS??!?!?!?
Come on guys this file must be protected at all costs, it is sacrosanct.
I replaced this one file and the site returned to working properly.
Now I’m faced with a decision, NEVER update this plugin again OR do update and have it corrupt my wp-config.php file every time.
I’ll be looking for an alternative to this plugin immediately.
No line brakes are included in the emails.
I use mac mail. Does not matter, same issue in iOS
I want the ability to Bold the offending username or Italicize the IP address.
At this moment there is NO way to address ANY formatting at all. Thats the bigger issue.
Thank you for the opinion.
I want an authorized method, not a hack of the php files.
the messages that are sent to me are one big block of text and is not easily readable, simple as that.
I want to control the email format, without modifying the plugin php files.
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] External Links Streaming RTMP Not workingSadly, the unified short code does not work.
Oh well.
My live streaming testing environment is not streaming 24/7 so I can provide you a link but there will be no content to review.
For MY issues I will just have to deal with this in CSS by hiding and showing the various version of the JWPlayer code on desktop or mobile devices.
Not a great work around but one that will… work.
Richard
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] External Links Streaming RTMP Not working[jwplayer sources="{ file: 'rtmp://23.23.81.12:1935/live/myStream.sdp'},{ file:'http://23.23.81.12:1935/live/myStream.sdp/playlist.m3u8'}"]
This updated code does Not work.These DO work
[jwplayer file="rtmp://23.23.81.12:1935/live/myStream.sdp"]
AND
[jwplayer file="http://23.23.81.12:1935/live/myStream.sdp/playlist.m3u8" androidhls="true"]With some CSS I can hide the player that is not intend for the desktop or mobile browser, which ever the same may be. BUT this is a silly work around.
The player should handle all this for me seamlessly.
Richard
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] External Links Streaming RTMP Not workingYes Wowza provides both URLs when live streaming.
I would want to use rtmp as the mail url and m3u8 as the ball back since the latency of the RTMP is only 5 seconds and the m3u8 is nearly 30 .
How can I use both urls at the same time with JWPlayer Plugin?
RTMP
rtmp://23.23.81.12:1935/live/myStream.sdpM3U8
http://23.23.81.12:1935/live/myStream.sdp/playlist.m3u8Richard
Please add the feature to disable the “Lost your password?” link and password recovery function in the wordpress login.php interface.
I get hundreds of ‘bots a day probing my site for vulnerabilities with the “Lost your password?” link. It really needs a built in option to be disabled it. Since that is not the case you can claim this feature and allow us to disable this annoyance in your plugin.
Richard
Its a tough call, Core hacks should be avoided at all cost since who knows how WP X.X will evolve.
Its nice to stick with 404 errors since its a standard metric for landing missed pages.
I Love the plugins other features and would really like to use the hidden backend feature but it is just to sensitive with my Plesk / ngenx enabled host that redirects requests in the pursuit of speed but at the peril of login in process alterations.
While the Hide Backend Function is being reworked, the dashboard needs a big Red Warning and some guidance on self extraction if it all goes horribly wrong.
Race