403Webshell
Server IP : _  /  Your IP : 169.254.129.1
Web Server : nginx/1.28.0
System : Linux 89e302d72aa1 6.6.143.1-1.azl3 #1 SMP PREEMPT_DYNAMIC Mon Jul 6 04:01:14 UTC 2026 x86_64
User : nginx ( 103)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wordpress/wp-content/plugins/template-events-calendar/includes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/wordpress/wp-content/plugins/template-events-calendar/includes/ect-functions.php
<?php 
if (!defined('ABSPATH')) {
    exit;
} 
// events custom date format creator function 
function ect_custom_date_formats($date_format,$template,$event_id,$ev_time){
        /*Date Format START*/
        $ev_day=tribe_get_start_date($event_id, false, 'd' );
        $ev_month=tribe_get_start_date($event_id, false, 'M' );
        $ev_full_month=tribe_get_start_date($event_id, false, 'F' );
        $ev_year=tribe_get_start_date($event_id, false, 'Y' );
        $output='';
 				if($date_format=="DM") {
					$event_schedule='<span class="ev-day">'. esc_html($ev_day).'</span>
					<span class="ev-mo">'.esc_html($ev_month).'</span>';
				}
				else if($date_format=="MD") {
					$event_schedule='<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-day">'.esc_html($ev_day).'</span>';
				}
				else if($date_format=="FD") {
					$event_schedule='<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									<span class="ev-day">'.esc_html($ev_day).'</span>
									';
				}
				else if($date_format=="DF") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'</span>
									<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									';
				}
				else if($date_format=="FD,Y") {
					$event_schedule='<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									<span class="ev-day">'.esc_html($ev_day).'<i class="date-comma">, </i></span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									';
				}
				else if($date_format=="MD,Y") {
					$event_schedule='<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-day">'.esc_html($ev_day).'<i class="date-comma">, </i></span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									';
				}
				else if($date_format=="MD,YT") {
					$event_schedule='<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-day">'.esc_html($ev_day).'<i class="date-comma">, </i></span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									<span class="ev-time"><span class="ect-icon"><i class="ect-icon-clock"></i></span> '.$ev_time.'</span>
									';
				}
				else if($date_format=="DML") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'</span>
									<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-time">'.esc_html(tribe_get_start_date($event_id, false, 'l') ).'</span>
									';
				}
				else if($date_format=="D.M.Y") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'<i class="date-comma">. </i></span>
									<span class="ev-mo">'.esc_html(tribe_get_start_date($event_id, false, 'm' )).'<i class="date-comma">. </i></span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									';
				}
				else if($date_format=="full") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'</span>
									<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									<span class="ev-time"><span class="ect-icon"><i class="ect-icon-clock"></i></span> '.esc_html($ev_time).'</span>
									';
				}
				else if($date_format=="jMl") {
					$event_schedule='<span class="ev-day">'.esc_html(tribe_get_start_date($event_id, false, 'j' )).'</span>
									<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-weekday">'.esc_html(tribe_get_start_date($event_id, false, 'l' )).'</span>
									';
				}
				else if($date_format=="d.FY") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'. </span>
									<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									<span class="ev-yr">'.esc_html($ev_year).'</span>
									';
				}
				else if($date_format=="d.F") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'. </span>
									<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									';
                }
                else if($date_format=="d.Ml") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'. </span>
									<span class="ev-mo">'.esc_html($ev_month).'</span>
									<span class="ev-yr">'.esc_html(tribe_get_start_date($event_id, false, 'l' )).'</span>
									';
                }
                else if($date_format=="ldF") {
					$event_schedule='<span class="ev-day">'.esc_html(tribe_get_start_date($event_id, false, 'l' )).'</span>
									<span class="ev-mo">'.esc_html($ev_day).'</span>
									<span class="ev-yr">'.esc_html($ev_full_month).'</span>';
                }     
				else if($date_format=="dFT") {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'</span>
									<span class="ev-mo">'.esc_html($ev_full_month).'</span>
									<span class="ev-time"><span class="ect-icon"><i class="ect-icon-clock" aria-hidden="true"></i></span> '.esc_html($ev_time).'</span>
									';
				}
				else if($date_format=="Mdl") {
                $event_schedule='<span class="ev-day">'.esc_html($ev_month).'</span>
                        <span class="ev-mo">'.esc_html($ev_day).'</span>
                        <span class="ev-yr">'.esc_html(tribe_get_start_date($event_id, false, 'l' )).'</span>
                        ';
                }
				else {
					$event_schedule='<span class="ev-day">'.esc_html($ev_day).'</span>
					<span class="ev-mo">'.esc_html($ev_full_month).'</span>
					<span class="ev-yr">'.esc_html($ev_year).'</span>';
				}
				 $set_template = esc_attr($template);
                $output.='<div class="ect-date-area '.esc_attr($set_template).'-schedule">';
                $output.=$event_schedule;
                $output.='</div>';
                return $output;
                /*Date Format END*/
}
    //grab event image
    function ect_get_event_image($event_id,$size){
		$default_img = ECT_PLUGIN_URL."assets/images/event-template-bg.png";
		// ect_default_img
        $ev_post_img='';
        $feat_img_url = wp_get_attachment_image_src(get_post_thumbnail_id($event_id),$size);
        if(!empty($feat_img_url) && $feat_img_url[0] !=false){
            $ev_post_img = $feat_img_url[0];
            }elseif ($feat_img_url==''|| $feat_img_url==false){
				$tect_settings = get_option('ects_options');
				$non_feat_img = !empty($tect_settings['ect_no_featured_img'])?$tect_settings['ect_no_featured_img']:'';
				if(is_array($non_feat_img)){
					$non_feat_img_url = $non_feat_img['id'];
				}
				else{
					$non_feat_img_url = $non_feat_img;
				}
               if ($non_feat_img_url!='' && is_numeric( $non_feat_img_url ) )
                 {
                $imageAttachment = wp_get_attachment_image_src( $non_feat_img_url,$size);
                $ev_post_img= $imageAttachment[0];
                }else{
                    $ev_post_img=$default_img;
                }
            }else{
                $ev_post_img=$default_img;
            }
            return $ev_post_img;
    }

Youez - 2016 - github.com/yon3zu
LinuXploit