michelleWJ
Newbie
- Jun 11, 2012
- 23
- 1
Hi, BHW members,
I am running a wordpress blog website. It is about 5 months old and I don't add any backlinks to it. Several days ago, I could not log in to my wordpress account, when I open it from my bookmark, it shows something strange as below:
"
exists() || ! $theme->is_allowed() ) wp_die( __( 'Cheatin’ uh?' ), 403 ); switch_theme( $theme->get_stylesheet() ); wp_redirect( admin_url('themes.php?activated=true') ); exit; } elseif ( 'delete' == $_GET['action'] ) { check_admin_referer('delete-theme_' . $_GET['stylesheet']); $theme = wp_get_theme( $_GET['stylesheet'] ); if ( !current_user_can('delete_themes') || ! $theme->exists() ) wp_die( __( 'Cheatin’ uh?' ), 403 ); $active = wp_get_theme(); if ( $active->get( 'Template' ) == $_GET['stylesheet'] ) { wp_redirect( admin_url( 'themes.php?delete-active-child=true' ) ); } else { delete_theme( $_GET['stylesheet'] ); wp_redirect( admin_url( 'themes.php?deleted=true' ) ); } exit; } } $title = __('Manage Themes'); $parent_file = 'themes.php'; // Help tab: Overview if ( current_user_can( 'switch_themes' ) ) { $help_overview = '
' . __( 'This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.' ) . '
' . '
' . __( 'From this screen you can:' ) . '
' . '
And a lot more such things. (I only copy and paste some of them), if I try to log in from wordpress log in page, there is all blank. I have no idea what to do with this problem.
More worse is, I found that there are suddenly 2000+ irrelevant backlinks according to Ahrefs (4000+ irrelevant backlinks in Majestic) to my site, those backlinks started from 16, 05, 2016. It is increasing everyday. What should I do to deal with these 2 problems? Please help me. Thanks in advance.
( I am not sure if I post in the right section, please move it if I post in the wrong place, thanks)
I am running a wordpress blog website. It is about 5 months old and I don't add any backlinks to it. Several days ago, I could not log in to my wordpress account, when I open it from my bookmark, it shows something strange as below:
"
exists() || ! $theme->is_allowed() ) wp_die( __( 'Cheatin’ uh?' ), 403 ); switch_theme( $theme->get_stylesheet() ); wp_redirect( admin_url('themes.php?activated=true') ); exit; } elseif ( 'delete' == $_GET['action'] ) { check_admin_referer('delete-theme_' . $_GET['stylesheet']); $theme = wp_get_theme( $_GET['stylesheet'] ); if ( !current_user_can('delete_themes') || ! $theme->exists() ) wp_die( __( 'Cheatin’ uh?' ), 403 ); $active = wp_get_theme(); if ( $active->get( 'Template' ) == $_GET['stylesheet'] ) { wp_redirect( admin_url( 'themes.php?delete-active-child=true' ) ); } else { delete_theme( $_GET['stylesheet'] ); wp_redirect( admin_url( 'themes.php?deleted=true' ) ); } exit; } } $title = __('Manage Themes'); $parent_file = 'themes.php'; // Help tab: Overview if ( current_user_can( 'switch_themes' ) ) { $help_overview = '
' . __( 'This screen is used for managing your installed themes. Aside from the default theme(s) included with your WordPress installation, themes are designed and developed by third parties.' ) . '
' . '
' . __( 'From this screen you can:' ) . '
' . '
- ' . __( 'Hover or tap to see Activate and Live Preview buttons' ) . '
' . ' - ' . __( 'Click on the theme to see the theme name, version, author, description, tags, and the Delete link' ) . '
' . ' - ' . __( 'Click Customize for the current theme or Live Preview for any other theme to see a live preview' ) . '
And a lot more such things. (I only copy and paste some of them), if I try to log in from wordpress log in page, there is all blank. I have no idea what to do with this problem.
More worse is, I found that there are suddenly 2000+ irrelevant backlinks according to Ahrefs (4000+ irrelevant backlinks in Majestic) to my site, those backlinks started from 16, 05, 2016. It is increasing everyday. What should I do to deal with these 2 problems? Please help me. Thanks in advance.
( I am not sure if I post in the right section, please move it if I post in the wrong place, thanks)