!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:     upload_resources.php (1.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
include("../include/settings");
include(
"../include/db_connect");

if (!
$ID){    //make a new row and get the ID number
$ID_query mysql_query("INSERT INTO resources (ID) values (NULL)"$db);

$ID_data mysql_query("SELECT LAST_INSERT_ID()"$db);
$ID mysql_result($ID_data0'last_insert_ID()');
}
if (
$delete){
    
$query "DELETE FROM resources WHERE ID = '$ID'";

}
else{
$query "UPDATE resources
        SET services = '$services',
        name = '$r_name',
        phone = '$phone',
        phone_ext = '$phone_ext',
        fax = '$fax',
        address = '$address',
        city = '$city',
        state = '$state',
        ZIP = '$ZIP',
        referred_by = '$referred_by',
        comments = '$comments'
        WHERE ID = '$ID'"
;
        
}
$update mysql_query($query$db);
if (
$update) include ("index.php");
else{
    print(
"<p align=\"center\"><br><br><b>OOPS, something went wrong.  Try it again.</b><br>If you still have problems, please notify Dan Psomas Web Design<br>by <a href=\"mailto:dan@danpsomas.com?subject=Problems uploading\">e-mail</a> or phone: (510) 865-0273<br>\n<a href=\"index.php\">Go back to admin menu</a>");
}

?>

:: 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.0045 ]--