Problem With MSWC.Counters

I have a global.asa for my website where I use a counter from
MSWC.Counters to store the count of sessions. Unfortunately, every
time I look at it the numbers could go down, or up radically. I
tried using Scripting.FileSystemObject to make a text file where I
could store the count, but apparently that doesn't work in
global.asa.

View Replies


ADVERTISEMENT

3rd Party Counters

I have been building a search engine for about 9 months now of links to
other site that I have admin Access to. This has been simple for me to keep
mySQL record of page hits, as I admin all the sites.

I now have a requirement to add 3rd party pages, that require to be able to
increment counters tables on mySQL database.

This is exactly the same requirement as other 3rd party counter web sites
offer. They seem to do it with a bit of java and an image. Unfortantly I
have no idea how it is done..

each of my search engine records has a unique ID, --------- :-)

I just want for example when a 3rd party page is loaded, for it to HTTP GET
the image from my server and somehow know carry the unique ID for the
record, so when my server receives the HTTP GET for the particular image or
Javacode it can translate the sent varable so that I know what counter to
update..

This seemed easy the more I thought about it, the more I realized I did not
have a clue how to do it... The only thing is that it must not be ASP on the
client as I am not sure all of my 3rd party links have ASP. So I suppose it
must be javascript based..

View Replies View Related

Single Cookies For Multiple Counters

I have written an article program, which has a collection of articles that people can click on and read. It's like a forum but without the reply function...

I want to write a counter for each article, but it cannot be done without cookies...my question is: how do you use a single cookies to determine which threads have been read and which haven't.

View Replies View Related

MSWC.Tools

what value range for this code?

set objTools=server.CreateObject("MSWC.Tools")
Response.write objtools.Random()


I executed code several times but couldnt figure out the value range and logic.Reason for asking is we are moving to windows 2003 server and now v need to change above code from our site.

View Replies View Related

MSWC.Tools Error

moved an ASP application from a Windows 2000 to a Windows 2003 server I'm using MSWC.Tools to validate the existence of some files I got the next error

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed

View Replies View Related

Download URL For MSWC.Tools And IISSample.PageCounter

From where i can download MSWC.Tools and IISSample.PageCounter Components for Windows 2003 Server.

View Replies View Related

MSWC.Tools & Windows 2003 Server

Hi people, I currently have a website and the asp pages include the following line:

"Set Tools = Server.CreateObject("MSWC.Tools")"

My site is hosted on Windows 2000 server.

The hosting company has offered me a new deal but on Windows 2003 servers, I took them up on this but found that my asp pages did not function as these servers do not have the Internet Information Server (IIS) Resource Kit installed on them. I found this out by
looking at http://support.microsoft.com/kb/q249290/.

As I am not the original creator of the asp pages and have no knowledge of asp, can anyone help me fix this problem where my asp pages will function correctly on the Windows 2003 server?

View Replies View Related

Using Insertion Point Of Data With MSWC.Tools

anyone have an example of using insertion point of data with MSWC.Tools ?

e.g. how can I send data to a "div" tag ?

Set oTools = Server.CreateObject("MSWC.Tools" )
oTools.processForm "output.asp", "template.asp", "<div>"

View Replies View Related

Using "MSWC.Tools"

Do you have any working examples which show how to send data to an insertion point in the template file ?

e.g. how can I send data to "div" tag ?

Set oTools = Server.CreateObject("MSWC.Tools" )
oTools.processForm "output.asp", "template.asp", "<div>"

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved