!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/mercadopago/dx-php/src/MercadoPago/Generic/   drwxr-xr-x
Free 13.03 GB of 57.97 GB (22.48%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     SearchResultsArray.php (1.83 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    
namespace MercadoPago;

    use 
ArrayObject;

    class 
SearchResultsArray extends ArrayObject {

        public 
$_filters;
        public 
$limit;
        public 
$total;
        public 
$offset;
        public 
$errors;
        public 
$_class;
        

        public function 
setEntityTypes($class){
            
$this->_class $class;
        }

        public function 
setPaginateParams($params){ 
            
$this->limit  $params["limit"];
            
$this->total  $params["total"];
            
$this->offset $params["offset"]; 
        }

        public function 
next() {
            
            
$new_offset $this->limit $this->offset;
            echo 
"\n new offset" $new_offset ;

            
$this->_filters['offset'] = $new_offset
            
            
$result $this->_class::search($this->_filters);



            echo 
"\nlimit" $result->limit ;
            echo 
"\nresult offset" $result->offset ;
 
            
$this->limit $result->limit;
            
$this->offset $result->offset;
            
$this->total $result->total;

            
$this->exchangeArray($result->getArrayCopy()); 

        }

        public function 
process_error_body($message){ 

            
$recuperable_error = new RecuperableError(
                
$message['message'],
                
$message['error'],
                
$message['status']
            );
    
            foreach (
$message['cause'] as $causes) { 
                if(
is_array($causes)) {
                    foreach (
$causes as $cause) {
                        
$recuperable_error->add_cause($cause['code'], $cause['description']);
                    }
                } else {
                    
$recuperable_error->add_cause($cause['code'], $cause['description']);
                }
            }
          
            
$this->errors $recuperable_error;
        }

    }

?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0053 ]--