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


ADVERTISEMENT

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

Realtime Result Checking

i have a command object that executes an insert for a billing system.i also have a recordset object that creates a cursor to check. the credits status before. Another to check the credits status after.however, both appear to be the same when i do a response.write .How could i check the credits before and the credits after online and realtime ?

View Replies View Related

Realtime Gold Price On Website

Does anyone know an easy way to put a current gold price on your own website? I've seen the graphic methods that Kitco.com offers, but I'd rather have it pull the value from some gold market system in text format. Code:

View Replies View Related

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

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 View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

How To Log Out Of Site?

How can my members log out of my shopping website? I can't seem to figure it out. I'm using a session cart where users can log in before shopping or log in upon checking out products. How do they log out??? I'm using ASP and oracle sql.

View Replies View Related

Asp Site Map

I would like to create a site map for my map site which is in ASP. I tried
to use Visio to create a web site map but it fails because my asp home page
requires to authenticate. Is there any other tool to create a sitemap from
username/password protected website?

View Replies View Related

Site Within A Site

I want to open a website let say
google.com in my own site.but i want to replace some of its images with my own.
but remember site ( google.com ) will be running in my website everything should be of google but look will be mine.i wanted to do it for my own two websites i just used name of google.com to demonstrate my problem

View Replies View Related

My 1st Asp Site

some code to look through for getting started, i still need to sort out thing like a file to hold all the db stuff so i can call the functions rather than type it every time. cleaning up really .

View Replies View Related

Web Site

i have a slight background in HTML and basic web dev. I have been asked to create basically the following, it will be my project over the next couple of months. I basically want to build an e-commerce website that will take all data from a database. It all needs to be dynamic, products added to the database would automatically update in the website, the navigation also needs to be dynamic, it needs to be low maintainence, i aim to have the checkout to save customers details to a seperate database, the payment process would have completed, no payment details would be saved.

What do you think on the above. Does any one have firstly any code they may be able to give me, to help me along the way. it does need to be done on a budget, I will buy code if need be. What is the best program to develop such a website in?

View Replies View Related

Lag On My Site

I'm looking to eliminate all lag on my site and I have a couple questions regarding databases. Is it possible to open 2 ADODB connections at once? I want to put my sites boards on a different database than everything else but I want to get user information to update in the main db. How would I go about doing this?

Does closing all the stuff you opened in your ADODB connection make a difference? Does it resuly in the use of more bandwidth and site lag?

View Replies View Related

Site Map

i have been asked to create a 'site map' for an ASP / Access DB website which i have just started. Can someone explain to me exactly what a 'site map' is and what it is useful for please?

View Replies View Related

ASP Site

i've got a local server on another pc (ip address:192.168.1.243) but when I want to connect to ASP site that's on that computer it can't. when type "http://192.168.1.243" in my browser it returns this:

IE says: "impossible to find the page" and Firefox says: "the operation timed out when attempting to contact 192.168.1.243". I know that ASP works, because when we try it on the localhost it works (but that's not my computer so I can't use it).

View Replies View Related

Site Asp.net With Mysql

How create site with webmatrix with MySql ?

View Replies View Related

Site Counter

i have a simple asp counter in my site, the counter uses a access db & cookies (so every visitor will be counted once).

in the past days the counter has gone wild & count goes from 300 in ordinary days to 1000.
i guess this is because of robots, crawls, worms etc. is there any way i can count only real visitors?

View Replies View Related

Two Domains, One Site

I have a situation where I have a customer with one e-comm site and two domain names. Both domains currently point to the one site but they want different logos and purchase tracking for each domain name as visitors come through. I am not that well versed in using the HTML headers but somewhere I seem to recall a way of using the headers to identify the url/domain and then redirect or setup session variables for handling the rest.

If this is ringing a bell with anyone I could use a pointer to more info on this.

View Replies View Related

Asp Site As Web Browser

anyone knows a VBScript that acts as a webbrowser? I am
behind a firewall and my local machine is not visible to the internet,
but I have a access to some webspace with asp VBScript. With the right
script I could tunnel pages and sites from my local machine

View Replies View Related

.mobi Web Site

We have a requirement to build a site to work on a mobile phone. Its a property search system and the site needs to show properties from the database based on the users location using the gprs position.
Can anyone point me in the right direction for doing this?

View Replies View Related

ASP Tutorial Site

I just need a simple ASP tutorial site for beginners.

View Replies View Related

Search In My Web Site

I like to create a search mechanism in my web site. This
search engine will look for the keyword in my web
directory and return the file location as hyperlink. Now,
I have included all the conent of my web site as include
text file. Example: I have index.asp and content of
index.asp located at include/index.txt. If search query
locates at index.txt I want my search code to return
index.asp instead of index.txt as search result. How can I
do it.

View Replies View Related

Transfer Of Site.

Currently I have someone wanting to transfer their site, ran in IIS/ASP, to one of my servers so that I can host if for them. I am running Windows 2003 Server with IIS 6. I have a disk that has the files for the site (from root down) I created a new site, put the files in there and configured the properties in IIS, but I only get a 500 (Internal Server Error) error page when it tries to run. I set the home directory, permissions, documents to point to the index.asp file, etc...

View Replies View Related

Live Site

I have got a small problem as follows, i am trying to test my web page on the live site of which it doesn't load to the database. hence it loads on the production server.

View Replies View Related







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