View file Spiderwap.in File Hosting/sys/smarty/templates_c/99c81f20bb3d5258767ee8582bf532f766f54dc4.file.act.addc.tpl.php

File size: 1.23Kb
<?php /* Smarty version Smarty3-RC3, created on 2011-09-19 02:39:15
         compiled from "/home/spiderwa/public_html/sys/smarty/templates/adm/act.addc.tpl" */ ?>
<?php /*%%SmartyHeaderCode:6294935384e76e393bba2b9-81655119%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    '99c81f20bb3d5258767ee8582bf532f766f54dc4' => 
    array (
      0 => '/home/spiderwa/public_html/sys/smarty/templates/adm/act.addc.tpl',
      1 => 1316413824,
    ),
  ),
  'nocache_hash' => '6294935384e76e393bba2b9-81655119',
  'function' => 
  array (
  ),
  'has_nocache_code' => false,
)); /*/%%SmartyHeaderCode%%*/?>
<div class="title">Add Category</div>
<div class="main">
<form action="act.php?act=addcat" method="post">
Name:<br/>
<input type="text" name="name" /><br/>
Extensions for download (via, for example. Mp3)
<input type="text" name="ext" /><br/>
Who can upload files:<br/>
<select name="who">
<option value="0">I just</option>
<option value="1">Only registered</option>
<option value="2">All</option>
</select><br/>
Maximum file size (KB)<br/>
<input type="text" name="max" value="1024" /><br/>
<input type="submit" name="go" value="Create" />
</div></form>