dropshot
Forum Replies Created
-
Forum: Plugins
In reply to: [Find Posts Using Attachment] Find media attached to custom fieldsGeet Jacobs,
Great input. This is also what I need.
I’m not sure how to edit the code. Did some attemps for an hour but couldn’t make it work.
Any chance you could help me?
Forum: Plugins
In reply to: [Rename wp-login.php] wp-login.php is NOT protectedYep. Another site just got attacked. 2000 users locked out.
This plugin didn’t help, since it’s not the wp-login that is targeted.
I disabled xmlrpc in wp-config and it stopped.
Thanks a lot for pointing me in the right direction!
Forum: Plugins
In reply to: [Rename wp-login.php] wp-login.php is NOT protectedI use this
# Block access to wp-admin. order deny,allow allow from x.x.x.x deny from allwith x.x.x.x replaced by my ip of course
That stopped the attacks. But as you mentioned, other applications are disabled. So it’s not the best solution.
Sorry, but I don’t know what xmlrpc.php is.
Forum: Plugins
In reply to: [Rename wp-login.php] wp-login.php is NOT protectedThat was my question. How can it be attacked? I don’t know.
I only have one login form on my site. That is the one on the renamed login-page. I was using the meta widget and noticed that the login page was accessible through that one. The login url in the widget was changed to the renamed page.
But even with the meta widget removed robots was still trying to login.
Wordfence doesn’t specify wich page is being attacked, just that it has locked out a user. And since 30 users were locked out every minute it must have been attacked by robots. Don’t know how robots works but it seems that they don’t need the url to try to login…
I finally stopped the attacks using “deny all” in my .htaccess and just allowing my ip. At that time more than 6000 users were locked out.
Forum: Plugins
In reply to: [Participants Database] Access link securityJust curious. I’m not very familiar with how robots works.
Forum: Plugins
In reply to: [Participants Database] Purpose of mailing list checkboxThat was what I thought. Just wanted to be sure I didn’t miss a cool feature.
Forum: Plugins
In reply to: [Rename wp-login.php] Renamed page detected by hackerJandard, are you sure it has found the renamed login page?
I’m experiencing attacking attempts on my site when using this plugin. It seems like the plugin really doesn’t protect the wp-login.php
Forum: Plugins
In reply to: [Simple Instagram] How to view with FancyboxUpdate:
I found what to edit.
In simple-instagram-shortcodes.php on line 69-71
if($link == 'true'){ $return .= '<a href="'.$image->link.'" target="_blank">'; }Replace with
if($link == 'true'){ $return .= '<a href="'.$url.'" target="_blank">'; }If someone has an update-safe-way to edit this please let me know.
Forum: Plugins
In reply to: [Simple Instagram] How to view with FancyboxUpdate:
I found the shortcode had one option to display the full image (ending with _n.jpg)
One problem down, one to go! π
Forum: Plugins
In reply to: [Simple Instagram] How to view with FancyboxOk. I was suspecting that as soon as I pasted the code.
Thanks for the confirmation!
Simple Instagram plugin only has two alternatives to link. Either false or true. And true is the html-page.
I guess I could manipulate the plugin core files somehow. I rather not though. And I’m not to good with javascript. If you have something easy on your hand I would really appreciate it.
Otherwise I will try to find another plugin.
Forum: Plugins
In reply to: [Simple Instagram] How to view with FancyboxI know. It normally does. That’s why I’m left without a clue… π
This is the generated HTML code for the single instagram picture
<div class="si_item"> <code> <a target="_blank" href="http://instagram.com/p/qZo5iqNOQC/"> <img width="210" height="210" src="//scontent-b.cdninstagram.com/hphotos-xpa1/t51.2885-15/926825_667893649971475_1750257050_a.jpg"> </a> </code> </div>Forum: Plugins
In reply to: [Simple Instagram] How to view with FancyboxHi RavanH, thanks for your reply.
Unfortunately it’s on localhost so far.
Is there any other info you might find useful?
Forum: Fixing WordPress
In reply to: can't access my admin anymoreYou’re welcome.
You don’t really need to include the www. In your case the browser redirects you to the right page.
wardrobebreakdown.com/wp-admin >>> http://www.wardrobebreakdown.com/wp-admin
Forum: Fixing WordPress
In reply to: Mysterious Image Placeholder Box?It seems like the “image placeholder” is displayed since the blog post doesn’t have a featured image.
See if there is a option to turn off featured image on blog page as well.
Forum: Fixing WordPress
In reply to: can't access my admin anymoreYou will find your login form at