!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)

C:\Intranet\C\xampp\php\PEAR\Payment_Clieop\Samples\   drwxrwxrwx
Free 4.09 GB of 39.52 GB (10.36%)
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:     debtor.php (1.44 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
* Clieop DEBTOR sample
*
* $Revision: 1.4 $
*/
include_once("Payment_Clieop/clieop.php");
include_once(
"Payment_Clieop/clieop_transaction.php");

header("Content-type: text/plain");

$clieopFile = new ClieopPayment();

//set clieop properties
$clieopFile->setTransactionType(CLIEOP_TRANSACTIE_INCASSO);        // debtor transactions
$clieopFile->setPrincipalAccountNumber("123456789");            // principal bank account number
$clieopFile->setPrincipalName("PEAR CLIEOP CLASSES");            // Name of owner of principal account number
$clieopFile->setFixedDescription("PHP: Scripting the web");        // description for all transactions
$clieopFile->setSenderIdentification("PEAR");                    // Free identification
$clieopFile->setTest(true);                                        // Test clieop


//create debtor
$debtor = new TransactionPayment(CLIEOP_TRANSACTIE_INCASSO);
$debtor->setAccountNumberSource("192837346");                    // my bank account number
$debtor->setAccountNumberDest("123456789");                        // principal bank account number
$debtor->setAmount(12995);                                        // amount in Eurocents (EUR 129.95)
$debtor->setName("Dave Mertens");                                // Name of debtor (holder of source account)
$debtor->setCity("Rotterdam");                                    // City of debtor
$debtor->setDescription("Ordernumber: 8042");                    // Just some info
$debtor->setDescription("Customernumber: 17863");                // about the transaction

//assign debtor record to clieop
$clieopFile->addPayment($debtor);

//Create clieop file
echo $clieopFile->writeClieop();
?>

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