Script To Read Web Stats

Is there such a thing as a free web-based asp script which will process and present web-server log files? Basically, I'm looking to track the statistics for one single gif image on the server to see how many times it has been loaded via an HTML email.

View Replies


ADVERTISEMENT

Stats

I have been asked to generate stats on a site I have developed. My
global.asa file can keep track of current visitors and total visitors but I
would like to store more detailed information.

Can anyone supply me with any suggestions as to how I can achieve this, and
is it possible to display this info in a chart of some kind ?

View Replies View Related

Web Stats Question

i have a site that i moved from straight html on linux to asp/database on windows. i launched it last january 2003. the first month (january), i noticed a significant difference in visits, probably 30% less. but the page views were up by maybe 15%.

here's my question, would going to asp change the way the site(or server) sees a visitor? my client is slightly freeked by the change and i don't really know what to tell him. the fact that page views are up since going to asp has helped some.

but the drop in visits was right when the change to asp was made. in december (right before the launch of the new site), the html pages were reading the the same amount of visitors.

can anyone shed any light on the matter? or did we really just loose some visitors?

View Replies View Related

Questionnaire Stats...

I'm trying to write a script, that will give me stats from a Questionnaire in a database.

The database has the entries of 'Customer', 'Question_Ref', & 'Question_Answer'

what I want to do, is to find the average answer (the answer is always a number 1 to 5) for each question listed and print that & the Question_Ref to it, on to the page.

The issue is, there isn't a way of knowing how many questions there is, so for instance, there could be 'communication', 'Support' & 'Speed' but these will all be entered into the 'Question_Ref' field.

this is all going to be collected to be entered into a graph, is there a way of sorting this in ASP? i'm not using .NET though our server is capable of doing so, its not the fastest server in the world, so would like to keep it ASP if possible.

i can easily add the answers together, and devide it by how many time it sees the sam word in Question_Ref, but its putting how many times that question has been entered into the database, and displaying it as a number that i'm having trouble with.

View Replies View Related

Server Stats With ASP

I have been looking for a way to show uptime and other server stats with ASP. I have found plenty of code using ASP.NET but I am not using this.

View Replies View Related

Forum Stats

I wish to diplay the number of posts and threads i have in my forums, I have got 1 table for each forum, and 5 forums whats the best way to get this data? Is it have 5 different recordsets, where i could count all the starting posts for the threads and have a record count for the posts?

View Replies View Related

Traffic And Stats Using ASP

my site is on an NT server. does anyone know where i can find a traffic / stats script for tracking visitors? i am using an access database so if there is anything that supports it that would be great.

View Replies View Related

Heavy Load Stats

Does anyone know any stats on php vs asp with heavy traffic?

Let's say Asp is hosted on IIS6 & win 2003 with the same server specs as php on Apache & Linux. Both of them are heavy queried sites using MySQL. I saw a lot of people are saying php is the winner here, what do you think on that?

View Replies View Related

Realtime Site Stats

I have a table that records url and date / time of every page view as a new record.

I want to create a page that will display the top 10 pages of the day with page view counts. Also be able to display top 10 pages for the last hour with counts.

View Replies View Related

Intranet Site Stats Packages

The teachers each have their own sites - there are around 45 sites in all, each site contained within a folder, one for each subject. Eg. History/ politics/ maths, etc. I need a site stats package that can read stats data from each folder. So that when they return in Sept, they have nice bar-graph stats for each page within their folder/ course.

View Replies View Related

Web Site Stats: Program Or Tutorial?

Is there a nice "ASP" tutorial out there or shareware ASP program I can use to set up stats on a web site for a client? I am particularly interested in Referers, to include key words.

View Replies View Related

Read Only DB

I,ve uploaded an MS Access DB to a web host and find that although I have set the DB permissions to Read and Write the actual tranfer changes these permissions and when I try to write to the DB there is an error to the effect that the DB is read only.

I have downloaded the DB I uploaded with full read/write permissions and find that the DB is read only.

View Replies View Related

Read From .tsv

Is it possible to use asp to read from a .tsv file?? If so how do you create the connection??

View Replies View Related

Read PDF

Is it possible to read PDF File using ASP.

View Replies View Related

Read More

when I retrieve data from the my database if I got the name and description. I want only display the first 20/30 letters of the description but I don't know how to do.

View Replies View Related

Read XML From Url

I have an ASP web site that I can read an XML file and process it fine. However, now I am asked to read XML data via (I think) a web service url. I looked at the ADO Stream and it looks like it may be a way to do this, but I'm not sure. I need to read 2 different streams, one with data and one with returned images.

I need to process the data like a recordset and load it (and other) information into a web page and return to the browser. Can anyone point me in a direction to read more about how to do this and/or some samples?

View Replies View Related

Read A SQL Db

I need to use ASP to read a SQL db for dates. If the date falls within "this (current) month", I need to auto-populate a word document with the corresponding information from the tables... Is this possible.

View Replies View Related

Read Current Url

Is there a way that I can read the current url.

I have an asp page currently such as default.asp?x=1&y=2&z=3

Now I want to keep the existing parameters and attach another parameter
to it and resend to default.asp

