!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/wataxi.picotech.app/public_html/resources/js/components/   drwxr-xr-x
Free 28.52 GB of 117.98 GB (24.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     QR.js (1.89 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
import React, { Component } from 'react'
import {QRNormal,QRRandRect,QRDsj,QR25D,QRImage,QRResImage,QRBubble,QRLine} from 'react-qrbtf'

export default class QR extends Component {
    constructor(props){
        super(props);
    }

    render() {

        switch (this.props.type) {
            case "QRNormal":
                return (<QRNormal posColor={this.props.color1} otherColor={this.props.color2} className={this.props.className} value={this.props.link} />)
            case "QRRandRect":
                return (<QRRandRect className={this.props.className} value={this.props.link} />)
            case "QRDsj":
                return (<QRDsj className={this.props.className} value={this.props.link} />)
            case "QRRandRect":
                return (<QRRandRect className={this.props.className} value={this.props.link} />)
            case "QR25D":
                return (<QR25D  topColor={this.props.color1} leftColor={this.props.color2} rightColor={this.props.color2} className={this.props.className} value={this.props.link} />)
            case "QRImage":
                return (<QRImage posColor={this.props.color1} darkColor={this.props.color2} lightColor={"#FFFFFF"} className={this.props.className} value={this.props.link} />)
            case "QRResImage":
                return (<QRResImage posColor={this.props.color1} otherColor={this.props.color2}  className={this.props.className} value={this.props.link} />)
            case "QRBubble":
                return (<QRBubble posColor={this.props.color1} circleColor={this.props.color2}  className={this.props.className} value={this.props.link} />)
            case "QRLine":
                return (<QRLine posColor={this.props.color1} lineColor={this.props.color2} className={this.props.className} value={this.props.link} />)
                
        
            default:
                return (<QRNormal value={this.props.link} />)
        }
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0053 ]--