HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/old-myadmin/admin/add.php
<?php
if (!defined('WEB_ROOT')) {
	exit;
}
?> 
<p>&nbsp;</p>
<form action="processAdmin.php?action=addAdmin" method="post" name="frmAddAdmin" id="frmAddAdmin">
   <p align="center" class="formTitle">Add New Admin</p>
 <table width="60%" border="0" align="center" cellpadding="5" cellspacing="1" class="entryTable">
	<tr> 
   <td width="150" class="label">User Name</td>
   <td class="content"> <input name="Admname" type="text" class="box" id="uname" size="15" maxlength="15"></td>
  </tr>
  <tr> 
   <td width="150" class="label">Password</td>
   <td class="content"><input name="Admpassword" type="password" class="box" id="upassword"  size="10" maxlength="10"> </td>
  </tr>
  <tr> 
   <td width="150" class="label">Confirm Password</td>
   <td class="content"><input name="conpassword" type="password" class="box" id="conpassword"  size="10" maxlength="10"> </td>
  </tr>
  <tr>
  <tr> 
   <td width="150" class="label">Full Name</td>
   <td class="content"> <input name="AdmFullName" type="text" class="box" id="txtName" size="50" maxlength="100"></td>
  </tr>
  <tr> 
   <td width="150" class="label">E-mail</td>
   <td class="content"> <input name="AdmEmail" type="text" class="box" id="txtSku"  size="50" maxlength="100"></td>
  </tr>
  </table>
 <p align="center"> 
  <input name="btnAddProduct" type="submit" id="btnAddProduct" value="Add Admin" onClick="checkAddProductForm();" class="box">
  &nbsp;&nbsp;<input name="btnCancel" type="button" id="btnCancel" value="Cancel" onClick="window.location.href='index.php';" class="box">  
 </p>
</form>