From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../wp-content/plugins/akismet/views/notice.php | 147 --------------------- 1 file changed, 147 deletions(-) delete mode 100644 srcs/wordpress/wp-content/plugins/akismet/views/notice.php (limited to 'srcs/wordpress/wp-content/plugins/akismet/views/notice.php') diff --git a/srcs/wordpress/wp-content/plugins/akismet/views/notice.php b/srcs/wordpress/wp-content/plugins/akismet/views/notice.php deleted file mode 100644 index fa098b8..0000000 --- a/srcs/wordpress/wp-content/plugins/akismet/views/notice.php +++ /dev/null @@ -1,147 +0,0 @@ - - -
-
-
-
A
-
-
- -
-
-
Almost done - configure Akismet and say goodbye to spam', 'akismet');?>
-
-
-
- -
-

-

- -

- -
- -
-

-

-

https://akismet.com/errors/' . $code . '' ); - - ?> -

-
- -
-

-

- -

-
- -
-

-

gethostbynamel function. Akismet cannot work correctly until this is fixed. Please contact your web host or firewall administrator and give them this information about Akismet’s system requirements.', 'akismet'), 'https://blog.akismet.com/akismet-hosting-faq/'); ?>

-
- -
-

-

our guide about firewalls.', 'akismet'), 'https://blog.akismet.com/akismet-hosting-faq/'); ?>

-
- -
-

-

update your payment details.', 'akismet'), 'https://akismet.com/account/'); ?>

-
- -
-

-

Akismet account page to reactivate your subscription.', 'akismet'), 'https://akismet.com/account/'); ?>

-
- -
-

-

Akismet support for assistance.', 'akismet'), 'https://akismet.com/contact/'); ?>

-
- -
-

-

contributing a token amount.', 'akismet'), 'https://akismet.com/account/upgrade/'); ?>

-
- -
-

-

Akismet support for assistance.', 'akismet'), 'https://akismet.com/contact/'); ?>

-
- -
-

-

- sign into your account and choose one.', 'akismet'), 'https://akismet.com/account/upgrade/' ); ?> -

- contact our support team with any questions.', 'akismet' ), 'https://akismet.com/contact/' ); ?> -

-
-get_var( "SELECT comment_ID FROM {$wpdb->comments} WHERE comment_approved = '0' LIMIT 1" ); - - if ( $at_least_one_comment_in_moderation) { - $check_pending_link = 'edit-comments.php?akismet_recheck=' . wp_create_nonce( 'akismet_recheck' ); - } - - ?> -
-

- -

check pending comments?', 'akismet' ), esc_url( $check_pending_link ) ); ?>

- -
- -
-

-
- -
-

-
- -
-

-

our guide about firewalls and check your server configuration.', 'akismet'), 'https://blog.akismet.com/akismet-hosting-faq/'); ?>

-
- -
- -

-

- purchase additional Pro subscriptions or upgrade to an Enterprise subscription that allows the use of Akismet on unlimited sites.', 'akismet' ), 'https://docs.akismet.com/billing/add-more-sites/' ); ?> -

- contact our support team with any questions.', 'akismet' ), 'https://akismet.com/contact/'); ?> -

- -

-

- upgrade to an Enterprise subscription, which covers an unlimited number of sites.', 'akismet'), 'https://akismet.com/account/upgrade/' ); ?> -

- contact our support team with any questions.', 'akismet' ), 'https://akismet.com/contact/'); ?> -

- -
- -
-

-

-

enable or disable this feature. More information.', 'akismet' ), admin_url( apply_filters( 'akismet_comment_form_privacy_notice_url_display', 'options-general.php?page=akismet-key-config&akismet_comment_form_privacy_notice=display' ) ), admin_url( apply_filters( 'akismet_comment_form_privacy_notice_url_hide', 'options-general.php?page=akismet-key-config&akismet_comment_form_privacy_notice=hide' ) ), 'https://akismet.com/privacy/' ); ?>

-
- \ No newline at end of file -- cgit