!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:\copia nuevo\php\pear\adodb\tests\   drwxrwxrwx
Free 5.01 GB of 239.26 GB (2.09%)
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:     testgenid.php (766 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
    V4.50 6 July 2004 
    
    Run multiple copies of this php script at the same time
    to test unique generation of id's in multiuser mode
*/
include_once('../adodb.inc.php');
$testaccess true;
include_once(
'testdatabases.inc.php');

function 
testdb(&$db,$createtab="create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)")
{
    
$table 'adodbseq';
    
    
$db->Execute("drop table $table");
    
//$db->debug=true;
    
    
$ctr 5000;
    
$lastnum 0;
    
    while (--
$ctr >= 0) {
        
$num $db->GenID($table);
        if (
$num === false) {    
            print 
"GenID returned false";
            break;
        }
        if (
$lastnum == $num) print $num ";
        else {
            print 
" <font color=red>$num</font> ";
            
flush();
        }
        
$lastnum $num;
    }
}
?>

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