ich habe jetzt .ru in einer meiner 2 DB 3 mal gefunden:
2 treffer tabelle wp options:
`wp_options` WHERE `option_id` LIKE '%.ru%' OR `option_name` LIKE '%.ru%' OR `option_value` LIKE '%.ru%' OR `autoload` LIKE '%.ru%'
1 treffer tabelle wp comments
`wp_3_comments` WHERE `comment_ID` LIKE '%.ru%' OR `comment_post_ID` LIKE '%.ru%' OR `comment_author` LIKE '%.ru%' OR `comment_author_email` LIKE '%.ru%' OR `comment_author_url` LIKE '%.ru%' OR `comment_author_IP` LIKE '%.ru%' OR `comment_date` LIKE '%.ru%' OR `comment_date_gmt` LIKE '%.ru%' OR `comment_content` LIKE '%.ru%' OR `comment_karma` LIKE '%.ru%' OR `comment_approved` LIKE '%.ru%' OR `comment_agent` LIKE '%.ru%' OR `comment_type` LIKE '%.ru%' OR `comment_parent` LIKE '%.ru%' OR `user_id` LIKE '%.ru%'
hat jmd eine idee was ich nun machen soll? umbenennen oder löschen??