Server : LiteSpeed
System : Linux server104.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : saleoqej ( 6848)
PHP Version : 8.0.30
Disable Function : NONE
Directory :  /home/saleoqej/chijamzacademy.com/wp-content/plugins/notificationx/includes/Features/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /home/saleoqej/chijamzacademy.com/wp-content/plugins/notificationx/includes/Features/Inline.php
<?php

namespace NotificationX\Core;

use NotificationX\Core\PostType;
use NotificationX\FrontEnd\FrontEnd;
use NotificationX\FrontEnd\Preview;
use NotificationX\GetInstance;

/**
 * Class Shortcode For NotificationX Pro
 * @method static Inline get_instance($args = null)
 *
 * @since 1.2.3
 */
class Inline {
    /**
     * Instance of Shortcode
     *
     * @var Shortcode
     */
    use GetInstance;

    public $notifications_data = [];

    /**
     * __construct__ is for revoke first time to get ready
     *
     * @return void
     */
    public function __construct() {
        // InlineWooCommerce::get_instance();
        // InlineEDD::get_instance();
    }


    public function get_notifications_data( $source, $id = null, $settings = [] ) {
        
        $exit = apply_filters('nx_inline_notifications_data', null, $source, $id, $settings);
        if($exit){
            return $exit;
        }

        // if ( empty( $this->notifications_data ) ) {
            $this->notifications_data = array( 'shortcode' => array() );
            $notifications            = PostType::get_instance()->get_posts(
                array(
                    'source'    => $source,
                    'enabled'   => true,
                    'is_inline' => true,
                )
            );
           
            do_action( 'nx_inline' );

            if ( ! empty( $notifications ) ) {
                $this->notifications_data = FrontEnd::get_instance()->get_notifications_data(
                    array(
                        'shortcode'        => array_column( $notifications, 'nx_id' ),
                        'inline_shortcode' => true,
                    )
                );
            }
        // }
        return $this->notifications_data;
    }


    public function get_template( $settings ) {
        if ( ! empty( $settings['template_adv'] ) && ! empty( $settings['advanced_template'] ) ) {
            if( strpos($settings['advanced_template'], '{{random:') !== false ) {
                $productId = get_the_ID();
                return $this->generateRandomNumber( $settings['advanced_template'], $productId );
            }
            return $settings['advanced_template'];
        }

        $template = '';
        $defaults = array(
            'first_param'            => '',
            'second_param'           => '',
            'third_param'            => '',
            'fourth_param'           => '',
            'fifth_param'            => '',
            'sixth_param'            => '',
            'map_fourth_param'       => '',
            'ga_fourth_param'        => '',
            'ga_fifth_param'         => '',
            'review_fourth_param'    => '',
            'freemius_fifth_param'   => '',
            'freemius_sixth_param'   => '',
            'freemius_seventh_param' => '',
        );

        $theme_name = $settings['themes'];
        $theme_name = str_replace( $settings['source'] . '_', '', $theme_name );
        $theme_name = str_replace( $settings['type'] . '_', '', $theme_name );
        if ( ! empty( $settings['custom_type'] ) ) {
            $theme_name = str_replace( $settings['custom_type'] . '_', '', $theme_name );
        }
        $params = wp_parse_args( $settings['notification-template'], $defaults );

        foreach ( $params as $param => $element ) {
            if ( $element == 'tag_custom' && isset( $params[ 'custom_' . $param ] ) ) {
                // getting value of custom params.
                $element = $params[ 'custom_' . $param ];
            }
            if ( $element == 'tag_siteview' || $element == 'tag_realtime_siteview' ) {
                $params[ $param ] = '{{views}}';
            } elseif ( $element == 'ga_title' ) {
                $params[ $param ] = '{{title}}';
            } elseif ( strpos( $element, 'tag_product_' ) === 0 ) {
                $params[ $param ] = '{{' . str_replace( 'tag_product_', '', $element ) . '}}';
            } elseif ( strpos( $element, 'tag_' ) === 0 ) {
                $params[ $param ] = '{{' . str_replace( 'tag_', '', $element ) . '}}';
            } elseif ( strpos( $element, 'product_' ) === 0 ) {
                $params[ $param ] = '{{' . str_replace( 'product_', '', $element ) . '}}';
            } else {
                $params[ $param ] = $element;
            }
            if(Preview::get_instance()->is_preview()){
                $params[ $param ] = "<span class='$param'>{$params[ $param ]}</span>";
            }
        }

        switch ( $settings['themes'] ) {
            case 'donation_theme-one':
            case 'donation_theme-two':
            case 'donation_theme-three':
            case 'donation_theme-four':
            case 'donation_theme-five':
                return "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']} {$params['fifth_param']}";
            case 'donation_conv-theme-seven':
            case 'donation_conv-theme-eight':
            case 'donation_conv-theme-nine':
                return "{$params['first_param']} {$params['second_param']} in {$params['third_param']} {$params['fourth_param']}";
            case 'google_reviews_maps_theme':
                return "{$params['first_param']} {$params['second_param']} in {$params['third_param']} {$params['fourth_param']}";
            case 'woocommerce_sales_inline_conv-theme-seven':
            case 'fluentcart_inline_conv-theme-seven':
            case 'woo_inline_conv-theme-seven':
                return "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
            case 'youtube_channel-1':
                return "{$params['second_param']} {$params['third_param']} {$params['yt_third_label']}, {$params['fourth_param']} {$params['yt_fourth_label']} {$params['fifth_param']} {$params['yt_fifth_label']}";
            case 'youtube_channel-2':
                return "{$params['second_param']} {$params['third_param']} {$params['yt_third_label']}, {$params['fourth_param']} {$params['fifth_param']}";
            case 'youtube_video-1':
            case 'youtube_video-3':
                return "{$params['second_param']}, {$params['third_param']} {$params['fourth_param']} {$params['fifth_param']}";
            case 'youtube_video-2':
            case 'youtube_video-4':
                return "{$params['second_param']}, {$params['third_param']} {$params['yt_third_label']} {$params['fourth_param']} {$params['yt_fourth_label']} {$params['fifth_param']} {$params['yt_fifth_label']}";
                
        }

        if ($settings['source'] === 'freemius_conversions') {
            switch ( $theme_name ) {
                case "theme-one":
                case "theme-two":
                case "theme-three":
                case "theme-four":
                case "theme-five":
                    return ["{$params['first_param']} {$params['second_param']}", "{$params['third_param']} {$params['freemius_fifth_param']} {$params['fifth_param']} {$params['freemius_sixth_param']} {$params['freemius_seventh_param']}", "{$params['fourth_param']}"];
                case "conv-theme-ten":
                case "conv-theme-eleven":
                    return ["{$params['first_param']} {$params['second_param']}", "{$params['third_param']} {$params['freemius_fifth_param']} {$params['freemius_sixth_param']} {$params['freemius_seventh_param']}", "{$params['fourth_param']}"];
                // conversion start
                case "conv-theme-six":
                    return ["{$params['first_param']} {$params['second_param']} {$params['third_param']}", "{$params['map_fourth_param']} {$params['fourth_param']} {$params['freemius_fifth_param']} {$params['freemius_sixth_param']} {$params['freemius_seventh_param']}", "{$params['fifth_param']}"];
                case "conv-theme-seven":
                case "conv-theme-eight":
                case "conv-theme-nine":
                    return ["{$params['first_param']} {$params['second_param']}", "{$params['third_param']} {$params['fourth_param']} {$params['freemius_fifth_param']} {$params['freemius_sixth_param']} {$params['freemius_seventh_param']}"];
            }
        }        
        switch ( $theme_name ) {
            case 'theme-one':
            case 'theme-two':
            case 'theme-three':
            case 'theme-four':
            case 'theme-five':
            case "conv-theme-ten":
            case "conv-theme-eleven":
            case 'conv-theme-seven':
            case 'conv-theme-eight':
            case 'conv-theme-nine':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
                // conversion start
            case 'conv-theme-six':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['map_fourth_param']} {$params['fourth_param']} {$params['fifth_param']}";
                break;
                // conversion end
                // comments theme start.
            case 'theme-six-free':
            case 'theme-seven-free':
            case 'theme-eight-free':
                // review themes
            case 'review-comment':
            case 'review-comment-2':
            case 'review-comment-3':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
                // comments theme end.

                // reviews theme start.
            case 'total-rated':
            case 'reviewed':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
            case 'review_saying':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['review_fourth_param']} {$params['fifth_param']} {$params['sixth_param']}";
                break;
                // reviews theme end.
                // start download stats
            case 'today-download':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
            case '7day-download':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
            case 'actively_using':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']}";
                break;
            case 'total-download':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
                // end download stats

