PHP 8.1.33
Preview: wp-comments-post.php Size: 2.28 KB
/home/jambtst2015/public_html/wp-comments-post.php

<?php
/**
 * Handles Comment Post to WordPress and prevents duplicate comment posting.
 *
 * @package WordPress
 */

if ( 'POST' !== $_SERVER['REQUEST_METHOD'] ) {
	$protocol = $_SERVER['SERVER_PROTOCOL'];
	if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ), true ) ) {
		$protocol = 'HTTP/1.0';
	}

	header( 'Allow: POST' );
	header( "$protocol 405 Method Not Allowed" );
	header( 'Content-Type: text/plain' );
	exit;
}

/** Sets up the WordPress Environment. */
require __DIR__ . '/wp-load.php';

nocache_headers();

$comment = wp_handle_comment_submission( wp_unslash( $_POST ) );
if ( is_wp_error( $comment ) ) {
	$data = intval( $comment->get_error_data() );
	if ( ! empty( $data ) ) {
		wp_die(
			'<p>' . $comment->get_error_message() . '</p>',
			__( 'Comment Submission Failure' ),
			array(
				'response'  => $data,
				'back_link' => true,
			)
		);
	} else {
		exit;
	}
}

$user            = wp_get_current_user();
$cookies_consent = ( isset( $_POST['wp-comment-cookies-consent'] ) );

/**
 * Perform other actions when 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;

Directory Contents

Dirs: 44 × Files: 16

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-22 17:53:03
Edit Download
aef.ng DIR
- drwxr-x--- 2025-11-03 02:33:26
Edit Download
app DIR
- drwxr-x--- 2024-12-14 07:47:11
Edit Download
assets DIR
- drwxr-xr-x 2024-12-14 07:14:34
Edit Download
- drwxr-x--- 2025-10-08 16:37:21
Edit Download
cccng.org DIR
- drwxr-x--- 2025-11-03 02:33:25
Edit Download
cgi-bin DIR
- drwxr-xr-x 2024-12-14 04:13:39
Edit Download
ckeditor DIR
- drwxr-xr-x 2025-10-11 08:04:12
Edit Download
- drwxr-xr-x 2025-10-13 02:24:13
Edit Download
- drwxr-xr-x 2024-12-14 02:40:31
Edit Download
ckfinder DIR
- drwxr-xr-x 2025-10-12 09:51:33
Edit Download
css DIR
- drwxr-xr-x 2024-12-14 02:38:08
Edit Download
editor DIR
- drwxr-xr-x 2024-12-14 02:36:45
Edit Download
- drwxr-xr-x 2024-12-14 02:34:04
Edit Download
- drwxr-xr-x 2024-12-14 02:25:26
Edit Download
fckeditor DIR
- drwxrwxrwx 2024-12-13 17:14:46
Edit Download
fileadmin DIR
- drwxr-xr-x 2024-12-13 17:13:10
Edit Download
forum DIR
- drwxr-xr-x 2025-11-03 07:20:39
Edit Download
framework DIR
- drwxr-xr-x 2024-12-13 17:01:49
Edit Download
- drwxr-x--- 2025-10-09 06:37:14
Edit Download
graphjs DIR
- drwxr-xr-x 2024-12-13 16:52:36
Edit Download
- drwxr-x--- 2025-11-03 02:33:26
Edit Download
html DIR
- drwxr-xr-x 2024-12-13 16:49:54
Edit Download
- drwxr-x--- 2025-10-12 02:40:43
Edit Download
- drwxr-x--- 2025-11-03 02:33:25
Edit Download
images DIR
- drwxrwxrwx 2024-12-13 16:47:23
Edit Download
infodaily DIR
- drwxr-xr-x 2024-12-13 16:46:20
Edit Download
js DIR
- drwxr-xr-x 2024-12-13 16:45:42
Edit Download
portal DIR
- drwxr-x--- 2024-12-13 16:44:37
Edit Download
protected DIR
- drwxr-xr-x 2025-10-19 16:06:27
Edit Download
- drwxr-x--- 2025-11-03 02:33:27
Edit Download
qus_ans DIR
- drwxr-xr-x 2024-12-13 16:10:16
Edit Download
- drwxr-xr-x 2025-10-09 19:38:03
Edit Download
source DIR
- drwxr-xr-x 2024-12-13 16:06:31
Edit Download
themes DIR
- drwxr-xr-x 2024-12-13 16:05:35
Edit Download
- drwxr-x--- 2025-11-03 02:33:25
Edit Download
uploads DIR
- drwxrwxrwx 2025-10-13 17:55:53
Edit Download
wp-admin DIR
- drwxr-xr-x 2025-10-19 00:06:17
Edit Download
- drwxr-xr-x 2024-11-22 17:53:05
Edit Download
- drwxr-xr-x 2025-10-08 16:51:41
Edit Download
- drwxr-x--- 2025-10-10 15:51:02
Edit Download
- drwxr-x--- 2025-11-03 02:33:25
Edit Download
__db__ DIR
- drwxr-xr-x 2024-12-14 07:55:58
Edit Download
__MACOSX DIR
- drwxrwxr-x 2024-12-14 07:56:46
Edit Download
277 B lr--r--r-- 2024-12-09 06:09:12
Edit Download
197 B lrw-r--r-- 2024-11-22 17:53:15
Edit Download
297 B lrw-r--r-- 2025-11-03 02:33:26
Edit Download
24.26 KB lrw-r--r-- 2024-12-09 06:15:01
Edit Download
860.57 KB lrw-r--r-- 2025-11-03 20:07:46
Edit Download
32 B lrw-r--r-- 2025-11-02 01:33:35
Edit Download
1 B lrw-r--r-- 2024-12-09 06:37:33
Edit Download
7.11 KB lrw-r--r-- 2025-10-08 16:39:40
Edit Download
6.93 KB lrw-r--r-- 2024-11-22 17:53:19
Edit Download
2.28 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
2.84 KB lrw-r--r-- 2024-11-22 17:53:15
Edit Download
3.08 KB lrw-r--r-- 2025-10-10 07:02:21
Edit Download
3.22 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
8.26 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
405 B lrw-r--r-- 2025-10-13 16:06:33
Edit Download
3.16 KB lrw-r--r-- 2024-11-22 17:53:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).