PHP 8.1.33
Preview: emptychat_form.php Size: 754 B
/home/jambtst2015/public_html/giraffeng.com/chatfiles/emptychat_form.php

<div style="margin:20px auto; text-align:center;">
<?php
// makes radio buttons with chat rooms
$rchatroom = '<h4>'. $this->lsite['emptyroom']. '</h4>';
$nrchatroom = count($this->chatrooms);
if($nrchatroom > 0) {
  for($i=0; $i<$nrchatroom; $i++) {
    $rchatroom .= '<br/><label for="'. $this->chatrooms[$i]. '"><input type="radio" name="emptyroom" value="'. $this->chatrooms[$i]. '" id="'. $this->chatrooms[$i]. '" />'. $this->chatrooms[$i]. '</label>';
  }
}
?>
<form action="<?php echo basename($_SERVER['REQUEST_URI']); ?>" method="post">
<?php
echo $rchatroom. '<br/><br/>'. $this->lsite['cadmpass'];
?>
 <input type="password" name="cadmpass" /><br/><br/>
 <input type="submit" value="<?php echo $this->lsite['sbmemptyroom']; ?>"/>
</form>
</div>

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
20.82 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
5.64 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
4.94 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
2.71 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
5.46 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
754 B lrw-r--r-- 2024-11-22 17:53:03
Edit Download
12.23 KB lrw-r--r-- 2025-11-03 01:35:59
Edit Download
628 B lrwxr-xr-x 2024-11-22 17:53:03
Edit Download
1.75 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download
1.97 KB lrw-r--r-- 2024-11-22 17:53:03
Edit Download

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