Файл: inc/tools/shorten/index.php
Строк: 23
<?php
<meta http-equiv="Content-Type" content="text/html"; charset="UTF-8">
<form method="post" action="rename.php">
<center>
<h2>vovaNux URL Shortener</h2><br />
<textarea name="key" cols="70" rows="20"></textarea>
<br />
<input name="service" type="radio" value="urlbounce" />
urlbounce.com
<input name="service" type="radio" value="0rz" checked="checked" />
0rz.tw
<input name="service" type="radio" value="mywnc" > mywnc.org<br />
<input type="submit" name="parse" value="Укоротить!"/>
</center>
</form>
?>