Title: AWStats Script
Author: Jorge Garcia de Bustos
Published: <strong>28 ມິຖຸນາ 2008</strong>
Last modified: 1 ກໍລະກົດ 2008

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/awstats-script.svg)

# AWStats Script

 ໂດຍ [Jorge Garcia de Bustos](https://profiles.wordpress.org/jgbustos/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/awstats-script.0.3.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/awstats-script/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/awstats-script/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/awstats-script/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/awstats-script/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/awstats-script/)

## ຄຳອະທິບາຍ

[AWStats](http://awstats.sourceforge.net/) is a free log file analysis
 tool for
web servers. It consists of a collection of Perl scripts that analyse Apache-style
access logs and produce graphical web pages with extended information about the 
visits.

#### Browser Data Collection

AWStats can collect information about the browser capabilities and screen size,

but that requires embedding a `<script>` HTML tag in all the pages. This calls a
JavaScript function contained in the file `awstats_misc_tracker.js` that will report
the extra data to the web server in a specific HTTP GET request. An extended explanation
is provided in the [AWStats FAQ](http://awstats.sourceforge.net/docs/awstats_faq.html#SCREENSIZE)

This plugin simplifies the job of adding the required `<script>` tag and provides

the latest stable version of the `awstats_misc_tracker.js` file, both in extended
and “minified” version using the [Yahoo YUI Compressor](http://developer.yahoo.com/yui/compressor/).

#### Placing the Script

To speed-up the page rendering, the `<script>` tag is best placed at the bottom

of the page. This is the preferred option for WordPress themes that have a footer.
If the theme doesn’t have a footer, the tag is added to the page header. This behaviour
can be controlled using the plugin’s settings page. This has been borrowed from 
the [Google Analyticator](http://cavemonkey50.com/code/google-analyticator) plugin
by Ronald Heft Jr.

#### No Logging for Administrators

The plugin also allows administrators to remove themselves and their visits from

the AWStats log. There is a field in the settings page where we can enter the user
level (a number from 0 to 10) above which the plugin will omit the `<script>` tag.

## ພາບໜ້າຈໍ

 * [[
 * Settings page with default values, right after activation.
 * [[
 * Most typical configuration, adding the `<script>` tag at the page footer and 
   disabling the AWStats logging for blog admins (level 8 or greater).

## ການຕິດຕັ້ງ

 1. Upload the `awstats-script` directory to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Configure and enable the plugin in the ‘AWStats Script’ Options page

## ການຣີວິວ

![](https://secure.gravatar.com/avatar/4305faa42d7df4711c3ce4591b626ca7e6d749f03b99924946f2365e189a8387?
s=60&d=retro&r=g)

### 󠀁[Does what it should](https://wordpress.org/support/topic/does-what-it-should-26/)󠁿

 [troch](https://profiles.wordpress.org/troch/) 3 ກັນຍາ 2016

This plugin happily loads the AWstats javascript in the page footer.

 [ ອ່ານການຣີວິວທັງໝົດ 1 ລາຍການ ](https://wordpress.org/support/plugin/awstats-script/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“AWStats Script” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນ
ການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Jorge Garcia de Bustos ](https://profiles.wordpress.org/jgbustos/)

[ແປ “AWStats Script” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/awstats-script)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/awstats-script/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/awstats-script/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/awstats-script/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/awstats-script/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### Version 0.3 (01/07/2008)

 * BUGFIX: Added `alt` attribute for `<img>` inside `<noscript>`
 * BUGFIX: Closed the `<img>` tag properly
 * BUGFIX: Removed a superfluous double quote that broke XHTML validation

#### Version 0.2 (29/06/2008)

 * NEW: Screenshots of settings page
 * NEW: Support for i18n

#### Version 0.1 (29/06/2008)

 * First release

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.3**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **18 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **30+**
 *  ເວີຊັນ WordPress ** 2.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **2.5.1**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/awstats-script/)
 * ແທັກ
 * [awstats](https://lo.wordpress.org/plugins/tags/awstats/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/awstats-script/advanced/)

## ການໃຫ້ຄະແນນ

 5 ຈາກທັງໝົດ 5 ດາວ.

 *  [  ການວິຈານ 5 ດາວ ຈຳນວນ 1 ລາຍການ     ](https://wordpress.org/support/plugin/awstats-script/reviews/?filter=5)
 *  [  ການວິຈານ 4 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/awstats-script/reviews/?filter=4)
 *  [  ການວິຈານ 3 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/awstats-script/reviews/?filter=3)
 *  [  ການວິຈານ 2 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/awstats-script/reviews/?filter=2)
 *  [  ການວິຈານ 1 ດາວ ຈຳນວນ 0 ລາຍການ     ](https://wordpress.org/support/plugin/awstats-script/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/awstats-script/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/awstats-script/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Jorge Garcia de Bustos ](https://profiles.wordpress.org/jgbustos/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/awstats-script/)