creativeplusplus
Forum Replies Created
-
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
In reply to: [Veritrans WooCommerce Payment Gateway] Fail to activate the pluginWarning: 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
In reply to: WP malicious added script to do spam and phishingSori Mike my PHP Version 5.3.15, please help, they already unsuspended my website
Thanks
Forum: Fixing WordPress
In reply to: WP malicious added script to do spam and phishingHi 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
Thanks
Forum: Fixing WordPress
In reply to: WP malicious added script to do spam and phishingSorry, 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