Title: bigfeeder's Replies | WordPress.org

---

# bigfeeder

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

 *   [Profile](https://wordpress.org/support/users/bigfeeder/)
 *   [Topics Started](https://wordpress.org/support/users/bigfeeder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bigfeeder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bigfeeder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bigfeeder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bigfeeder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bigfeeder/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: [[Publish to Schedule] Posts are sent immediately – Why?](https://wordpress.org/support/topic/posts-are-sent-immediately-why/)
 *  [bigfeeder](https://wordpress.org/support/users/bigfeeder/)
 * (@bigfeeder)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/posts-are-sent-immediately-why/#post-3199504)
 * Your plugin is allowing the posts to be published — then making the changes to
   them, using the possibleStatus array…
 *     ```
       $possibleStatus = array();
       ...
       add_action($status.'_to_publish',
       ```
   
 * Could it not be changed to get the post as soon as it is going to inserted into
   the database with this…
 *     ```
       add_action('save_post'
       OR
       add_action('wp_insert_post'
       ```
   
 * I’m trying to see if it’s possible – as i have the same problem as reidstothav
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pasting from Microsoft Word…](https://wordpress.org/support/topic/pasting-from-microsoft-word/)
 *  Thread Starter [bigfeeder](https://wordpress.org/support/users/bigfeeder/)
 * (@bigfeeder)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/pasting-from-microsoft-word/#post-1126443)
 * Cheers for the replies guys
 * > Well, as far as I know, with 2.8 version auto-formatting option removed or 
   > something.
 * Avazbek — you say auto-formatting has been removed. Do you know how i can put
   it back in? / turn it on?
 * I really need the ability to post from word back on my blog.
 * I’ve just updated to 2.8.1 and that still isnt right — i may have to downgrade
   back to 2.7 if i cannot fix this 🙁
 * Cheers for the help all.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Website hacked. Please help.](https://wordpress.org/support/topic/website-hacked-please-help-1/)
 *  [bigfeeder](https://wordpress.org/support/users/bigfeeder/)
 * (@bigfeeder)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/website-hacked-please-help-1/#post-1067062)
 * Hi all —
 * I’ve just joined to ask the EXACT same question!
 * My websites have been hacked — but unlike asandler, hackers have left backdoors
   in my php files to get access again.
 * It looks like i’ll need to reinstall my blogs – as i could never check every 
   php file.
 * I could really do with some advice.
 * I’m planning on deleting everything on my server.
 * *** Reinstalling wordpress
    *** Downloading my theme again – and reinstalling
   plugins (including press forum)
 * But how would i then get it working again with the old database?
 * Would the random phrase not work as it wouldnt be the same?
 * Sorry if the question sounds stupid, i’ve never done this before. I just don’t
   trust myself to check every php/js file. As i could miss somthing.
 * (p.s – is there any way a jpg/gif file could have been changed that was used 
   in my theme to let a hacker back in?)
 * Regards,

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