\n"; return; } $htmlpar=''; $purl='http://analytics.'; $htssl=''; if (isset($_SERVER["HTTPS"])){ } ?> user_login; if ($ipname!=''){ $htmlpar.='&ipname='.urlencode(addslashes($ipname)); } } $htmlpar.='&ref='.urlencode(addslashes($_SERVER["HTTP_REFERER"])); $htmlpar.='&title='.urlencode(addslashes(wp_title('',false))); /* $keyword[0]='Realtime Web Statistics'; $keyword[1]='website statistics'; $keyword[2]='website tracking software'; $keyword[3]='website tracking'; $keyword[4]='blog statistics'; $keyword[5]='blog tracking'; $keyword[6]='Realtime website statistics'; $keyword[7]='Realtime website tracking software'; $keyword[8]='Realtime website tracking'; $keyword[9]='Realtime blog statistics'; $keyword[10]='Realtime blog tracking'; $keyword[11]='free website tracking'; $keyword[12]='visitor activity tracker'; $keyword[13]='visitor activity monitoring'; $keyword[14]='visitor activity monitor'; $keyword[15]='user activity tracking'; $keyword[16]='website analytics'; $keyword[17]='blog analytics'; $keyword[18]='visitor analytics'; $keyword[19]='web stats'; $keyword[20]='web stats'; $keyword[21]='web stats'; $keyword[22]='web stats'; $keyword[23]='web stats'; $keyword[24]='web stats'; $keyword[25]='web stats'; $keyword[26]='web statistics'; $keyword[27]='web statistics'; $keyword[28]='web statistics'; $keyword[29]='web statistics'; $keyword[30]='web statistics'; $keyword[31]='web statistics'; $keyword[32]='web statistics'; $keyword[33]='web stats'; $keyword[34]='web stats'; $keyword[35]='web stats'; */ $keyword[0]='web stats'; $keyword[1]='website statistics'; $keyword[2]='Website analytics'; $keyword[3]='Website analytics tool'; $keyword[4]='Website analytics software'; $keyword[5]='Live website statistics'; $kwid=mt_rand(0,5); //$kwid=mt_rand(0,35); if ($option['stats']!=2){ //$stats_widget="publish=1&"; } ?>
".__('Alientech is almost ready.')." ".sprintf(__('You must enter your API key to start tracking your stats.'), "options-general.php?page=alientech/alientech.php")."
"; } add_action('admin_notices', 'aliente_warning'); return; } } function get_alientech_conf(){ $option=get_option('alientech_setting'); if (round($option['wgd'])==0) $option['wgd']=1; if (round($option['wgl'])==0) $option['wgl']=2; if (round($option['tkn'])==0) $option['tkn']=1; if (round($option['iga'])==0) $option['iga']=0; if (round($option['allowchat'])==0) $option['allowchat']=1; if (round($option['xtheme'])==0) $option['xtheme']=2; if (round($option['stats'])==0) $option['stats']=2; if (round($option['wpmap'])==0) $option['wpmap']=2; if (round($option['wpdash'])==0) $option['wpdash']=2; return $option; } function set_alientech_conf($conf){update_option('alientech_setting',$conf);} function alientech_admin_menu(){ $x = WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__)); add_options_page('Alientech Options', 'Alientech', 9, __FILE__, 'alientech_optionpage'); } function alientech_optionpage(){ $option=get_alientech_conf(); $option['code']=html_entity_decode($option['code']); $option['wgd']=html_entity_decode($option['wgd']); $option['wgl']=html_entity_decode($option['wgl']); $option['allowchat']=html_entity_decode($option['allowchat']); $option['xtheme']=html_entity_decode($option['xtheme']); $option['stats']=html_entity_decode($option['stats']); $option['wpmap']=html_entity_decode($option['wpmap']); $option['wpdash']=html_entity_decode($option['wpdash']); $magicable=0; //temporary disable magic feature global $current_user; if ($_POST['action']=='do'){ if (!current_user_can('manage_options')){ $_POST['wgl']=$option['wgl']; } $option=$_POST; $option['code']=htmlentities(str_replace(" ","",stripslashes($option['code']))); set_alientech_conf($option); $saved=1; } ?>Alientech plugin setting have been saved. We have started tracking your visitors. You can monitor your visitor activity in real time here, but hey! Please wait until we track some visitors first!We have started tracking your visitors.Please get your API code to enable us to start tracking your site visitors, for you.
|
Alientech Stats API Code is not installed. Please open Wordpress settings -> Alientech for instructions. |
|
Alientech Stats API Code is not installed. Please open Wordpress settings -> Alientech for instructions. |
|
Alientech Stats API Code is not installed. Please open Wordpress settings -> Alientech for instructions. |
What is this widget?
Alientech offers a built-in live chat feature. The widget shows an online support icon whenever you are online and shows a leave a message contact form icon when you are not online.Please configure Alientech API Code in your wordpress settings -> Alientech before using the chat widget.
This widget allow you to show your visitors statistics in your sidebar for public.
checked>Yes
>No
Show Online Counts
checked>Yes
>No
Show Visits Today
checked>Yes
>No
Show Pageviews Today
checked>Yes
>No
Show New Visitors Count for Today
checked>Yes
>No
Show Returning Visitors Today
checked>Yes
>No
Show New Visits % Today
checked>Yes
>No
Show Vists Yesterday
checked>Yes
>No
Show Pageviews Yesterday
checked>Yes
>No
Show New Visitors Count for Yesterday
checked>Yes
>No
Show Returning Visitors Yesterday
checked>Yes
>No
Show New Visits % Yesterday
checked>Yes
>No
Show Total Pageviews
checked>Yes
>No
Show Total Visits
checked>Yes
>No
Use Custom Theme?
Please configure your Alientech Stats API Code in your "wordpress Settings -> Alientech" before using the statistics widget.
' . __('Settings') . ''; # Add 'Settings' link to plugin's action links array_unshift($actionLinks, $settingsLink); } return $actionLinks; } ?>