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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\xampp\xampp\htdocs\xampp\   drwxrwxrwx
Free 7.98 GB of 239.26 GB (3.33%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mingswf.php (2.74 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    error_reporting
(E_ALL E_NOTICE);

    
// Copyright (C) 2002/2003 Kai Seidler <oswald@apachefriends.org>
    //
    // This program is free software; you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation; either version 2 of the License, or
    // (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.
    //
    // You should have received a copy of the GNU General Public License
    // along with this program; if not, write to the Free Software
    // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    //

    
$f = new SWFFont(dirname(__FILE__).'/AnkeCalligraph.ttf');

    
$m = new SWFMovie();
    
$m->setRate(24.0);
    
$m->setDimension(520320);
    
$m->setBackground(25112134);

    
// This functions was based on the example from
    // http://ming.sourceforge.net/examples/animation.html

    
function text($r$g$b$a$rot$x$y$scale$string) {
        global 
$f$m;

        
$t = new SWFText();
        
$t->setFont($f);
        
$t->setColor($r$g$b$a);
        
$t->setHeight(96);
        
$t->moveTo(-($t->getWidth($string)) / 232);
        
$t->addString($string);

        
$i $m->add($t);
        
$i->rotateTo($rot);
        
$i->moveTo($x$y);
        
$i->scale($scale$scale);

        return 
$i;
    }

    
$colorr[1] = 255 0.85;
    
$colorg[1] = 255 0.85;
    
$colorb[1] = 255 0.85;

    
$colorr[2] = 255 0.9;
    
$colorg[2] = 255 0.9;
    
$colorb[2] = 255 0.9;

    
$colorr[3] = 255 0.95;
    
$colorg[3] = 255 0.95;
    
$colorb[3] = 255 0.95;

    
$colorr[4] = 255;
    
$colorg[4] = 255;
    
$colorb[4] = 255;

    
$c 1;
    
$anz 4;
    
$step $anz;

    for (
$i 0$i $anz$i += 1) {
        
$x 1040;
        
$y 50 $i 30;
        
$size = ($i 0.2);
        
$t[$i] = text($colorr[$c], $colorg[$c], $colorb[$c], 0xff0$x$y$size$_GET['text']);
        
$c += $step;
    }

    
$frames 300;
    for (
$j 0$j $frames$j++) {
        for (
$i 0$i $anz$i++) {
            
$t[$i]->moveTo(260 round(sin($j $frames pi() + $i) * (50 50 * ($i 1))), 160 round(sin($j $frames pi() + $i) * (20 20 * ($i 1))));
            
$t[$i]->rotateTo(round(sin($j $frames pi() + $i 10) * 360));
        }
        
$m->nextFrame();
    }

    
header('Content-Type: application/x-shockwave-flash');
    
$m->output(0);
    exit;
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

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