|
-
Jul 26th, 2003, 04:34 PM
#1
Thread Starter
Ex-Super Mod'rater
HTML? : Creating a web counter
Does anyone know how I would go about making a webconter for my website??
Thank you for any help.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 27th, 2003, 04:23 AM
#2
Frenzied Member
A counter can't be done just in HTML - you need to use a server-side language. However if you can't be bothered to do that there are loads of free counters on the web that you could use - just search on google.
-
Jul 27th, 2003, 06:58 AM
#3
Thread Starter
Ex-Super Mod'rater
I'm willing to use another language but I know my server doesn't support PHP or mySQL and I'm not sure bout ASP, I'm hoping to find out today wether it supports ASP tho.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 27th, 2003, 02:55 PM
#4
Stuck in the 80s
if it supports ASP or Perl, you can just use a flat-file database to keep track of things.
-
Jul 28th, 2003, 08:13 AM
#5
Thread Starter
Ex-Super Mod'rater
How would I use a flat file database with ASP and bare in mind my server doesn't support mySQL I found a way to do it using a application variable but it said for it to work the server needs to restart for it to start then if the server gets restarted the counter resets.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 28th, 2003, 02:05 PM
#6
Stuck in the 80s
A flat-file database would just be like a text file that you read and write to on the server.
Each time the page is loaded, you could just load the file, get the number, increment it, and write the new number back to the file.
Of course, that doesn't count daily unique users, but it's a start.
-
Jul 28th, 2003, 04:09 PM
#7
Thread Starter
Ex-Super Mod'rater
#@£%$&! No ASP!!
I just found out my server doesn't even support ASP so it looks like I might be looking for a new webhost first . It is a free host but I thort they'd have atleast supported something more than html, and its a £25 charge to change my domain away from them .
Thanx for the help you two
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|