Title: jimbabwe's Replies | WordPress.org

---

# jimbabwe

  [  ](https://wordpress.org/support/users/jimbabwe/)

 *   [Profile](https://wordpress.org/support/users/jimbabwe/)
 *   [Topics Started](https://wordpress.org/support/users/jimbabwe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jimbabwe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jimbabwe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jimbabwe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jimbabwe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jimbabwe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] No longer works with CF7 4.1](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/page/2/#post-5717309)
 * So I added the changes recommended by ivomokros above, editing /plugins/bwp-recaptcha/
   includes/class-bwp-recaptcha-cf7.php
 * I replaced:
    $result[‘reason’][$name] = $rc->options[‘input_error’];
 * With:
    $result[‘reason’] = array($name => $rc->options[‘input_error’]);
 * For lines 279 & 296.
 * I then tried again submitting without entering the captcha code and the submit
   failed.
 * So the combination of 1) changing the Generate Tag option and 2) editing class-
   bwp-recaptcha-cf7.php appears to be working, but I’m going to
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] No longer works with CF7 4.1](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/page/2/#post-5717308)
 * Doh! You are correct. I was focused on the bug of the short codes and didn’t 
   try submitting without any captcha inputted. I’m going to put this on a development
   server now and go at it in earnest.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)] No longer works with CF7 4.1](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/no-longer-works-with-cf7-41/page/2/#post-5717306)
 * Using Contact Form 7 4.1.1 and Better WordPress reCAPTCHA 1.1.3 and had same 
   issue: where the captcha use to show, now only saw the short code.
 * This worked for me without any changes to the php files:
 * Log into the WP admin area
    Select **BWP reCAPT –> General** Scroll to bottom
   and use the Captcha shortcode tag pull-down to select **Use “recaptcha” shortcode
   tag** Go to your contact forms Select pulldown **Generate Tag –> BWP reCAPTCHA**
   to create a new shortcode Replace the old shortcode in your form(s) with the 
   newly generated shortcode
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] 404 File Not found? See here!](https://wordpress.org/support/topic/404-file-not-found-see-here/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/404-file-not-found-see-here/page/3/#post-4761415)
 * Not sure if this will help anyone, but after a long 24 hrs of archiving 2014 
   and spinning up 2015 wordpress site, I couldn’t index with Google from webmaster
   tools. Kept getting the message that Google couldn’t access the robots.txt file.
   I’m using Google XML Sitemaps and have for several years with no problems. I’m
   on the latest version as of 1/25/2015. I could see the virtual robots file content
   and it was correct. I could directly access sitemap.xml through my browser and
   on Google Webmaster Tools.
 * Anyway, the issue turned out to be the WP Maintenance Mode plugin as active. 
   As soon as I made it inactive, everything started working. Ouch.
 * Maybe this will help somebody, if they are using the WP Maintenance Mode plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Login] Conflict With Gallery-Bank Professional Plugin](https://wordpress.org/support/topic/conflict-with-gallery-bank-professional-plugin/)
 *  Thread Starter [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/conflict-with-gallery-bank-professional-plugin/#post-4591335)
 * Gallery Bank is a WP gallery. There’s the GPL version on the official plugins
   pages and a ‘Pro’ edition for a small fee. I’m moving away from nextgen gallery.
 * Anyway, thanks for the quick response. I’ll turn on the debugger on my sandbox
   server and if I find anything definitive, I’ll update this post.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search box on Navigation Menu] Cannot get "Search For:" off the page!](https://wordpress.org/support/topic/cannot-get-search-for-off-the-page/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/cannot-get-search-for-off-the-page/#post-3455603)
 * If you didn’t find an answer, add to your theme’s css file:
 * label.screen-reader-text {
    display: none; }
 * Source: [http://wordpress.org/support/topic/removing-search-for-text-from-search-box](http://wordpress.org/support/topic/removing-search-for-text-from-search-box)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Conflict with Contact Form 7?](https://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [14 years ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-conflict-with-contact-form-7/page/2/#post-2795103)
 * Thanks, also, mslocum. Made recommended changes and problem is eliminated.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [WordPress 2.8.4 getting hacked?](https://wordpress.org/support/topic/wordpress-284-getting-hacked/)
 *  [jimbabwe](https://wordpress.org/support/users/jimbabwe/)
 * (@jimbabwe)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/wordpress-284-getting-hacked/#post-1346044)
 * Looks like a hack to me. I was hacked the same way 1/14/2010.
    This was in all
   index.php and variations with index + php, as well as all javascript files across
   all files/folders on my site.
 * This site talks about the hack and a way to globally remove the code:
    [http://justcoded.com/article/gumblar-family-virus-removal-tool/](http://justcoded.com/article/gumblar-family-virus-removal-tool/)
   I did not test the tool.
 * I performed the removal manually (my WordPress is on a hosted box).
 * Also, if you search on <script>/*LGPL*/ try{ window.onload = function(), you 
   will find more info.
 * I used backup files to overwrite all the javascript folders/files; I then manually
   reviewed all the php files by sorting on date.
 * I don’t have shell access to my host, but if I did, I would have performed recursive
   grep searches like: grep -iR “GLPL” ./*
 * Let me know what you find.

Viewing 8 replies - 1 through 8 (of 8 total)