View file Signature_Creator/signature/index.php

File size: 1.4Kb
<!-- //////////////////////////////////
//   ?????: HARUKA
//   HTTP://SCRIPT-PLANET.CN
//   haruka@script-planet.cn
//   ICQ: 444-977-782
//////////////////////////////////
//   ?????? ?? ??? ???????!
////////////////////////////////// -->
<html>
 <head>
  <title>Signature Creator</title>
 </head>
 <body>
   <center>
    <b>Creation of the graphic signature</b>
   </center>
  <hr>
   <form action="ok.php">
    <input type="hidden" name="action" value="ok">
    <b>?????:</b><br>
	<input type="text" name="text" value="DarkSide RULEZZZ!!!" size="25"><br>
    <b>?????????? ??????:</b><br>
	X: <input type="text" name="X" value="250" size="25"><br>
	Y: <input type="text" name="Y" value="2" size="25"><br>
    <b>?????:</b><br>
	<select name="font">
	 <option selected>1
	 <option>2
	 <option>3
	 <option>4
	 <option>5
	</select>
	<br>
    <b>???? ??????:</b><br>
	R: <input type="text" name="R" value="255" size="3"><br>
	G: <input type="text" name="G" value="255" size="3"><br>
	B: <input type="text" name="B" value="255" size="3"><br>
    <b>????????:</b><br>
	<select name="pict">
	 <option selected>green
	 <option>blue
	 <option>red
	 <option>violet
	 <option>yellow
	</select>
	<br>
    <input type="submit" value="OK">
   </form>
  <hr>
   <center>
    <small>
	 <b>
	  <a href="http://script-planet.cn">Script Planet</a>
	 </b>
	</small>
   </center>
 </body>
</html>