| Server IP : 31.214.178.114 / Your IP : 216.73.216.67 Web Server : Apache System : Linux hostingsrv84.dondominio.com 6.12.96+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.96-1 (2026-07-20) x86_64 User : ( 946130) PHP Version : 8.5.8 Disable Function : system,passthru,popen,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,exec,ini_alter,show_source,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,mail,eval MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /hosting/www/amppmadrid.es/public/sitepro/ |
Upload File : |
<div class="wb_comments">
<br /><hr /><br />
<a name="wb_comment_box"></a>
<div class="wb_comments_form">
<form method="post">
<input type="hidden" name="postComment" value="1" />
<textarea name="message" class="hpc"></textarea>
<table>
<tr>
<td>
<input class="span4" type="text" name="name" placeholder="Name" />
</td>
<td style="text-align: right; vertical-align: top;">
<button type="submit" class="btn">Send</button>
</td>
</tr>
<tr>
<td colspan="2">
<textarea class="span5" name="text" cols="40" rows="3" placeholder="Message"></textarea>
</td>
</tr>
</table>
</form>
</div><?php
foreach ($comments as $li) { ?>
<div class="wb_comment">
<div class="wb_comment_user">
<?php echo $li->user; ?>
<span class="wb_comment_date"><?php echo $li->date.' '.$li->time; ?></span>
</div>
<div class="wb_comment_text"><?php echo $li->text; ?></div>
</div><?php
}
if (empty($comments)) { ?>
<div>No comments, be the firt one to comment.</div><?php
} ?>
</div>