A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

237 lines
12 KiB

<script type="text/javascript" language="JavaScript">
editor_lng1 = '<?= $lng['function_disabled_html_mode']; ?>';
editor_lng2 = '<?= $lng['url_addr']; ?>';
editor_lng3 = '<?= $lng['url_title']; ?>';
editor_lng4 = '<?= $lng['img_url']; ?>';
editor_lng5 = '<?= $lng['enter_informations']; ?>';
<?= $lng['lang_titles_1']; ?>
<?= $lng['lang_titles_2']; ?>
skin_path='template/';
</script>
<script language="JavaScript" type="text/javascript" src="../images/wyzz.js"><!--wyzz editor WYSIWYG The Mouse Whisperer (c) --></script>
<center>
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
<br>
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
<span class="pa_sect"><?= $skin['L.admin_users']; ?></span>
</div>
<? include $msg; ?>
<form method="POST" action="<?= $_SERVER['REQUEST_URI']; ?>" name="form_dsf" enctype="multipart/form-data">
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="16" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td width="732" class="beam" colspan="2" style="background-image: url('template/images/td_beam_top.gif')"><? echo $skin['lovpr']; ?></td>
<td width="16" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="26"><span class="fsmall"><b><? echo $skin['lnick']; ?>:</b></span></td>
<td width="553" class="fitem" height="26"><input type="text" name="nick" value="<? echo $skin['nick']; ?>" size="45"></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="password" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lnewpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="newpassword" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lcpass']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="password" name="confirmpassword" size="45" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lemail']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="email" value="<? echo $skin['email']; ?>" size="45" /></td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="16" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td width="732" class="beam" colspan="2" style="background-image: url('template/images/td_beam_top.gif')"><? echo $skin['lupr']; ?></td>
<td width="16" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lgg']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="ggnumber" value="<? echo $skin['gg']; ?>" size="19" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_shoutbox']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="checkbox" name="allow_shoutbox" <? echo $skin['allow_shoutbox']; ?> size="46" />
<span class="fsmall"><b><?= $skin['allow']; ?></b></span>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_gg']; ?>:</b></span></td>
<td width="553" class="fitem" height="21"><input type="radio" name="allow_gg" value="1" <? echo $skin['option_yes_gg']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_gg" value="0" <? echo $skin['option_no_gg']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td width="179" class="fitem" height="3"><span class="fsmall"><b><? echo $skin['lallow_email']; ?>:</b></span></td>
<td width="553" class="fitem" height="3"><input type="radio" name="allow_email" value="1" <? echo $skin['option_yes_email']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_email" value="0" <? echo $skin['option_no_email']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['lallow_qr']; ?>:</b></span></td>
<td width="553" class="fitem" height="21"><input type="radio" name="allow_qr" value="1" <? echo $skin['option_yes_qr']; ?> />
<span class="fsmall"><? echo $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="allow_qr" value="0" <? echo $skin['option_no_qr']; ?> /><span class="fsmall"><? echo $skin['no']; ?></span></td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.topics_in_forum']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_ftid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_ftid']; ?>
</select>
</td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.posts_in_topic']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_tpid" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_tpid']; ?>
</select>
</td>
</tr>
<tr>
<td class="fitem" width="179" height="19">
<span class="fsmall"><b><?= $skin['L.limit_users']; ?>:&nbsp;&nbsp;</b></span>
</td>
<td class="fitem" width="553" height="19">
<select name="limit_users" style="width: 150px">
<option value="-1"><?= $skin['L.select_value']; ?></option>
<option value="-1"></option>
<?= $skin['OPTIONS.limit_users']; ?>
</select>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['linterests']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<input type="text" name="interests" value="<? echo $skin['interests']; ?>" size="46" /></td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['ldefault_lang']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<select name="default_lang" style="width: 150px">
<option value="-1"><?= $skin['l2default_lang']; ?></option>
<option value="-1"></option>
<?= $skin['default_lang']; ?>
</select>
</td>
</tr>
<tr>
<td width="179" class="fitem" height="21"><span class="fsmall"><b><? echo $skin['ldefault_skin']; ?>:</b></span></td>
<td width="553" class="fitem" height="21">
<select name="default_skin" style="width: 150px">
<option value="-1"><?= $skin['l2default_skin']; ?></option>
<option value="-1"></option>
<?= $skin['default_skin']; ?>
</select></td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="16" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td width="732" class="beam" colspan="2" style="background-image: url('template/images/td_beam_top.gif')"><? echo $skin['lspr']; ?></td>
<td width="16" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem" height="100"><span class="fsmall"><b><? echo $skin['lsig']; ?>:</b></span></td>
<td width="553" class="fitem" class="fitem" height="100">
<textarea name="sig" id="sig" rows="6" cols="35"><? echo $skin['sig']; ?></textarea>
<script language="JavaScript" type="text/javascript">
make_wyzz('sig');
</script>
</td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="16" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td width="732" class="beam" colspan="2" style="background-image: url('template/images/td_beam_top.gif')"><? echo $skin['lapr']; ?></td>
<td width="16" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" class="fitem"><span class="fsmall"><b><? echo $skin['lavaddr']; ?>:</b></span></td>
<td width="553" class="fitem">
<input type="text" name="avatar" value="<? echo $skin['avatar']; ?>" size="46" />
</td>
</tr>
<tr>
<td width="179" class="fitem"><span class="fsmall"><b><? echo $skin['lavfile']; ?>:</b></span></td>
<td width="553" class="fitem">
<input type="hidden" name="MAX_FILE_SIZE" value="<?= AVATAR_MAX_FILESIZE; ?>">
<input type="file" name="avatar_file">
</td>
</tr>
</table>
<span class="fsmall">&nbsp;<br></span>
<!-- admin preferences pool -->
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-width: 0px">
<tr>
<td width="16" style="background-image: url('template/images/td_beam_left.gif')"></td>
<td width="732" class="beam" colspan="2" style="background-image: url('template/images/td_beam_top.gif')"><? echo $skin['ladmpr']; ?></td>
<td width="16" style="background-image: url('template/images/td_beam_right.gif')"></td>
</tr>
</table>
<table width="<?= TABLES_WIDTH; ?>" class="maintable" style="border-top: 0px">
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><?= $skin['luser_actived']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="radio" name="user_active" value="1" <?= $skin['option_yes_ua']; ?> /><span class="fsmall"><?= $skin['yes']; ?></span>&nbsp;&nbsp;
<input type="radio" name="user_active" value="0" <?= $skin['option_no_ua']; ?> /><span class="fsmall"><?= $skin['no']; ?></span>
</td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['luser_rank']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="radio" name="user_rank" value="0" <?= $skin['option_0_rank']; ?> /><span class="fsmall"><?= $skin['user']?></span>&nbsp;&nbsp;
<input type="radio" name="user_rank" value="1" <?= $skin['option_1_rank']; ?> /><span class="fsmall"><font color="green"><b>Moderator</b></font></span>&nbsp;&nbsp;
<input type="radio" name="user_rank" value="2" <?= $skin['option_2_rank']; ?> /><span class="fsmall"><font color="red"><b>Administator</b></font></span>
</td>
</tr>
<tr>
<td width="179" height="21" class="fitem"><span class="fsmall"><b><? echo $skin['lposts']; ?>:</b></span></td>
<td width="553" height="21" class="fitem">
<input type="text" name="posts" maxlength="8" size="19" value="<?= $skin['posts']; ?>" /></td>
</tr>
</tr>
<tr>
<td width="578" colspan="2" align="center" class="fitem">
<input type="submit" name="submit" value="<? echo $skin['lsubmit']; ?>" class="fbutton" />&nbsp;
<input type="reset" value="<? echo $skin['lreset']; ?>" name="reset" class="fbutton" />
</td>
</tr>
</table>
</form>