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

Software: Apache/2.2.22 (Debian). PHP/5.6.36 

uname -a: Linux h05.hvosting.ua 4.9.110-amd64 #3 SMP Sun Nov 4 16:27:09 UTC 2018 x86_64 

uid=1389(h33678) gid=1099(h33678) groups=1099(h33678),502(mgrsecure) 

Safe-mode: OFF (not secure)

/root/scripts_backup/netguard/   drwxr-xr-x
Free 1.48 GB of 7.22 GB (20.57%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     block.php (851 B)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/usr/bin/php5
<?php
include("config.php");

if (
$argc == 1) {
    die (
"Usage:\n\t".$argv[0]." [group_name]\n");
}
$request $argv[1];

$group_stats = array();

if (
file_exists($tmp_file)) {
    
$group_stats unserialize(file_get_contents($tmp_file));
}

$found false;
$request_gid 0;
$file_array file($group_file);
foreach (
$file_array as $line_number => $line)
{
    
$a explode(":",$line);
    
$group_name trim($a[0]);
    
$gid   trim($a[2]);
    if (
$group_name == $request) {
        
$request_gid $gid;
        
$found true;
        break;
    }
}

if (!
$found) die("Error: group ".$request." was not found in ".$group_file."\n");

syslog(LOG_INFO"Blocking group: ".$request);

$group_stats[$request_gid]->block_counter 0;
$group_stats[$request_gid]->block true;

file_put_contents($tmp_fileserialize($group_stats));
?>

:: 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 PinoyWH1Z | C99Shell Github | Generation time: 0.0419 ]--