As the original parameters are dynamic, and may or may not be
generated, the only way is to read the current url and to simply add my
new parameter such as h=5 to the url.

I don't know how to read the current url.

I tried Request.ServerVariables("SCRIPT_NAME") but that didn't include
the parameters. i.e. it just returned the default.asp

View Replies View Related

Read Email With ASP?

Is there a way to read email messages with ASP without installing components?
And will it work with any email server, or just windows IIS?

Something that will work almost like Webmail. But I just need to read the From, Subject and Body of the email.

View Replies View Related

How To Read Data From Mdb

I got a database with user and email in it. Now I want when a user logs into my page that it automaticly fills in the email into a email form. How can I do that in Asp.

View Replies View Related

Read Images

anyone here got an idea on what codes am i going to use? I got a folder full of images (jpg) and I want my asp page to display those images.

View Replies View Related

Read-only Error

why do I get this error?? Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

/asp/formHandler2.asp, line 68

here's my code:

View Replies View Related

ASP To Read The IIS Log Files

I am wanting to use ASP to read the IIS log files on our web server. Can anyone help?

View Replies View Related

MS Access DB Read-only

how to modify this script to make the connection to the MS Access database read only, so that writing to the database directory is no more necessary (currently, I have to give IUSR write permissions so that the .LDB file can be created... but I don't need that because I want the database to be read only, and I don't want to grant write permission to IUSR).Code:
----
cst = "Provider=Microsoft.Jet.OLEDB.4.0;" &_
"Data Source=" & Server.MapPath("/database/riviste.mdb")
set conn = CreateObject("ADODB.Connection")
conn.Mode = 1
conn.open cst
strSQL="SELECT * FROM riviste ORDER BY Titolo"
set rs=conn.execute(strSQL)
----

View Replies View Related

Read Xml Node Value

i am trying to read a nodes ( i dont know if i am right by
calling it node. see sample) value with asp.
xml page is very simple :

<?xml version="1.0" ?<response success="true" </response>

my code is this

Set xmlhttp = CreateObject("Microsoft.XMLHTTP")
xmlhttp.Open "GET",
"http://xml.my.net/tokencheck.asp?t="&token&"&u="&userid&"", False
xmlhttp.send()
Set xmlhttp=Nothing

how can i add xmldom and parse the result page so i can assign response's
value to a variable?

View Replies View Related

Unable To Read

I am using file system object to read an xls file in the webserver ,
the file is located in the webserver I: ( which is map drive of the webserver ) , when i have tested the script in my local pc , where i kept the file in D: ( local drive in my pc ) it wokred fine , but when i tried in webserver it says path not found ( the web server is Windwos NT based )

this is the path which i am using in a script
"I:" & "" & 123456 & "my folder"

what i found that if i use only I:123456 it is able to reach to that folder , but after that its unable but if i rename "my folder" to "myfolder" it reaches that means not able to read the spaces in folder name

View Replies View Related

Read ASP Cookies

I want to read and write key'ed cookies from both javascript and ASP.
I can't find any javascript that reads and writes cookies with keys,
so that it is compatible with ASP like the following:

<%
Response.Cookies("user")("firstname")="John"
Response.Cookies("user")("lastname")="Smith"
Response.Cookies("user")("country")="Norway"
Response.Cookies("user")("age")="25"
%>

If anyone has the javascript code that can read and write such ASP
keys,

View Replies View Related

Read Rtf String

I am trying to read string from a .rtf document using asp and then
displaying it in IE. I am getting all the rtf tags along with the
string that I am trying to read.
Please shed light on how to read the rtf string into the IE without
losing the string formatting.

View Replies View Related

ASP, Read Registry Key

Is it possible to read a registry key in ASP, and use the value in an application via a session variable. I'm using II6 on windows server 2003.

I'd like to create a key in the registry (under HKLM) and store a value (connection string for example).

In the ASP application, read the value and store it in a session variable with global.asa.

How do that and which right to access the regitry (IIS_IUSR) ?

View Replies View Related

Read Error

Provider error '80004005'

Unspecified error

/falconwood/properties.asp, line 72

adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("properties.mdb")

on this line.. it seemed to be workin just a minute ago.whats up with it?

View Replies View Related

Link Read

My hidden field is
Code:

<input type=hidden name="action" value="login">
<input type=hidden name="ret_page" value="<% =request("ret_page") %>">

and my link is
<A href='register.asp?ret_page=<% =request("ret_page") %>

But the ret_page appears as /vfolder/Content.asp?ContentID=700.
How would I get rid of the /vfolder/ and just have the content.asp?contentID=700 alone.

View Replies View Related

Read Only Error

I'm getting read only error while executing an asp script which updates ms-access db. I have given all the read & write permissions to the db & yet it is giving me that error. Here it is :

Error Type:
Microsoft JET Database Engine (0x80040E09)
Cannot update. Database or object is read-only.
/secr/tender/tlogin.asp, line 160

View Replies View Related

Read Only Fields

How can I make all the fields on my form read only based on a users logon account? I have field in my Microsoft Access table that is yes/no for read only access. Now how do I read from that field and code my ASP file.

View Replies View Related







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