            case 'maps_theme':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['map_fourth_param']} {$params['fourth_param']} {$params['fifth_param']}";
                break;
                // PA
            case 'pa-theme-one':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['ga_fourth_param']} {$params['ga_fifth_param']} {$params['sixth_param']}";
                break;
            case 'pa-theme-two':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['ga_fourth_param']} {$params['ga_fifth_param']} {$params['sixth_param']}";
                break;
            case 'pa-theme-three':
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['ga_fourth_param']}";
                break;
            case 'stock-theme-one':
            case 'stock-theme-two':
                $template = "{$params['second_param']} {$params['third_param']} {$params['fourth_param']} {$params['fifth_param']}";
                break;
            default:
                $template = "{$params['first_param']} {$params['second_param']} {$params['third_param']} {$params['fourth_param']}";
                break;
        }
        return $template;
    }

    function generateRandomNumber($content, $productId) {
        // Use a unique cookie name per product
        $cookieNamePrefix = 'randomNumber_';
        
        // Use a regex to find all {{random:min-max:range:expiry}} placeholders
        return preg_replace_callback('/{{random:(\d+)-(\d+)(?::(\d+))?(?::(\d+))?}}/', function ($matches) use ($cookieNamePrefix, $productId) {
            $min = (int)$matches[1];
            $max = (int)$matches[2];
            $range = isset($matches[3]) ? (int)$matches[3] : 10; // Default range to 10
            $expiry = isset($matches[4]) ? (int)$matches[4] : 15; // Default expiry to 15 minutes
    
            // Create a unique cookie name for this product
            $cookieName = $cookieNamePrefix . $productId;
    
            // Check if a cookie value exists
            $cookieValue = isset($_COOKIE[$cookieName]) ? (int)$_COOKIE[$cookieName] : null;
    
            // Determine the random number
            if ($cookieValue !== null) {
                $randomNumber = $cookieValue;
            } else {
                $randomNumber = rand($min, $max);
    
                // If cookieValue existed, ensure new number is within the allowed range
                if ($cookieValue !== null) {
                    while (abs($randomNumber - $cookieValue) > $range) {
                        $randomNumber = rand($min, $max);
                    }
                }
    
                // Set the cookie for this product
                setcookie($cookieName, (string)$randomNumber, time() + ($expiry * 60), "/");
            }
    
            return $randomNumber;
        }, $content);
    }
    

}