Title: kingman33's Replies | WordPress.org

---

# kingman33

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Change login URL](https://wordpress.org/support/topic/change-login-url-1/)
 *  [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-login-url-1/page/2/#post-5545406)
 * Update: I downloaded the “WPS Hide Login” plugin as Julie @ Nackery mentioned
   above (since she said it is actively maintained – not sure of the other plugins).
   It looks cool and the re-direct appears to be working fine with Wordfence. Time
   will tell if it keeps the bots/brute force attempts away – Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Change login URL](https://wordpress.org/support/topic/change-login-url-1/)
 *  [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/change-login-url-1/page/2/#post-5545405)
 * Ugh we’re having this SAME exact issue. Is it possible to BLOCK “/WP-LOGIN.PHP”
   and then just whitelist yourself ?? I know you can block certain pages but it
   says in the Wordfence documentation that the page CANNOT exist to do this?
 * Wordfence is great for preventing them from actually breaking in … but since 
   the bots can access WP-LOGIN.PHP from thousands of bots it still uses bandwidth.
   My site was just banned by my hosting provider for “abuse of resources” even 
   though I have the most ridiculously tough Wordfence login settings. So now I 
   need a solution instead of (or in addition to) Wordfence.
 * Are the plugins mentioned above legit ? Can anyone confirm ? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Google Bots showing as "Human" after last update](https://wordpress.org/support/topic/google-bots-showing-as-human-after-last-update/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/google-bots-showing-as-human-after-last-update/#post-6379044)
 * – for crawlers mine is set to “60 per minute (1 per second)”
    – for humans it
   is set to “10 per minute”
 * These settings have been the same for a while … only the other day did this start
   happening. Unfortunately this makes viewing human visits pretty much impossible
   since the human log is filled with bots. Hope you guys find a solution !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Whitelisting CLOUDFLARE ip's – documentation please](https://wordpress.org/support/topic/whitelisting-cloudflare-ips-documentation-please/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [11 years ago](https://wordpress.org/support/topic/whitelisting-cloudflare-ips-documentation-please/#post-6062354)
 * nevermind – found it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Whitelisting CLOUDFLARE ip's – documentation please](https://wordpress.org/support/topic/whitelisting-cloudflare-ips-documentation-please/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [11 years ago](https://wordpress.org/support/topic/whitelisting-cloudflare-ips-documentation-please/#post-6062269)
 * To elaborate – I found this old forum post where you guys discuss WORDFENCE and
   CLOUDFLARE compatibility: [https://wordpress.org/support/topic/any-issues-with-cloudflare](https://wordpress.org/support/topic/any-issues-with-cloudflare)
 * But no one provides any details / instructions! It would be nice for info on 
   how to make sure both work together properly since both are often used together.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Auto-sort a column from highest to lowest without having to click arrow](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [13 years ago](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/#post-3749453)
 * woooo, that worked. Almost there, one more thing. I tried getting the links to
   open in a new window, and changed the last few lines of code to the following:(
   target=”_blank”)
 *     ```
       return '<a href="' . $cell_content . '" target="_blank"><b><font color="#0000FF"><u>Click for More Info</u></b></a></font>';
       }
       ?>
       ```
   
 * But the links are still opening in the same window and not in a new window. Any
   idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Auto-sort a column from highest to lowest without having to click arrow](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [13 years ago](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/#post-3749432)
 * awesome, and if I want to do it for another table too (so table #1 and #2) ….
   do I have to repeat that whole thing ? I tried doing that but got a “syntax error”
   on the page. See below. Thanks
 *     ```
       <?php
       /*
       Plugin Name: WP-Table Reloaded Extensions
       Plugin URI: http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/extensions/
       Description: Custom Extensions for WP-Table Reloaded
       Version: 1.0
       Author: YOU, Tobias Baethge
       */
   
       // this is where the actual code goes
   
       add_filter( 'tablepress_cell_content', 'tablepress_add_custom_links', 10, 4 );
       function tablepress_add_custom_links( $cell_content, $table_id, $row_idx, $col_idx ) {
       	if ( 1 != $table_id )
       		return $cell_content;
   
       	if ( 6 != $col_idx )
       		return $cell_content;
   
       	if ( 1 == $row_idx )
       		return $cell_content;
   
       	return '<a href="' . $cell_content . '"><b><font color="#0000FF"><u>Click for More Info</u></b></a></font color>';
   
       add_filter( 'tablepress_cell_content', 'tablepress_add_custom_links', 10, 4 );
       function tablepress_add_custom_links( $cell_content, $table_id, $row_idx, $col_idx ) {
       	if ( 2 != $table_id )
       		return $cell_content;
   
       	if ( 5 != $col_idx )
       		return $cell_content;
   
       	if ( 1 == $row_idx )
       		return $cell_content;
   
       	return '<a href="' . $cell_content . '"><b><font color="#0000FF"><u>Click for More Info</u></b></a></font color>';
   
       }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Auto-sort a column from highest to lowest without having to click arrow](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [13 years ago](https://wordpress.org/support/topic/auto-sort-a-column-from-highest-to-lowest-without-having-to-click-arrow/#post-3749411)
 * Worked perfectly thanks.
 * Have another question if you don’t mind! So with the OLD plugin (tables reloaded),
   you helped resolve this: [http://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle?replies=16](http://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle?replies=16)
 * How can I do this with TablePress ? (automatically make it so a URL in a cell
   outputs as a clickable link “More Info”)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] [Plugin: WP-Table Reloaded] URL to Link Conversion – with name/title](https://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle/)
 *  [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle/#post-2944132)
 * I used the custom extension method and it worked perfectly. Thanks Tobias!
 * Mike
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] [Plugin: WP-Table Reloaded] URL to Link Conversion – with name/title](https://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle/)
 *  [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-url-to-link-conversion-with-nametitle/#post-2944119)
 * Wow I literally just downloaded the plugin, started using it 2 days ago, and 
   came here to ask the same exact question (AMAZING PLUGIN BTW- I was ready to 
   ditch WP all together b/c I didn’t think WP could have awesome tables)
 * I have an Excel sheet (.CSV) with a column with just the URLs ex: [http://www.site.com](http://www.site.com).
   I also want to be able to make this a CLICKABLE link to open a new tab (target
   =”_blank”) with the same TEXT for every single one (“Click Here for more Info”).
 * Thanks
 * (sorry to hijack your thread, I just didn’t want to create a second one … I think
   we have the same exact question!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [using custom field to link to an image in every post](https://wordpress.org/support/topic/using-custom-field-to-link-to-an-image-in-every-post/)
 *  Thread Starter [kingman33](https://wordpress.org/support/users/kingman33/)
 * (@kingman33)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/using-custom-field-to-link-to-an-image-in-every-post/#post-1452026)
 * nevermind, figured it out. thanks

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