!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/home/makras/public_html/admin/   drwxr-xr-x
Free 318.37 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     resources_form.php (3.54 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include ("../include/settings");
include (
"../include/db_connect");
include (
"../include/get_resources");

if (
$ID$modify 1;
else 
$new 1;

?>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title><?print($new $client['name']." | New Resource Listing" $client['name']." | Modify Resource listing");?></title>
<script language="JavaScript" type="text/javascript">
    <!--hide from older browsers
    
    function checkIt(){
        
    var r_name = document.resources.r_name.value;
     if (r_name)return;
     else{
    alert("Please enter a name before submitting.  Thank you.")
    return false;
    }
    
    
    
    }
    //stop hiding-->
    </script>
    <link rel="stylesheet" type="text/css" href="style.css">
</head>

<body>

<form action="upload_resources.php" method="post" name="resources" id="resources" onsubmit="return checkIt()">
<?print($modify "<input type=\"hidden\" name=\"ID\" value=\"$ID\">" null);?>
<table border="2" bordercolor="#222244" cellpadding="0" cellspacing="0" align="center"><tr><td>
<table align="center" border="0"cellpadding="0" cellspacing="0">
    <tr>
        <td><br></td>
    </tr>
     <tr>
         <td>Category:</td>
        <td colspan="3">
                <select name="services">
                <?
                
for ($i 0$i count($category); $i++){
                    print (
"\t\t\t<option");
                    print (
$category[$i] == $services " selected" null);
                    print(
">$category[$i]</option>\n");        
        }
                
?>
                </select>
            </td>
        </tr>
        <tr>
            <td class="content">Name:</td>
            <td colspan="3"><input type="text" name="r_name" size="30" maxlength="30"<?print($modify " value=\"$name\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">Phone:</td>
            <td><input type="text" name="phone" size="14" maxlength="14"<?print($modify " value=\"$phone\"" "");?>></td>
            <td class="content" align="right">Ext.:</td>
            <td><input type="text" name="phone_ext" size="5" maxlength="5"<?print($modify " value=\"$ext\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">Fax:</td>
            <td><input type="text" name="fax" size="14" maxlength="14"<?print($modify " value=\"$fax\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">Street Address:</td>
            <td colspan="3"><input type="text" name="address" size="30" maxlength="35"<?print($modify " value=\"$address\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">City:</td>
            <td colspan="2"><input type="text" name="city" size="18" maxlength="20"<?print($modify " value=\"$city\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">State:</td>
            <td><input type="text" name="state" size="2" maxlength="2"<?print($modify " value=\"$state\"" "value=\"CA\"");?>></td>
            <td class="content" align="right">ZIP:</td>
            <td><input type="text" name="ZIP" size="10" maxlength="10"<?print($modify " value=\"$ZIP\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">Referred By:</td>
            <td><input type="text" name="referred_by" size="20" maxlength="25"<?print($modify " value=\"$referred_by\"" "");?>></td>
        </tr>
        <tr>
            <td class="content">Comments:</td>
            <td colspan="3"><textarea cols="50" rows="4" name="comments"><?print($modify "$comments" "");?></textarea></td>
        </tr>
        <tr>
            <td><br></td>
        </tr>
        <tr>
            <td colspan="2" align="center"><input type="submit" name="submit" value="<?print($modify "Make these changes" "Create this entry");?>"></td>
            <td><input type="Reset"></td>
        </tr>
        <tr>
            <td><br><br></td>
        </tr>
    </table>
</td></tr></table>
</form>
<br><br>
<center>
<?print($modify "<a class=\"title\" href=\"upload_resources.php?delete=true&ID=$ID\">Delete this entry</a>" "");?>
</center>
<br><br>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.035 ]--