Title: WarpCode's Replies | WordPress.org

---

# WarpCode

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sharedaddy] Cant change settings](https://wordpress.org/support/topic/plugin-sharedaddy-cant-change-settings/)
 *  Thread Starter [WarpCode](https://wordpress.org/support/users/warpcode/)
 * (@warpcode)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-sharedaddy-cant-change-settings/#post-1677702)
 * well I just updated to the latest version and it looks like there was a change
   to that line of code. I am not sure why the old code didnt work for me or for
   Seidl as I have other get functions that dont require the .php at the end. I 
   didnt look deep enough into the coding to see if it might be something else. 
   Here is the new code they put in which works just fine.
 *     ```
       if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'sharing.php' || $_GET['page'] == 'sharing' ) )
       			$this->process_requests();
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sharedaddy] Cant change settings](https://wordpress.org/support/topic/plugin-sharedaddy-cant-change-settings/)
 *  Thread Starter [WarpCode](https://wordpress.org/support/users/warpcode/)
 * (@warpcode)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-sharedaddy-cant-change-settings/#post-1677689)
 * Awesome. that fixed it. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [To host WordPress on multiple domains](https://wordpress.org/support/topic/to-host-wordpress-on-multiple-domains/)
 *  [WarpCode](https://wordpress.org/support/users/warpcode/)
 * (@warpcode)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/to-host-wordpress-on-multiple-domains/#post-733110)
 * This is working great on 2.7.1. One thing I had to do to get it to work though
   was to remove the following line from the OP code:
 * $hostname = str_replace(’www.’, ”, $hostname);
 * It was causing errors but after removing it, everything works flawlessly. I have
   3 domains all pointing to the same blog and I can login and/or read any page 
   or post using any of the domain names.

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