Plugin Directory

Changeset 2043554


Ignore:
Timestamp:
03/04/2019 05:28:55 AM (7 years ago)
Author:
hitsteps
Message:

Bug fix for hitsteps_gc iteration

Location:
hitsteps-visitor-manager
Files:
28 added
2 edited

Legend:

Unmodified
Added
Removed
  • hitsteps-visitor-manager/trunk/hitsteps.php

    r2026354 r2043554  
    55Description: Hitsteps is a powerful real time website visitor manager, it allow you to view and interact with your visitors in real time.
    66Author: hitsteps
    7 Version: 5.64
     7Version: 5.65
    88Author URI: http://www.hitsteps.com/
    99*/
     
    6060  }
    6161
    62 ?><!-- HITSTEPS SNIPPET CODE<?php echo $htssl; ?> v5.64 - DO NOT CHANGE --><?php
     62?><!-- HITSTEPS SNIPPET CODE<?php echo $htssl; ?> v5.65 - DO NOT CHANGE --><?php
    6363
    6464
     
    8181
    8282    <script type='text/javascript'>
    83     function hitsteps_gc( name ) { if (document.cookie){ var hs_cookie_split = document.cookie.split(';'); if (hs_cookie_split){ for( var i in hs_cookie_split ) { if (typeof hs_cookie_split[i] == "undefined"){}else{ if( hs_cookie_split[i].indexOf( name+'=' ) != -1 ) return decodeURIComponent( hs_cookie_split[i].split('=')[1] ); }}}} return '';}
     83    function hitsteps_gc( name ) { if (document.cookie){ var hs_cookie_split = document.cookie.split(';'); if (hs_cookie_split){ for( var i in hs_cookie_split ) { if (typeof hs_cookie_split[i] == "undefined" || typeof hs_cookie_split[i] == "function"){}else{ if( hs_cookie_split[i].indexOf( name+'=' ) != -1 ) return decodeURIComponent( hs_cookie_split[i].split('=')[1] ); }}}} return '';}
    8484<?php
    8585if (!function_exists('wp_get_current_user'))
     
    16601660
    16611661<div style="text-align: center;" class="hs-wordpress-chat-placeholder">
    1662 <!-- HITSTEPS ONLINE SUPPORT CODE v5.64 - DO NOT CHANGE --><div id="hs-live-chat-pos"><script type="text/javascript">
     1662<!-- HITSTEPS ONLINE SUPPORT CODE v5.65 - DO NOT CHANGE --><div id="hs-live-chat-pos"><script type="text/javascript">
    16631663var hschatcs='www.';if (document.location.protocol=='https:') hschatcs='';hschatcsrc=document.location.protocol+'//log.hitsteps.com/online.php?code=<?php echo $option['code']; ?>&lang=<?php echo urlencode($instance['lang']); ?>&img=<?php echo urlencode($instance['wd_img']); ?>&off=<?php echo urlencode($instance['wd_off']); ?>';
    16641664document.write('<scri'+'pt type="text/javascript" src="'+hschatcsrc+'"></scr'+'ipt>');
  • hitsteps-visitor-manager/trunk/readme.txt

    r2043202 r2043554  
    55Tested up to: 5.1
    66Requires PHP: 5.0
    7 Stable tag: 5.64
     7Stable tag: 5.65
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    324324* WordPress v5.0.3 compatibility update
    325325
     326= 5.65 =
     327* Bug fix for cookie iteration hitsteps_gc
     328
    326329== Frequently Asked Questions ==
    327330
Note: See TracChangeset for help on using the changeset viewer.