Title: creativeplusplus's Replies | WordPress.org

---

# creativeplusplus

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable jQuery Migrate Helper] I can’t dismiss the admin notices generated by jQuery Migrate Helper plugin](https://wordpress.org/support/topic/i-cant-dismiss-the-admin-notices-generated-by-jquery-migrate-helper-plugin/)
 *  [creativeplusplus](https://wordpress.org/support/users/creativeplusplus/)
 * (@creativeplusplus)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/i-cant-dismiss-the-admin-notices-generated-by-jquery-migrate-helper-plugin/#post-13990265)
 *     ```
       add_action('admin_head', 'add_style_admin');
   
       function add_style_admin() {
         echo '<style>
       .notice-error{
           display:none
           } 
         </style>';
       }
       ```
   
 * just add in theme function.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Veritrans WooCommerce Payment Gateway] Fail to activate the plugin](https://wordpress.org/support/topic/fail-to-activate-the-plugin-1/)
 *  [creativeplusplus](https://wordpress.org/support/users/creativeplusplus/)
 * (@creativeplusplus)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/fail-to-activate-the-plugin-1/#post-6995711)
 * Warning: require_once(/home/username/public_html/testweb/wp-content/plugins/veritrans-
   woocommerce-payment-gateway/class/../lib/veritrans/Veritrans.php): failed to 
   open stream: No such file or directory in /home/username/public_html/testweb/
   wp-content/plugins/veritrans-woocommerce-payment-gateway/class/class.veritrans-
   gateway.php on line 4
 * just change line 4 class.veritrans-gateway.php
 * require_once(dirname(__FILE__) . ‘/../lib/veritrans/Veritrans.php’);
 * to :
 * require_once(‘/home/username/public_html/testweb/wp-content/plugins/veritrans-
   woocommerce-payment-gateway/lib/veritrans/veritrans.php’);
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP malicious added script to do spam and phishing](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/)
 *  [creativeplusplus](https://wordpress.org/support/users/creativeplusplus/)
 * (@creativeplusplus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/#post-3874607)
 * Sori Mike my PHP Version 5.3.15, please help, they already unsuspended my website
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP malicious added script to do spam and phishing](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/)
 *  [creativeplusplus](https://wordpress.org/support/users/creativeplusplus/)
 * (@creativeplusplus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/#post-3874605)
 * Hi thanks for quick reply but I must wait from hosting to unsuspended my website,
 * the reason they gave me to suspend the website [https://dl.dropboxusercontent.com/u/68847580/zuka-zuka.png](https://dl.dropboxusercontent.com/u/68847580/zuka-zuka.png)
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP malicious added script to do spam and phishing](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/)
 *  [creativeplusplus](https://wordpress.org/support/users/creativeplusplus/)
 * (@creativeplusplus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/wp-malicious-added-script-to-do-spam-and-phishing/#post-3874603)
 * Sorry, i had the same problem the email outgoing from the server . Beacuse of
   that my website got suspend
 * Mike castro can you give tutorial step by step how to search and delete the script
   or hidden file and fix it thank you for your help
 * thanks
 * christian

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