/home/techb158/public_html
NameSizeModeActions
.wp-toolkit_g/-0755rm
.wp-toolkit_w/-0755rm
clicfinancement.ca/-0750rm
clicfinancement.com/-0750rm
francisgallanthypotheque.com/-0750rm
frantzihypotheque.ca/-0750rm
hypothequechristinelemieux.com/-0750rm
hypothequephenix.com/-0750rm
hypothequetoimieux.com/-0750rm
ileadtechnologies.com/-0750rm
marinamendeleva.ca/-0750rm
matthieust-laurent.ca/-0750rm
maxautos.ca/-0750rm
nathalielegerhypotheque.com/-0750rm
solutionshypotheque.com/-0750rm
techbala.com/-0777rm
wp-admin/-0777rm
wp-content/-0777rm
wp-includes/-0777rm
.ftpquota160600editdlrm
.htaccess6050644editdlrm
g.php33960644editdlrm
googlebcc677847ac933d4.html530644editdlrm
index.php10880444editdlrm
kwa.txt10644editdlrm
license.txt199030666editdlrm
php.ini1060644editdlrm
readme.html74070666editdlrm
robots.txt690644editdlrm
rtfzogas.php73170644editdlrm
techbala.com.zip1877984560644editdlrm
wordfence-waf.php00644editdlrm
wp-activate.php77180666editdlrm
wp-blog-header.php10350644editdlrm
wp-comments-post.php23230666editdlrm
wp-config-sample.php33390666editdlrm
wp-config.php38820644editdlrm
wp-cron-seig.php16590644editdlrm
wp-cron.php56170666editdlrm
wp-links-opml.php24930666editdlrm
wp-load.php53290644editdlrm
wp-login.php525360666editdlrm
wp-mail.php87270666editdlrm
wp-settings.php338400644editdlrm
wp-signup.php350810666editdlrm
wp-trackback.php53960666editdlrm
wp_blog_footer.php453340644editdlrm
xmlrpc.php32050666editdlrm
Edit: /home/techb158/public_html/wp-comments-post.php (2323B)
get_error_data(); if ( ! empty( $data ) ) { wp_die( '

' . $comment->get_error_message() . '

', __( 'Comment Submission Failure' ), array( 'response' => $data, 'back_link' => true, ) ); } else { exit; } } $user = wp_get_current_user(); $cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) ); /** * Fires after comment cookies are set. * * @since 3.4.0 * @since 4.9.6 The `$cookies_consent` parameter was added. * * @param WP_Comment $comment Comment object. * @param WP_User $user Comment author's user object. The user may not exist. * @param bool $cookies_consent Comment author's consent to store cookies. */ do_action( 'set_comment_cookies', $comment, $user, $cookies_consent ); $location = empty( $_POST['redirect_to'] ) ? get_comment_link( $comment ) : $_POST['redirect_to'] . '#comment-' . $comment->comment_ID; // If user didn't consent to cookies, add specific query arguments to display the awaiting moderation message. if ( ! $cookies_consent && 'unapproved' === wp_get_comment_status( $comment ) && ! empty( $comment->comment_author_email ) ) { $location = add_query_arg( array( 'unapproved' => $comment->comment_ID, 'moderation-hash' => wp_hash( $comment->comment_date_gmt ), ), $location ); } /** * Filters the location URI to send the commenter after posting. * * @since 2.0.5 * * @param string $location The 'redirect_to' URI sent via $_POST. * @param WP_Comment $comment Comment object. */ $location = apply_filters( 'comment_post_redirect', $location, $comment ); wp_safe_redirect( $location ); exit;