Title: ablewave's Replies | WordPress.org

---

# ablewave

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FCKeditor Plugin ChenPress](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/page/5/#post-210545)
 * For anyone who has the problem with using on a subdomain (ex: [http://sub.domain.com](http://sub.domain.com)):
 * Mine was a cpanel/whm install, and Apache was using [http://www.sub.domain.com](http://www.sub.domain.com)
   as the SERVER_NAME.
 * In the file wp-content/plugins/chenpress/fckeditor/editor/filemanager/browser/
   mcpuk/connectors/php/config.php
 * Change the line (its around line 40)
    ‘$fckphp_config[‘urlprefix’]=$fckphp_config[‘
   prot’].$_SERVER[‘SERVER_NAME’];’
 * to
 * $fckphp_config[‘urlprefix’]=$fckphp_config[‘prot’].$_SERVER[‘HTTP_HOST’];
 * The editor will then reference images correctly, instead of using ‘<img src=http://
   www.sub.domain.com….>’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FCKeditor Plugin ChenPress](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/page/4/#post-210514)
 * Anyone have an answer to the subdomain image manager issue? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FCKeditor Plugin ChenPress](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 10 months ago](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/page/3/#post-210504)
 * My issues from previous post have been solved – Thanks Chen for a great plugin.
 * New problem though:
    using Chenpress on a subdomain (ex: [http://sub.domain.com](http://sub.domain.com))–
   the image browser will automatically add a www in there, thus breaking the proper
   image reference (ex: [http://www.sub.domain.com/wp-content…etc](http://www.sub.domain.com/wp-content…etc)).
   Thought I might have found in the filemanager config.php on line 39: $fckphp_config[‘
   urlprefix’]=$fckphp_config[‘prot’].$_SERVER[‘SERVER_NAME’];
 * Is this the line that needs to be changed? If so, to what?
 * Thanks in advance for any help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FCKeditor Plugin ChenPress](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/page/2/#post-210420)
 * “Creat foders under ‘wp-content’ yourself! But not find in the config files.”
 * I had created and properly permissioned the folders, but the script does not 
   appear to be finding them correctly. Even if I FTP files into them, they are 
   not browsable through the wysiwyg. Anyone else?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [FCKeditor Plugin ChenPress](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/fckeditor-plugin-chenpress/page/2/#post-210405)
 * Anyone have the file uploading feature working here? It doesn’t seem to be finding
   the file structure properly. My WP installation is in the web root (www.mydomain.
   com/index.php). I’ve gone through those config files, and that doesn’t seem to
   do it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Registered Only Plugin : Restrict entire blog to r](https://wordpress.org/support/topic/registered-only-plugin-restrict-entire-blog-to-r/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/registered-only-plugin-restrict-entire-blog-to-r/page/3/#post-69802)
 * Looks like the patched file found here works just fine (so far) with 1.5.1.1:
   
   [http://carthik.net/wpplugins/registered_only_patched.phps](http://carthik.net/wpplugins/registered_only_patched.phps)
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Registered Only Plugin : Restrict entire blog to r](https://wordpress.org/support/topic/registered-only-plugin-restrict-entire-blog-to-r/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [20 years, 12 months ago](https://wordpress.org/support/topic/registered-only-plugin-restrict-entire-blog-to-r/page/2/#post-69801)
 * Anyone have this working for 1.5.1.1 yet? I just need to block unregistered users
   from viewing posts. Using some kind of plug in seems like the most upgrade-friendly
   way to do it, but I’m open to other ideas if you have them.
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image Upload On-Security Risk?](https://wordpress.org/support/topic/image-upload-on-security-risk/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/image-upload-on-security-risk/#post-44613)
 * Hi there. I don’t believe that’s true, or at least there is more to the story.
   See my other post:
 * [http://wordpress.org/support/topic.php?id=22553#post-170675](http://wordpress.org/support/topic.php?id=22553#post-170675)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot upload file using CHMOD 755](https://wordpress.org/support/topic/cannot-upload-file-using-chmod-755/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/cannot-upload-file-using-chmod-755/#post-140082)
 * Consider itreported here. Had my images directory wiped out across 5 different
   WP sites I was running due to 777 *(all files wiped out, and an index.html “hacker
   signature” file put in their place). This can happen to any 777 directory, not
   necessarily the just one you have designated for upload (trust me).
 * From what I have read, there are conflicting reports. Some say it is the hosting
   situation whether 755 will work, yet I saw another post mentioning that he had
   other scripts using 755 that worked, yet WP needed 777 on the same host.
 * Many other posts say things like “they are only images, so it will be ok” – you
   can say that until 100 or more images are wiped out and your site looks like 
   a disaster. Or worse yet, explain it to a paying client.
 * The one thing I have used that seems to work is a technique used by other CMS’s
   such as Mambo – put a blank “index.html” file in each of these image/upload directories.
   That will prevent the hacker from reading the dir from http. We got targeted 
   again recently, and that seemed to work.
 * That said, would still love a definitive answer from the WP team as to what the
   minimum CHMOD we can use and still be able to upload safely. Would also love 
   to see a “How to Secure WP” doc from any experienced user who has the time. Thanks
   in advance!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Moose Candy Troubles](https://wordpress.org/support/topic/moose-candy-troubles/)
 *  [ablewave](https://wordpress.org/support/users/ablewave/)
 * (@ablewave)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/moose-candy-troubles/#post-125464)
 * Hi everyone. I have gotten Moosecandy to work fine to display text (thanks Jason),
   but what I really need it to do is include a file at that spot. Can someone provide
   a sample of what would go here:
 * $candy[2] = ‘file include reference’;
 * Thanks much. All assistance greatly appreciated.

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