View file funin/acp/say.php

File size: 361B
<?php
echo"<form method='post' action='addsay.php?uu=$uu&token=$token&c=".$roomname."' enctype='multipart/form-data'>";
       echo"Name: <input type='text' name='login' size='15' value='BODYGUARD'/><br/>";
       echo"Msg: <input type='text' name='msg' size='25' value='-'/><br/>";
	echo"<input type='submit' name='say' value='Say'>";
        echo"</form>";
?>