Difference between revisions of "Access Counters"

From HE FAQ
Jump to: navigation, search
(Replaced content with '{{1 prefix}} We no longer provide support for access counters, but you can install an access counter of your own choice. Category:Webhosting')
 
Line 1: Line 1:
 
{{1 prefix}}
 
{{1 prefix}}
For our v3 servers, we have included a much more streamlined counter system. It's easy to administer and has a lot of nifty options, such as stylish (and sometimes offbeat!) counter graphics and per-page access counts.
+
We no longer provide support for access counters, but you can install an access counter of your own choice.
 
+
Please note that this feature is only available for "Starter Virtual Host" and above.
+
 
+
If you need to upgrade your account type, please email support@he.net to request an account type upgrade.
+
 
+
To install it, simply SSH into your server and execute the command:
+
 
+
<pre>install_counter</pre>
+
 
+
Make sure to read the output, as it contains important information regarding counter administration.
+
 
+
The installation script creates /home/YOUR_ACCOUNT/.web/gcount-data.bin and the file counter.cnf will exist in there. This is the configuration file for access to the management of your counters. In order to set your user name and password for maintaining your counters, you will need to edit this file in a plain text editor such as Notepad. If you do not, the default information listed in this file will be your user name and password for managing your counters. When you're done, you can include the counter in your individual pages using the following HTML:
+
 
+
<pre><a href="http://YOURDOMAIN.TLD/counter/gcount.php?name=NAME&show=report">
+
<img src="http://YOURDOMAIN.TLD/counter/gcount.php?name=NAME&digits=5&typeface=73"></a></pre>
+
 
+
* YOURDOMAIN.TLD - Your domain goes here.
+
* NAME - The name of the page you're keeping track of. It's recommended that you use the name of the page itself, ('index' for index.html, etc) but any name will do.
+
* digits= - The number of digits in your counter
+
* typeface= - The typeface you want to use. Click [http://www.he.net/faq/tutorials/counters/counter_gfx.html here] for the full list.
+
 
+
To administer your counter data, just click on your counter graphic, then click 'Admin'.
+
 
+
 
[[Category:Webhosting]]
 
[[Category:Webhosting]]

Latest revision as of 16:20, 6 June 2011

This information only pertains to Hurricane Electric's Shared Web Hosting package. There may be different information in our other categories.

We no longer provide support for access counters, but you can install an access counter of your own choice.