Title: wp0's Replies | WordPress.org

---

# wp0

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

 *   [Profile](https://wordpress.org/support/users/wp0/)
 *   [Topics Started](https://wordpress.org/support/users/wp0/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wp0/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wp0/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wp0/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wp0/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wp0/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: [[Speed Kit] Plugin could not be activated](https://wordpress.org/support/topic/plugin-could-not-be-activated-35/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/plugin-could-not-be-activated-35/#post-12231554)
 * After the installed, when I tried to activate it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextScripts: Social Networks Auto-Poster] Scheduled posts problem](https://wordpress.org/support/topic/scheduled-posts-problem-2/)
 *  [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/scheduled-posts-problem-2/#post-9789705)
 * Same here.
 * How did you fix that? Could you give more details?
 * It’s not even https.
 * All future posts are queried, but their times are changing when the time comes
   to post. So there is no posting to the Twitter.
 * Disabled internal WP-Cron function from wp-config.php file and I used EasyCron,
   but nothing happened.
 * Still queried and no posting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] onKeyPress Feature for Textbox](https://wordpress.org/support/topic/onkeypress-feature-for-textbox/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/onkeypress-feature-for-textbox/#post-4001559)
 * First of all thank you for your answer.
 * The users see the error after the submit and they can enter text in text field.
 * But when i use that code the users will never enter any text in text field. Is
   there any way to use that code in your plugin?
 *     ```
       <script>
       function Number(e) {
           x1 = document.all ? window.event : e;
           key = document.all ? x1.keyCode : x1.which;
           if(key<48||key>57) {
               if(document.all) { x1.returnValue = false; } else { x1.preventDefault(); }
           }
       }
   
       function Text(e) {
           x1 = document.all ? window.event : e;
           key = document.all ? x1.keyCode : x1.which;
           if(key>=48&&key<=57) {
               if(document.all) { x1.returnValue = false; } else { x1.preventDefault(); }
           }
       }
       </script>
       ```
   
 *     ```
       <!--webbot bot="Validation" s-data-type="Integer" s-number-separators="x" --><input type="text" onKeyPress="Number(event)" name="tel" size="20">
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can someone upgrade this WP Smilies plugin for wordpress 3.0.4?](https://wordpress.org/support/topic/can-someone-upgrade-this-wp-smilies-plugin-for-wordpress-304/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/can-someone-upgrade-this-wp-smilies-plugin-for-wordpress-304/#post-1848598)
 * [http://wordpress.pastebin.com/FB4Ju17X](http://wordpress.pastebin.com/FB4Ju17X)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-admin/update-core.php gives a “You are not allowed to call this page directl”](https://wordpress.org/support/topic/wp-adminupdate-corephp-gives-a-you-are-not-allowed-to-call-this-page-directl/)
 *  [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/wp-adminupdate-corephp-gives-a-you-are-not-allowed-to-call-this-page-directl/#post-1456973)
 * I disabled all plugin, but it’s still same. Any other idea for this?
 * Thanks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade DB Error](https://wordpress.org/support/topic/upgrade-db-error/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/upgrade-db-error/#post-1608222)
 * It was a caching plugin. And the problem is fixed. Thank you very much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tags and categories aren’t showing up](https://wordpress.org/support/topic/tags-and-categories-arent-showing-up/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/tags-and-categories-arent-showing-up/#post-1307577)
 * Does anyone have any idea about my problem? I’ve removed the database and created
   a new db. But the problem is still same.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tags and categories aren’t showing up](https://wordpress.org/support/topic/tags-and-categories-arent-showing-up/)
 *  Thread Starter [wp0](https://wordpress.org/support/users/wp0/)
 * (@wp0)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/tags-and-categories-arent-showing-up/#post-1307455)
 * Hi,
 * I tried them. But it’s still same. And i can’t create a new category and add 
   tags anymore.

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