GetDotted Domains

Viewing Thread:
"bravenet gone gay!"

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Thu 10/07/03 at 12:05
Regular
Posts: 787
if you havent already heard bravenet has changed the look of everything! This mainly entails more adverts! I am now looking for a way i can create some web statistics for my site. I know how i can make a counter but i do not know how to do all the things that bravenet did such as the weekly view the last 50 viewers etc.

Thanks for your help
AJ
Thu 10/07/03 at 16:56
Regular
"MildlyAmusing.co.uk"
Posts: 5,029
www.statcounter.com

You can choose for it to be invisible. Also has all the stats like visitors per day, OS, browser, country, IP etc.
Thu 10/07/03 at 16:34
Regular
"Peace Respect Punk"
Posts: 8,069
www.addfreestats.com

if you're looking for another free service that is. I'm using it at the moment, only the one small banner that links to your websites page of AddFreeStats
Thu 10/07/03 at 14:29
Regular
"www.funrunner.co.uk"
Posts: 289
Cubist wrote:
> If you want my advice don't use a counter. Only amateur websites use
> them and it basically show's how little your site gets visited as 99%
> of the time they flop.

hmmm. so when it shows that i get around 1500 visitors a day it is really showing how my site is a flop. I highly doubt it!
Thu 10/07/03 at 14:21
Regular
"www.funrunner.co.uk"
Posts: 289
mine just go up from monday to friday and then plummet on saturday and plummet further on sunday. :-)

is your guestbook full of people abusing it?
Thu 10/07/03 at 14:04
Regular
"Chavez, just hush.."
Posts: 11,080
It's quite a funny chart really.

Lowest on Sunday, highest on Thursday, dropping a few hundred overall on Fridays then dropping to 2nd lowest on Saturdays!

It's like a hill.
Thu 10/07/03 at 13:59
Regular
"www.funrunner.co.uk"
Posts: 289
i would like it more as well if it were just stats as a counter does make a site look more amateurish!
Thu 10/07/03 at 13:56
Regular
"www.funrunner.co.uk"
Posts: 289
do yours drop on friday?

mine are the best on friday!

wot is your average now phi1?
Thu 10/07/03 at 13:52
Regular
"Chavez, just hush.."
Posts: 11,080
Cubist wrote:
> If you want my advice don't use a counter. Only amateur websites use
> them and it basically show's how little your site gets visited as 99%
> of the time they flop.

Not really.

Gives you stats on where people come from, page views, how many people visited etc...

And it hasn't really flopped. I get a decent amount of people everyday and it's quite interesting to look at the stats. Like at the weekends the hits are the lowest and they gradually build up to their highest on Thursday when they drop down on Friday.
Thu 10/07/03 at 13:48
Regular
"Chavez, just hush.."
Posts: 11,080
To make a counter like they did would take a LOT of work.

You can make a basic counter using something like this:
_______________________________________

Make a blank file called count.txt and CHMOD it 777, put just a 0 in it.

Create a file called count.php

This bit goes in the file called count.php (the name isnt really that important)

//
//
//Lets open the count file as read only ®
$fp = fopen("count.txt","r");
// The next line reads the contents of the count file into a string,
// in other words sets the contents of count.txt as $count,
// so we can manipulate it
$count = fread ($fp, filesize ("count.txt"));
// We don't need more data from the file right now, so close it
fclose($fp);
// Now we need to increment the number in the file, using the ++ or +1

$count++;

// Now we've incremented the count, lets write it to the file
// We need to open if for writing (w)
$fp = fopen("count.txt","w");
// Now write the actual data
fwrite($fp, $count);
// And close the file
fclose($fp);
// and this bit displays the count

print "You are visitor number $count";


?>

To show the counter you can either just paste that into your php file or use the include function

PHP Code


_____________________________________


It's an incredibly basic one that just does page views but there are other scripts out there that will do what you want. (I didn't make it either so don't moan!) You may want to look at the ASP scripts on hotscripts.com though if you're going to that other host.

I've just found a freebie one while looking:

http://www.statcounter.com/

It looks fairly good...
Thu 10/07/03 at 13:45
Regular
"Sex On Wheels"
Posts: 3,526
If you want my advice don't use a counter. Only amateur websites use them and it basically show's how little your site gets visited as 99% of the time they flop.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

The coolest ISP ever!
In my opinion, the ISP is the best I have ever used. They guarantee 'first time connection - everytime', which they have never let me down on.
Best Provider
The best provider I know of, never a problem, recommend highly
Paul

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre
Feedback Close Feedback

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.