!C99Shell v. 2.6 Mod (06.03.2026)!

Software: Apache. PHP/7.2.34 

uname -a: Linux li456-155.members.linode.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01
UTC 2023 x86_64
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/TABASCO/AT_ADMIN/AT_MERCOTAB/apps/models/   drwxrwxrwx
Free 1.55 GB of 47.23 GB (3.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Bind    Proc.    FTP brute    Sec.    SQL    PHP-code    Self remove    Logout    


Viewing file:     CdPrice.php (4.85 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
namespace Modules\Models;
class 
CdPrice extends \Phalcon\Mvc\Model
{

    
/**
     *
     * @var integer
     * @Primary
     * @Identity
     * @Column(column="pricid", type="integer", length=11, nullable=false)
     */
    
protected $pricid;

    
/**
     *
     * @var string
     * @Column(column="rent", type="string", length=50, nullable=true)
     */
    
protected $rent;

    
/**
     *
     * @var string
     * @Column(column="vent", type="string", length=50, nullable=true)
     */
    
protected $vent;

    
/**
     *
     * @var string
     * @Column(column="meter_price", type="string", length=50, nullable=true)
     */
    
protected $meter_price;

    
/**
     *
     * @var string
     * @Column(column="retention", type="string", length=50, nullable=true)
     */
    
protected $retention;

    
/**
     *
     * @var string
     * @Column(column="maintenance_price", type="string", length=45, nullable=true)
     */
    
protected $maintenance_price;

    
/**
     *
     * @var integer
     * @Column(column="imid", type="integer", length=11, nullable=false)
     */
    
protected $imid;

    
/**
     * Method to set the value of field pricid
     *
     * @param integer $pricid
     * @return $this
     */
    
public function setPricid($pricid)
    {
        
$this->pricid $pricid;

        return 
$this;
    }

    
/**
     * Method to set the value of field rent
     *
     * @param string $rent
     * @return $this
     */
    
public function setRent($rent)
    {
        
$this->rent $rent;

        return 
$this;
    }

    
/**
     * Method to set the value of field vent
     *
     * @param string $vent
     * @return $this
     */
    
public function setVent($vent)
    {
        
$this->vent $vent;

        return 
$this;
    }

    
/**
     * Method to set the value of field meter_price
     *
     * @param string $meter_price
     * @return $this
     */
    
public function setMeterPrice($meter_price)
    {
        
$this->meter_price $meter_price;

        return 
$this;
    }

    
/**
     * Method to set the value of field meter_price
     *
     * @param string $meter_price
     * @return $this
     */
    
public function setRetention($retention)
    {
        
$this->retention $retention;

        return 
$this;
    }

    
/**
     * Method to set the value of field maintenance_price
     *
     * @param string $maintenance_price
     * @return $this
     */
    
public function setMaintenancePrice($maintenance_price)
    {
        
$this->maintenance_price $maintenance_price;

        return 
$this;
    }

    
/**
     * Method to set the value of field imid
     *
     * @param integer $imid
     * @return $this
     */
    
public function setImid($imid)
    {
        
$this->imid $imid;

        return 
$this;
    }

    
/**
     * Returns the value of field pricid
     *
     * @return integer
     */
    
public function getPricid()
    {
        return 
$this->pricid;
    }

    
/**
     * Returns the value of field rent
     *
     * @return string
     */
    
public function getRent()
    {
        return 
$this->rent;
    }

    
/**
     * Returns the value of field vent
     *
     * @return string
     */
    
public function getVent()
    {
        return 
$this->vent;
    }

    
/**
     * Returns the value of field meter_price
     *
     * @return string
     */
    
public function getMeterPrice()
    {
        return 
$this->meter_price;
    }

    
/**
     * Returns the value of field meter_price
     *
     * @return string
     */
    
public function getRetention()
    {
        return 
$this->retention;
    }

    
/**
     * Returns the value of field maintenance_price
     *
     * @return string
     */
    
public function getMaintenancePrice()
    {
        return 
$this->maintenance_price;
    }

    
/**
     * Returns the value of field imid
     *
     * @return integer
     */
    
public function getImid()
    {
        return 
$this->imid;
    }

    
/**
     * Initialize method for model.
     */
    
public function initialize()
    {

        
$this->setSource("at_price");
        
$this->belongsTo('imid''\CdInmueble''imid', ['alias' => 'CdInmueble']);
    }

    
/**
     * Returns table name mapped in the model.
     *
     * @return string
     */
    
public function getSource()
    {
        return 
'at_price';
    }

    
/**
     * Allows to query a set of records that match the specified conditions
     *
     * @param mixed $parameters
     * @return CdPrice[]|CdPrice|\Phalcon\Mvc\Model\ResultSetInterface
     */
    
public static function find($parameters null)
    {
        return 
parent::find($parameters);
    }

    
/**
     * Allows to query the first record that match the specified conditions
     *
     * @param mixed $parameters
     * @return CdPrice|\Phalcon\Mvc\Model\ResultInterface
     */
    
public static function findFirst($parameters null)
    {
        return 
parent::findFirst($parameters);
    }

}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

c99shell Mod — c99shell.com © 2026
Generation time: 0.0592