403Webshell
Server IP : 80.241.246.6  /  Your IP : 216.73.216.167
Web Server : Apache/2.4.25 (Debian)
System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User : www-data ( 33)
PHP Version : 7.0.33-0+deb9u12
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/kharagauli1/compress/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/kharagauli1/compress/clases.php
<?php
  //error_reporting(E_ALL);
  header("Content-type:text/html; Charset=utf-8");
 
 
 


ob_start("sanitize_output");
?>


<link rel="stylesheet" href="compress_css.php"/>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> 
<script type="text/javascript" src="http://webmap-blog.ru/examples/js/jquery-1.4.2.min.js"></script> 
<script type="text/javascript" src="http://webmap-blog.ru/examples/js/jquery-ui-1.8.1.custom.min.js"></script> 
<script type="text/javascript" src="map.php"></script> 
<script type="text/javascript">
	//if(!window.jQuery)alert(1);else alert(2);
</script>
	    <style>
			.ui-autocomplete {
				background-color: white;
				width: 50%;
				border: 1px solid #cfcfcf;
				list-style-type: none;
				padding-left: 0px;
				height: 20px
			}

	</style>

    <div id="map_canvas" style="width: auto; height:360px"></div><br/>

<table style="width: 500px;height:600px" border="1">
	<tr>
		<td></td>
		<td></td>
		<td></td>
	</tr>
	<tr>
		<td></td>
		<td></td>
		<td></td>
	</tr>
	<tr>
		<td></td>
		<td></td>
		<td></td>
	</tr>
	<tr>
		<td></td>
		<td></td>
		<td></td>
	</tr>
</table>
<?php

ob_end_flush();
function sanitize_output($buffer){
    $search = array(
        '/\>[^\S ]+/s', 
        '/[^\S ]+\</s', 
        '/(\s)+/s' 
        );
    $replace = array(
        '>',
        '<',
        '\\1'
        );
  $buffer = preg_replace($search, $replace, $buffer);
    return $buffer;
}	
//##############################################################

 
//##############################################################
   
  class main{
  	 
	 public $masiva = array();
	/* private $_masiv = array(
		'change_or_insert','menu_name','add_new_gallery','add_new_images_gallery',
		'main_gallery','update_all_post','main_big_gallery','new_menu_categoryes','file_send','change_magazin','add_new_action'
			);*/
	 function __construct(){
	 	if($_GET){
		  $reflection = new ReflectionClass(__CLASS__);
			foreach($_GET as $key => $value){
				if($reflection->hasMethod($key))
				 	$reflection->getMethod($key)->invoke($this,$_GET[$key]);
				 
			}
		}
	 }
	 
	 function change_or_insert($a){
	 	echo 'change_or_insert'.__METHOD__;
	 }	
	 
	  function menu_name($a){
	 	echo 'menu_name'.__METHOD__;
	 }	
	  function add_new_gallery($a){
	 	echo 'add_new_gallery'.__METHOD__;
	 }
	 
	 function __invoke(){
	 	
	 }
	 
	function pre($a){
		echo '<pre>';
		  print_r($a);
		echo '<pre>';
	}
	 function __set($key,$value){
	 	$this->masiva[$key] = $value;
	 }
	 
	 
	 function __get($key){
	 	if(array_key_exists($key,$this->masiva))
		  return $this->masiva[$key];
	 }
	 
	
	
	public function saxli($name){
		$arg = json_encode($name);
		echo $arg;
		
	}
    public function __call($name,$arguments){
		/* $reflection = new ReflectionMethod(__CLASS__,$name);
	     $reflection->invoke($this,$arguments);
		 $reflection = new ReflectionClass($obj);
		 if($reflection->hasMethod($name)){
		 	$method = $reflection->getMethod($name);
			  return $method->invoke($this,$arguments);
		 }*/
	} 
	
	 
  }

$a = new main;

$a->pre(get_loaded_extensions());
$a->pre(PDO::getAvailableDrivers());

echo '<pre>';
//##############################################################

/* $computername = "188.169.77.227";
    $ip = gethostbyname($computername);
    exec("ping ".$ip." -n 1 -w 90 && exit", $output);
    print_r($output);*/

 
/*$last_line = system('dir ..\images', $retval);

echo '
</pre>
<hr />Последняя строка вывода: ' . $last_line . '
<hr />Код возврата: ' . $retval;*/


//##############################################################

echo '<br/><br/><br/><br/><br/><br/><br/>';
echo '<pre>';
ReflectionClass::export('main');
echo '</pre>';
/*class MyDestructableClass {
   function __construct() {
       print "Конструктор \n\r";
       $this->name = __METHOD__;
   }

   function __destruct() {
       print "Уничтожается " . $this->name . "\n";
   }
}

$obj = new MyDestructableClass();*/
echo PHP_ZTS.'  : PHP_ZTS<BR/>';
echo PHP_DEBUG.'  : PHP_DEBUG<BR/>';
echo PHP_MAXPATHLEN.'  : PHP_MAXPATHLEN<BR/>';
echo PHP_OS.'  : PHP_OS<BR/>';
echo PHP_SAPI.'  : PHP_SAPI<BR/>';
echo PHP_EOL.'  : PHP_EOL<BR/>';
echo PHP_INT_MAX.'  : PHP_INT_MAX<BR/>';
echo PHP_INT_SIZE.'  : PHP_INT_SIZE<BR/>';
echo DEFAULT_INCLUDE_PATH.'  : DEFAULT_INCLUDE_PATH<BR/>';
echo PEAR_INSTALL_DIR.'  : PEAR_INSTALL_DIR<BR/>';
echo PEAR_EXTENSION_DIR.'  : PEAR_EXTENSION_DIR<BR/>';
echo PHP_EXTENSION_DIR.'  : PHP_EXTENSION_DIR<BR/>';
echo PHP_PREFIX.'  : PHP_PREFIX<BR/>';
echo PHP_BINDIR.'  : PHP_BINDIR<BR/>';
echo PHP_BINARY.'  : PHP_BINARY<BR/>';
echo PHP_MANDIR.'  : PHP_MANDIR<BR/>';
echo PHP_LIBDIR.'  : PHP_LIBDIR<BR/>';
echo PHP_DATADIR.'  : PHP_DATADIR<BR/>';
echo PHP_SYSCONFDIR.'  : PHP_SYSCONFDIR<BR/>';
echo PHP_LOCALSTATEDIR.'  : PHP_LOCALSTATEDIR<BR/>';
echo PHP_CONFIG_FILE_PATH .'  : PHP_CONFIG_FILE_PATH <BR/>';
echo PHP_CONFIG_FILE_SCAN_DIR.'  : PHP_CONFIG_FILE_SCAN_DIR<BR/>';
echo PHP_SHLIB_SUFFIX .'  : PHP_SHLIB_SUFFIX <BR/>';
echo PHP_SYSCONFDIR.'  : PHP_SYSCONFDIR<BR/>';
echo PHP_VERSION.'  : PHP_VERSION<BR/>';
?><script type="text/javascript" src="comprerss.js"></script>

Youez - 2016 - github.com/yon3zu
LinuXploit