Plugin Directory

Changeset 3267128


Ignore:
Timestamp:
04/05/2025 03:59:31 AM (11 months ago)
Author:
osamaesh
Message:

Compatibility issue with certain ad blockers causing page display errors.

Location:
visitors-traffic-real-time-statistics
Files:
422 added
7 edited

Legend:

Unmodified
Added
Removed
  • visitors-traffic-real-time-statistics/trunk/Visitors-Traffic-Real-Time-Statistics.php

    r3242887 r3267128  
    55Author: wp-buy
    66Author URI: https://www.wp-buy.com/
    7 Version: 7.8
     7Version: 8.1
    88Text Domain: visitors-traffic-real-time-statistics
    99Domain Path: /languages
  • visitors-traffic-real-time-statistics/trunk/ahc_about.php

    r2643409 r3267128  
    22function imgFlagError(image){
    33    image.onerror = "";
    4     image.src = "<?php echo plugins_url('/images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE); ?>";
     4    image.src = "<?php echo plugins_url('images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE); ?>";
    55    return true;
    66}
     
    1212
    1313
    14 <h1><img src="<?php echo plugins_url('/images/logo.png', AHCFREE_PLUGIN_MAIN_FILE) ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo plugins_url('/images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></h1><br />
     14<h1><img src="<?php echo plugins_url('images/logo.png', AHCFREE_PLUGIN_MAIN_FILE) ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo plugins_url('images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></h1><br />
    1515<div class="row">
    1616    <div class="col-md-6">
  • visitors-traffic-real-time-statistics/trunk/ahc_help.php

    r2720129 r3267128  
    22    function imgFlagError(image) {
    33        image.onerror = "";
    4         image.src = "<?php echo plugins_url('/images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
     4        image.src = "<?php echo plugins_url('images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
    55        return true;
    66    }
     
    1010
    1111<div class="ahc_main_container">
    12     <h1><img width="70px" src="<?php echo plugins_url('/images/logo.png', AHCFREE_PLUGIN_MAIN_FILE) ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo plugins_url('/images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></h1><br />
     12    <h1><img width="70px" src="<?php echo plugins_url('images/logo.png', AHCFREE_PLUGIN_MAIN_FILE) ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo plugins_url('images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></h1><br />
    1313
    1414    <div class="panel grid-Qr" style="border-radius: 7px !important;
     
    2222
    2323                <div class="col-md-4">
    24                     <img style="float:right" height="150px" src="<?php echo plugins_url('/images/24_7.ico', AHCFREE_PLUGIN_MAIN_FILE) ?>" />
     24                    <img style="float:right" height="150px" src="<?php echo plugins_url('images/24_7.ico', AHCFREE_PLUGIN_MAIN_FILE) ?>" />
    2525                </div>
    2626            </div>
     
    5454            <h3>Have your own issue? Create A New Ticket</h3>
    5555            </p>
    56             <p><a href="https://www.wp-buy.com/support-center/" target="_blank"><img title="create new ticket" border="0" src="<?php echo plugins_url('/images/newticket.png', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></p>
     56            <p><a href="https://www.wp-buy.com/support-center/" target="_blank"><img title="create new ticket" border="0" src="<?php echo plugins_url('images/newticket.png', AHCFREE_PLUGIN_MAIN_FILE) ?>" /></a></p>
    5757        </div>
    5858    </div>
  • visitors-traffic-real-time-statistics/trunk/ahc_settings.php

    r3195934 r3267128  
    55    function imgFlagError(image) {
    66        image.onerror = "";
    7         image.src = "<?php echo plugins_url('/images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
     7        image.src = "<?php echo plugins_url('images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
    88        return true;
    99    }
     
    8787?>
    8888<div class="ahc_main_container">
    89     <h3><img width="40px" src="<?php echo esc_url(plugins_url('/images/logo.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo esc_url(plugins_url('/images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>" /></a></h3><br />
     89    <h3><img width="40px" src="<?php echo esc_url(plugins_url('images/logo.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>">&nbsp;Visitor Traffic Real Time Statistics Free <a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo esc_url(plugins_url('images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>" /></a></h3><br />
    9090    <div class="panel" style="border-radius: 7px !important;
    9191    border: 0 !important;  box-shadow: 0 4px 25px 0 rgb(168 180 208 / 10%) !important; background:#fff">
  • visitors-traffic-real-time-statistics/trunk/functions.php

    r3195934 r3267128  
    695695
    696696
    697     add_menu_page('Visitor Traffic Real Time Statistics Free', 'Visitor Traffic', 'read', 'ahc_hits_counter_menu_free', 'ahcfree_create_plugin_overview_page', plugins_url('/images/vtrts.png', AHCFREE_PLUGIN_MAIN_FILE));
     697    add_menu_page('Visitor Traffic Real Time Statistics Free', 'Visitor Traffic', 'read', 'ahc_hits_counter_menu_free', 'ahcfree_create_plugin_overview_page', plugins_url('images/vtrts.png', AHCFREE_PLUGIN_MAIN_FILE));
    698698    add_submenu_page('ahc_hits_counter_menu_free', 'Settings', 'Settings', 'manage_options', 'ahc_hits_counter_settings', 'ahcfree_create_plugin_settings_page');
    699699    add_submenu_page('ahc_hits_counter_menu_free', 'Contact Support', 'Help', 'manage_options', 'ahc_hits_counter_help', 'ahcfree_create_plugin_help_page');
     
    761761        $post_id = get_the_archive_title();
    762762    }
    763     wp_register_script('ahc_front_js', plugins_url('/js/front.js', AHCFREE_PLUGIN_MAIN_FILE), 'jquery', '', false);
     763    wp_register_script('ahc_front_js', plugins_url('js/front.js', AHCFREE_PLUGIN_MAIN_FILE), 'jquery', '', false);
    764764    wp_enqueue_script('ahc_front_js');
    765765
     
    20652065        foreach ($results as $ctr) {
    20662066            $response['data'][$c]['rank'] = $rank;
    2067             $furl = plugins_url('/images/flags/' . strtolower($ctr->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
     2067            $furl = plugins_url('images/flags/' . strtolower($ctr->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
    20682068            $flag = '<img src="' . esc_url($furl) . '" border="0" alt="' . esc_attr($ctr->ctr_name) . '" width="30" height="20" onerror="imgFlagError(this)" />';
    20692069            $response['data'][$c]['flag'] = $flag;
     
    21582158
    21592159            /*if ($ctr->total > 1) {*/
    2160             $imgurl = plugins_url('/images/flags/' . strtolower($ctr->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
     2160            $imgurl = plugins_url('images/flags/' . strtolower($ctr->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
    21612161            $arr[$c]['no'] = $no;
    21622162            $arr[$c]['country'] = '<img src="' . $imgurl . '" border="0" alt="' . $ctr->ctr_name . '" width="30" height="20" onerror="imgFlagError(this)" />';
     
    21842184            $k = count($arr);
    21852185            $arr[$k]['no'] = $no;
    2186             $imgurl = plugins_url('/images/flags/xx.png', AHCFREE_PLUGIN_MAIN_FILE);
     2186            $imgurl = plugins_url('images/flags/xx.png', AHCFREE_PLUGIN_MAIN_FILE);
    21872187            $arr[$k]['country'] = '<img src="' . esc_url($imgurl) . '" border="0" alt="' . esc_url($ctr->ctr_name) . '" width="30" height="20" onerror="imgFlagError(this)" />';
    21882188            $arr[$k]['ctr_name'] = 'others';
     
    23032303                    $arr[$c]['hit_id'] = $hit->vtr_id;
    23042304                    $hit_referer = (parse_url($hit->vtr_referer, PHP_URL_HOST) == $_SERVER['SERVER_NAME']) ? '' : rawurldecode($hit->vtr_referer);
    2305                     $hitip = (!empty($hit->hit_referer) ? '<a href="' . esc_url($hit_referer) . '" target="_blank"><img src="' . esc_url(plugins_url('/images/openW.jpg', AHCFREE_PLUGIN_MAIN_FILE)) . '" title="' . esc_attr(ahc_view_referer) . '"></a>' : '');
     2305                    $hitip = (!empty($hit->hit_referer) ? '<a href="' . esc_url($hit_referer) . '" target="_blank"><img src="' . esc_url(plugins_url('images/openW.jpg', AHCFREE_PLUGIN_MAIN_FILE)) . '" title="' . esc_attr(ahc_view_referer) . '"></a>' : '');
    23062306                    $arr[$c]['hit_ip_address'] = (get_option('ahcfree_ahcfree_haships') != '1') ? $hit->vtr_ip_address . "&nbsp;" . $hitip : ahcfree_haship($hit->vtr_ip_address) . "&nbsp;" . $hitip;
    23072307                    $img = "";
    23082308                    if ($hit->ctr_internet_code != '') {
    2309                         $imgurl = plugins_url('/images/flags/' . strtolower($hit->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
     2309                        $imgurl = plugins_url('images/flags/' . strtolower($hit->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
    23102310                        $img = "<img src='" . esc_url($imgurl) . "' border='0' width='22' height='18' title='" . esc_attr($hit->ctr_name) . "' onerror='imgFlagError(this)' />&nbsp;";
    23112311                    }
    23122312
    2313                     // $bimgurl = plugins_url('/images/browsers/' . $hit->bsr_icon, AHCFREE_PLUGIN_MAIN_FILE);
     2313                    // $bimgurl = plugins_url('images/browsers/' . $hit->bsr_icon, AHCFREE_PLUGIN_MAIN_FILE);
    23142314                    // $bimg = '<img src="'.$bimgurl.'" border="0" width="20" height="20" title="'.$hit->bsr_name.'" />&nbsp;';
    23152315                    $arr[$c]['hit_date'] = $hit->vtr_date;
     
    24372437            $img = '<span>';
    24382438            if ($re->ctr_internet_code != '') {
    2439                 $imgurl = plugins_url('/images/flags/' . strtolower($re->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
     2439                $imgurl = plugins_url('images/flags/' . strtolower($re->ctr_internet_code) . '.png', AHCFREE_PLUGIN_MAIN_FILE);
    24402440                $img .= '<img src="' . esc_url($imgurl) . '" border="0" width="22" height="18" title="' . esc_attr($re->ctr_name) . '" onerror="imgFlagError(this)" />';
    24412441            }
    24422442            $img .= '&nbsp;' . esc_html($re->ctr_name) . '</span>';
    2443             /*$eurl=plugins_url('/images/search_engines/' . $re->srh_icon, AHCFREE_PLUGIN_MAIN_FILE);
     2443            /*$eurl=plugins_url('images/search_engines/' . $re->srh_icon, AHCFREE_PLUGIN_MAIN_FILE);
    24442444            $img.='<span><img src="'.$eurl.'" border="0" width="22" height="22" title="'.$re->srh_name.'" /></span>';
    24452445           
    2446             $burl=plugins_url('/images/browsers/' . $re->bsr_icon, AHCFREE_PLUGIN_MAIN_FILE);
     2446            $burl=plugins_url('images/browsers/' . $re->bsr_icon, AHCFREE_PLUGIN_MAIN_FILE);
    24472447            $img.='<span><img src="'.$burl.'" border="0" width="20" height="20" title="'.$re->bsr_name.'" /></span>';
    24482448            */
     
    31283128function ahcfree_include_scripts()
    31293129{
    3130     wp_register_style('ahc_custom_css', plugins_url('/css/custom.css', AHCFREE_PLUGIN_MAIN_FILE), '', time());
     3130    wp_register_style('ahc_custom_css', plugins_url('css/custom.css', AHCFREE_PLUGIN_MAIN_FILE), '', time());
    31313131    wp_enqueue_style('ahc_custom_css');
    31323132
    3133     wp_register_style('ahc_lang_css', plugins_url('/css/vtrts_css_stylesheet.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.4');
     3133    wp_register_style('ahc_lang_css', plugins_url('css/vtrts_css_stylesheet.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.4');
    31343134    wp_enqueue_style('ahc_lang_css');
    31353135
     
    31423142    wp_enqueue_style('slimselect');
    31433143
    3144     wp_register_style('ahc_bootstrap_css', plugins_url('/lib/bootstrap/css/bootstrap.min.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3144    wp_register_style('ahc_bootstrap_css', plugins_url('lib/bootstrap/css/bootstrap.min.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31453145    wp_enqueue_style('ahc_bootstrap_css');
    31463146
    31473147    wp_enqueue_script('jquery');
    31483148
    3149     wp_register_script('ahc_bootstrap_js', plugins_url('/lib/bootstrap/js/bootstrap.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3149    wp_register_script('ahc_bootstrap_js', plugins_url('lib/bootstrap/js/bootstrap.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31503150    wp_enqueue_script('ahc_bootstrap_js');
    31513151
    3152     wp_register_script('ahc_lang_js', plugins_url('/lang/js/' . GlobalsAHC::$lang . '_lang.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3152    wp_register_script('ahc_lang_js', plugins_url('lang/js/' . GlobalsAHC::$lang . '_lang.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31533153    wp_enqueue_script('ahc_lang_js');
    31543154
    31553155    /* Pagination and export */
    3156     wp_register_script('ahc_datatable_js', plugins_url('/js/jquery.dataTables.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3156    wp_register_script('ahc_datatable_js', plugins_url('js/jquery.dataTables.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31573157    wp_enqueue_script('ahc_datatable_js');
    3158     wp_register_script('ahc_tableexport_js', plugins_url('/js/dataTables.buttons.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3158    wp_register_script('ahc_tableexport_js', plugins_url('js/dataTables.buttons.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31593159    wp_enqueue_script('ahc_tableexport_js');
    3160     wp_register_script('ahc_jzip_js', plugins_url('/js/jszip.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3160    wp_register_script('ahc_jzip_js', plugins_url('js/jszip.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31613161    wp_enqueue_script('ahc_jzip_js');
    3162     wp_register_script('ahc_tableexportbutton_js', plugins_url('/js/buttons.html5.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3162    wp_register_script('ahc_tableexportbutton_js', plugins_url('js/buttons.html5.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31633163    wp_enqueue_script('ahc_tableexportbutton_js');
    31643164
    3165     wp_register_script('ahc_xlscore_js', plugins_url('/js/xlsx.core.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3165    wp_register_script('ahc_xlscore_js', plugins_url('js/xlsx.core.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31663166    wp_enqueue_script('ahc_xlscore_js');
    3167     wp_register_script('ahc_filesave_js', plugins_url('/js/FileSaver.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3167    wp_register_script('ahc_filesave_js', plugins_url('js/FileSaver.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31683168    wp_enqueue_script('ahc_filesave_js');
    3169     wp_register_script('ahc_xls_js', plugins_url('/js/jhxlsx.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3169    wp_register_script('ahc_xls_js', plugins_url('js/jhxlsx.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31703170    wp_enqueue_script('ahc_xls_js');
    31713171
    3172     wp_register_style('jquery_date_css', plugins_url('/css/datepicker.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3172    wp_register_style('jquery_date_css', plugins_url('css/datepicker.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31733173    wp_enqueue_style('jquery_date_css');
    31743174
     
    31763176
    31773177    wp_enqueue_script('jquery-ui-datepicker', array('jquery'));
    3178     wp_register_script('ahc_main_js', plugins_url('/js/ahcfree_js_scripts.js', AHCFREE_PLUGIN_MAIN_FILE), '', '2.5');
     3178    wp_register_script('ahc_main_js', plugins_url('js/ahcfree_js_scripts.js', AHCFREE_PLUGIN_MAIN_FILE), '', '2.5');
    31793179    wp_enqueue_script('ahc_main_js');
    31803180
    31813181    wp_localize_script('ahc_main_js', 'ahc_ajax', array('ajax_url' => admin_url('admin-ajax.php')));
    31823182
    3183     wp_enqueue_script('sweetalert', plugins_url('/js/sweetalert.min.js', AHCFREE_PLUGIN_MAIN_FILE));
    3184     wp_enqueue_style('sweetalert', plugins_url('/css/sweetalerts.css', AHCFREE_PLUGIN_MAIN_FILE));
     3183    wp_enqueue_script('sweetalert', plugins_url('js/sweetalert.min.js', AHCFREE_PLUGIN_MAIN_FILE));
     3184    wp_enqueue_style('sweetalert', plugins_url('css/sweetalerts.css', AHCFREE_PLUGIN_MAIN_FILE));
    31853185}
    31863186
     
    31913191
    31923192
    3193     wp_register_style('ahc_bootstrap_css', plugins_url('/lib/bootstrap/css/bootstrap.min.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3193    wp_register_style('ahc_bootstrap_css', plugins_url('lib/bootstrap/css/bootstrap.min.css', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31943194    wp_enqueue_style('ahc_bootstrap_css');
    31953195
    31963196    wp_enqueue_script('jquery');
    31973197
    3198     wp_register_script('ahc_bootstrap_js', plugins_url('/lib/bootstrap/js/bootstrap.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
     3198    wp_register_script('ahc_bootstrap_js', plugins_url('lib/bootstrap/js/bootstrap.min.js', AHCFREE_PLUGIN_MAIN_FILE), '', '1.21');
    31993199    wp_enqueue_script('ahc_bootstrap_js');
    32003200
     
    32193219    $args = array(
    32203220        'id' => 'visitorstraffic',
    3221         'title' => __('<img src="' . plugins_url('/images/vtrtspro.png', AHCFREE_PLUGIN_MAIN_FILE) . '" style="vertical-align:middle;margin-right:5px;" alt="visitor traffic" title="visitor traffic" />'),
     3221        'title' => __('<img src="' . plugins_url('images/vtrtspro.png', AHCFREE_PLUGIN_MAIN_FILE) . '" style="vertical-align:middle;margin-right:5px;" alt="visitor traffic" title="visitor traffic" />'),
    32223222        'href' => $wccpadminurl . 'admin.php?page=ahc_hits_counter_menu_free',
    32233223        'meta' => array('title' => __('Visitor Traffic Real Time Statistics'),)
  • visitors-traffic-real-time-statistics/trunk/overview.php

    r3195934 r3267128  
    3434    function imgFlagError(image) {
    3535        image.onerror = "";
    36         image.src = "<?php echo plugins_url('/images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
     36        image.src = "<?php echo plugins_url('images/flags/noFlag.png', AHCFREE_PLUGIN_MAIN_FILE) ?>";
    3737        return true;
    3838    }
     
    117117    <div class="row">
    118118        <div class="col-lg-8">
    119             <h1><img height="55px" src="<?php echo esc_url(plugins_url('/images/logo.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>">&nbsp;Visitor Traffic Real Time Statistics free &nbsp;
    120                 <?php if(current_user_can('manage_options')){?><a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo esc_url(plugins_url('/images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE)) ?>" /></a><?php }?></h1>
     119            <h1><img height="55px" src="<?php echo esc_url(plugins_url('images/logo.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>">&nbsp;Visitor Traffic Real Time Statistics free &nbsp;
     120                <?php if(current_user_can('manage_options')){?><a title="change settings" href="admin.php?page=ahc_hits_counter_settings"><img src="<?php echo esc_url(plugins_url('images/settings.jpg', AHCFREE_PLUGIN_MAIN_FILE)) ?>" /></a><?php }?></h1>
    121121
    122122        </div>
     
    130130        <div class="col-lg-3">
    131131            <div class="box_widget greenBox">
    132                 <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true"><img src="<?php echo esc_url(plugins_url('/images/upgrade_now.png', AHCFREE_PLUGIN_MAIN_FILE)) ?>"></a>
    133                 <br /><span class="txt"><img src="<?php echo esc_url(plugins_url('/images/live.gif', AHCFREE_PLUGIN_MAIN_FILE)) ?>">&nbsp; Online Users</span>
     132                <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true"><img src="<?php echo esc_url(plugins_url('images/upgrade_now.png', AHCFREE_PLUGIN_MAIN_FILE)) ?>"></a>
     133                <br /><span class="txt"><img src="<?php echo esc_url(plugins_url('images/live.gif', AHCFREE_PLUGIN_MAIN_FILE)) ?>">&nbsp; Online Users</span>
    134134            </div>
    135135        </div>
     
    194194                <div class="panelcontent" style="width:100% !important">
    195195                    <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true">
    196                         <img width="99%" src="<?php echo esc_url(plugins_url('/images/geomap_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
     196                        <img width="99%" src="<?php echo esc_url(plugins_url('images/geomap_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
    197197                    </a>
    198198                </div>
     
    377377                <div class="panelcontent" style="width:100% !important">
    378378                    <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true">
    379                         <img width="99%" src="<?php echo plugins_url('/images/today_traffic_by_country_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>">
     379                        <img width="99%" src="<?php echo plugins_url('images/today_traffic_by_country_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE) ?>">
    380380                    </a>
    381381                </div>
     
    442442                <div class="panelcontent" style="width:100% !important">
    443443                    <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true">
    444                         <img width="99%" src="<?php echo esc_url(plugins_url('/images/traffic_by_country_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
     444                        <img width="99%" src="<?php echo esc_url(plugins_url('images/traffic_by_country_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
    445445                    </a>
    446446                </div>
     
    456456                <div class="panelcontent" style="width:100% !important">
    457457                    <a target="_blank" href="https://www.wp-buy.com/product/visitors-traffic-real-time-statistics-pro/?attribute_license=Single%20License%2029$&box=true">
    458                         <img width="99%" src="<?php echo esc_url(plugins_url('/images/top_refferring_countries_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
     458                        <img width="99%" src="<?php echo esc_url(plugins_url('images/top_refferring_countries_pro.jpg', AHCFREE_PLUGIN_MAIN_FILE)); ?>">
    459459                    </a>
    460460                </div>
     
    493493                            ?>
    494494                                    <tr>
    495                                         <td class="values"><?php echo esc_html($site['site_name']); ?>&nbsp;<a href="https://<?php echo str_replace('http://', '', esc_url($site['site_name'])) ?>" target="_blank"><img src="<?php echo esc_url(plugins_url('/images/openW.jpg', AHCFREE_PLUGIN_MAIN_FILE)) ?>" title="<?php echo esc_attr(ahc_view_referer) ?>"></a></td>
     495                                        <td class="values"><?php echo esc_html($site['site_name']); ?>&nbsp;<a href="https://<?php echo str_replace('http://', '', esc_url($site['site_name'])) ?>" target="_blank"><img src="<?php echo esc_url(plugins_url('images/openW.jpg', AHCFREE_PLUGIN_MAIN_FILE)) ?>" title="<?php echo esc_attr(ahc_view_referer) ?>"></a></td>
    496496                                        <td class="values"><?php echo intval($site['total_hits']); ?></td>
    497497                                    </tr>
     
    683683                                    <tr>
    684684                                        <td>
    685                                             <span><?php if ($searchWord['ctr_internet_code'] != '') { ?><img src="<?php echo plugins_url('/images/flags/' . strtolower($searchWord['ctr_internet_code']) . '.png', AHCFREE_PLUGIN_MAIN_FILE); ?>" border="0" width="22" height="18" title="<?php echo esc_html($searchWord['ctr_name']) ?>" onerror="imgFlagError(this)" /><?php } ?></span>
     685                                            <span><?php if ($searchWord['ctr_internet_code'] != '') { ?><img src="<?php echo plugins_url('images/flags/' . strtolower($searchWord['ctr_internet_code']) . '.png', AHCFREE_PLUGIN_MAIN_FILE); ?>" border="0" width="22" height="18" title="<?php echo esc_html($searchWord['ctr_name']) ?>" onerror="imgFlagError(this)" /><?php } ?></span>
    686686                                        </td>
    687687                                        <td class="hide"><?php echo esc_html($searchWord['csb']); ?></td>
     
    715715                        <p style="color:#00F; font-size:15px;">if you need more statistics you can upgrade to the professional version now, The premium version of Visitor Traffic real-time statistics is completely different from the free version as there are a lot more features included.</p>
    716716
    717                         <p><img  height="auto" src="<?php echo esc_url(plugins_url('/images/upgradenow-button.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>" /></p>
     717                        <p><img  height="auto" src="<?php echo esc_url(plugins_url('images/upgradenow-button.png', AHCFREE_PLUGIN_MAIN_FILE)); ?>" /></p>
    718718                    </a>
    719719                </center>
  • visitors-traffic-real-time-statistics/trunk/readme.txt

    r3245163 r3267128  
    44Requires at least: 3.0.1
    55Tested up to: 6.7.2
    6 Stable tag: 7.8
     6Stable tag: 8.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    184184== Changelog ==
    185185
     186
     187= 8.1 =
     1881. Compatibility issue with certain ad blockers causing page display errors.
     189
     190
    186191= 7.8 =
    1871921. Ensure $vtr_ip_address is properly initialized before usage to prevent undefined variable warnings.
Note: See TracChangeset for help on using the changeset viewer.