403Webshell
Server IP : 80.241.246.6  /  Your IP : 216.73.216.188
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/admin/view/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/kharagauli1/admin/view/ajax.php
<?php
/**
 * Created by PhpStorm.
 * User: suxoza
 * Date: 4/14/14
 * Time: 11:43 PM
 */

header("Content-type: text/html; Charset=utf-8");
session_start();
mb_internal_encoding("UTF-8");
error_reporting(E_ALL);
date_default_timezone_set("Asia/Tbilisi");

require_once '../clases/Central.php';


class Ajax extends Central{

    private  $_reflection,$_argc = ['contact_send'];

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


    public function __construct(){
        parent::__construct();
        $_ = $this;
        $reflection = new ReflectionClass(__CLASS__);
        foreach($_->_argc as $value){
            if(isset($_POST[$value])){
                if($reflection->hasMethod($value))
                    $reflection->getMethod($value)->invoke($_,$_POST[$value]);

            }
        }
    }

    public function contact_send($a){
        $_ = $this;
        $contact = json_decode($_POST['contact_send']);
        if($_->mail_send("jaba.fc@gmail.com,suxoza@gmail.com,pr.kharagauli@gmail.com",$contact->name,$contact->text,$contact->email))echo 1;else return false;
    }


}

$_a = new Ajax;


Youez - 2016 - github.com/yon3zu
LinuXploit