Ejemplo n.º 1
0
    <td align='left' style='width: 70%'><?php 
            powerleveldropbox('reply_power', $_POST['reply_power']);
            ?>
</td>
  </tr>
  <tr>
    <td align='left' style='width: 30%'><b>...To create threads:</b></td>
    <td align='left' style='width: 70%'><?php 
            powerleveldropbox('thread_power', $_POST['thread_power']);
            ?>
</td>
  </tr>
  <tr>
    <td align='left' style='width: 30%'><b>...To moderate here:</b></td>
    <td align='left' style='width: 70%'><?php 
            powerleveldropbox('mod_power', $_POST['mod_power']);
            ?>
</td>
  </tr>
  <tr>
    <td align='left' style='width: 30%'><b>Member Group:</b></td>
    <td align='left' style='width: 70%'><input type='text' size='3' maxlength='3' name='group' value="<?php 
            echo htmlspecialchars($_POST['group']);
            ?>
" class='textentry'> (Leave blank or set to 0 for none)</td>
  </tr>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td colspan='2'><input type='submit' name='makeit' value='Update Forum' class='button'></td>
  </tr>
</table>
Ejemplo n.º 2
0
            echo $id;
            ?>
' method='post'>
<table style='margin: 0 auto; width: 80%'>
  <tr>
    <td align='left' style='width: 30%'><b>Category Name:</b></td>
    <td align='left' style='width: 70%'><input type='text' size='60' maxlength='60' name='name' value="<?php 
            echo htmlspecialchars($cat['name']);
            ?>
" class='textentry'></td>
  </tr>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td align='left' colspan='2'>
      <b>Required Powerlevel to View:</b>&nbsp;&nbsp;&nbsp;<?php 
            powerleveldropbox($cat['power']);
            ?>
      &nbsp;&nbsp;&nbsp;
      <b>Order:</b>&nbsp;&nbsp;&nbsp;<input type='text' size='3' maxlength='3' name='order' value="<?php 
            echo $cat['order'];
            ?>
" class='textentry'>
    </td>
  </tr>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td colspan='2'><input type='submit' name='makeit' value='Update Category' class='button'></td>
  </tr>
</table>
</form>
<?php 
Ejemplo n.º 3
0
</table>
</form>

<hr>
<b>Edit Profile:</b>

<form action='index.php?m=admin&act=users&do=updateprofile&id=<?php 
            echo $id;
            ?>
' method='post'>
<table style='margin: 0 auto; width: 80%'>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td align='left' style='width: 30%'><b>Powerlevel:</b></td>
    <td align='left' style='width: 70%'><?php 
            powerleveldropbox('powerlevel', $user['powerlevel']);
            ?>
</td>
  </tr>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td align='left' style='width: 30%'><b>Post Count:</b></td>
    <td align='left' style='width: 70%'><input type='text' size='10' maxlength='10' name='posts' value='<?php 
            echo $user['posts'];
            ?>
' class='textentry'></td>
  </tr>
  <tr class='separator'><td colspan='2'><hr></td></tr>
  <tr>
    <td align='left' style='width: 30%'><b>Thread Count:</b></td>
    <td align='left' style='width: 70%'><input type='text' size='10' maxlength='10' name='threads' value='<?php