dapurhosting.com Blog for Tech

November 21, 2013

wordpressslog@yandex.com

Filed under: Email,Securtiy,Worpress — Tags: — dh @ 5:37 am

Cara menemukan script atau plugins wordpress yang mengirim email ke wordpressslog@yandex.com

cd /home/usercp/public_html/wp-content/plugins/
grep -H -r "d29yZHByZXNzc2xvZ0B5YW5kZXguY29t"  /home/usercp/public_html/wp-content/plugins/

d29yZHByZXNzc2xvZ0B5YW5kZXguY29t adalah encoding base64 untuk wordpressslog@yandex.com

referensi: http://wordpress.org/support/topic/rogue-emails-to-wordpressslogyandexcom?replies=4#post-4409743

January 14, 2012

Disable wp-cron.php

Filed under: Worpress — dh @ 4:26 am

Disable wp-cron.php

add this to wp-config.php
define('DISABLE_WP_CRON', true);

comment this line on public_html/wp-includes/Cron.php
//spawn_cron( $local_time );

add this to user cron job

php -q /home/cPanel_User/public_html/wp-cron.php > /dev/null 2>&1

Powered by WordPress