HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/nudepix.eu/public_html/wp-content/themes/cpp/comments.php
<hr>
<p class='stats'>Comments</p>
<div class="commentlist">
	<?php wp_list_comments(array('style' => 'div', 'avatar_size' => 48)); ?>
</div>
<hr>
<?php if (! comments_open()) :?>
	<p class='stats'>Comments are disabled for this post.</p>
<?php else: ?>
	<?php
		$fields = array(
			 "author" =>	
				 "<div>"
				."	<label>Name</label>"
				."	<input type=\"text\" id=\"author\" name=\"author\" value=\"" . esc_attr( $commenter["comment_author"]) . "\" size=\"30\" />"
				."</div>"
			,"email" =>
				 "<div>"
				."	<label>E-Mail</label>"
				."	<input type=\"text\" id=\"email\" name=\"email\" value=\"" . esc_attr( $commenter["comment_author_email"]) . "\" size=\"30\" />"
				."</div>"
			,"url" =>
					 "<div>"
					."	<label>URL</label>"
					."	<input type=\"text\" id=\"url\" name=\"url\" value=\"" . esc_attr( $commenter["comment_author_url"]) . "\" size=\"30\" />"
					."</div>"
			,"comment" =>
				 "<div>"
				."	<textarea id=\"comment\" name=\"comment\" cols=\"45\" rows=\"8\"></textarea>"
				."</div>"
		);
		comment_form(array(
			 "comment_notes_before"	=> ""
			,"comment_notes_after"  => ""
			,"title_reply"          => "Write a comment"
			,"title_reply_to"       => "Reply to %s"
			,"label_submit"         => "Add comment"
			,"fields"				=> array($fields["author"], $fields["email"], $fields["url"])
			,"comment_field"		=> $fields["comment"]
		));
	?>
<?php endif; ?>