echo 'Cleaning in progress'
echo $(date)
find . -name ".*.ico" -delete
find . -name '*.oti' -delete
find . -name '*.oc' -delete
find . -name '*.ccss' -delete
find . -name '2index.php' -delete
find . -name '*.js.php' -delete
find */wp-content/plugins/woofunnels* -name 'ajax.php' -delete
find -maxdepth 2 -name 'index.php' -exec cp ../wordpress/index.php {} \;
find -name '????????.php' -type f ! -name Rijndael.php -exec grep -l "\x72" {} \;  -delete
find -name 'radio.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'themes.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'options.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'css.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'js.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'image.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'style.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'ajax.php' -type f -exec grep -lF "\x72" {} \; -delete
find -name 'radio.php' -exec grep -lF "eval" {} \; -delete
find -name 'ad.php' -delete
find -maxdepth 2 -name '????????.php' ! -name wp-login.php ! -name Rijndael.php -delete
find -name '.*.css' -delete
echo $(date)
echo "Cleaning over"
