Stat Mentor

This page will create the code to paste anywhere in your HTML, ASP, XML, CGI, or other internet pages so that that can be tracked by Stat Mentor. These pages can be located on a local server or another server, such as geocities or xoom. The main ASP scripts from AspCode.net and HTMLStats.asp from my site must be located on a server that is capable of running ASP code, though.

Please type the full location of the HTMLStats.asp page you've installed here:

[Example: http://www.mysite.com/Stats/HTMLStats.asp]


Note: This only creates the code to put in the HTML, XML, ect.. pages. It doesn't modify the source of HTMLStats.asp. You will need to modify the following manually, plus whatever is instructed by AspCode.net. :

in HTMLStats.asp:

You should set the homeURL property to your website's home directory:
homeURL = "www.mysite.com"
-OR-
homeURL = "www.mysite.com/~bob"
-OR-
homeURL = "http://www.mysite.com"

You should also set recordLongAlways to either True or False:
recordLongAlways = False
-OR-
recordLongAlways = True
[This will tell HTMLStats.asp to either record all URLs in their long form:
recordLongAlways = True always records this:
"http://www.site.com/directory/page.html"
Otherwise recordLongAlways = False records either this:

"/directory/page.html"
if it is local, or:
"http://www.site.com/directory/page.html" if the page is remote.]