404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.140.192.22: ~ $
<?php

class CallBackhandler extends BaseMesageSerevice {

    public $userID;
    public $messageID;
    public $data;
    public $parent;
    public $actionKey;
    function execute(){

    }
    function setUserID($userID){
        $this->userID = $userID;
    }
    function setData($data){
        $this->data = $data;
    }
    function onSetParent(){}
    function setParent($parent){
        $this->parent = $parent;
        $this->onSetParent();

    }
    function getParent(){
        return $this->parent;
    }
    function isFound(){
        return true;
    }
    public function setActionkey($actionKey){
        $this->actionKey = $actionKey;
    }

}
?>

Filemanager

Name Type Size Permission Actions
photo Folder 2755
voice Folder 2755
word-examples Folder 2755
AbstractCallbackHandler.class.php File 671 B 0755
CreateAdsCBHandler.class.php File 789 B 0755
CreateAdsDB.php File 932 B 0644