Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 09-01-2007, 05:37 AM   #1 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Cry Animated Hit Counter

Hi,

I have just got a hit counter code for my website but it comes with there link as pictures. (Why should i promote them if they dont promote me)

anyway,

I have put the code in MS Frontpage but its only there link and nothing to do with the pictures

Here is the code
Code:
<!-- Begin AtFlash.com Counter Code -->
<script language="javascript" type="text/javascript"
src="http://cs2.atflash.com/bin/counter/index.php?mid=7366&cid=6784">
</script>
<!-- End AtFlash.com Counter Code -->
Here Is A Preview Of It.

Is they anything i can do to get there pictures out or is there somewhere i can go to get a free animated hit counter preferlbly an equaliser like the one above?

Cheers Jay.
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 09-01-2007, 03:02 PM   #2 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: Animated Hit Counter

I think hit counters are really cheezy and this one seems to be about as bad as they come, lol. Most hosts come with webstats and similar programs that give you the details of who is coming to your site.
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-01-2007, 03:14 PM   #3 (permalink)
Moderator, TSF Articles
 
carsey's Avatar
 
Join Date: Aug 2006
Location: Hunwick, Co. Durham England
Posts: 10,691
OS: XP Pro SP3

My System

Send a message via MSN to carsey
Re: Animated Hit Counter

I dont think its possible for the pics to be removed. THere is no code in the source coding
__________________

carsey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-01-2007, 03:28 PM   #4 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: Animated Hit Counter

Quote:
Originally Posted by Jaymie1989
(Why should i promote them if they dont promote me)
At the same time, you're using a script THEY wrote ... so that seems like a fair trade-off to me.

Here's a small PHP/text-driven hit counter (assuming you're okay with saving the page in PHP format) that I've used a time or two...

counter.php
PHP Code:
<?php
$count_my_page 
= ("hitcounter.txt");
$hits file($count_my_page);
$hits[0] ++;
$fp fopen($count_my_page "w");
fputs($fp "$hits[0]");
fclose($fp);
echo 
$hits[0];
?>
1) Save the above as "counter.php"
2) Create a new text document and name it "hitcounter.txt" - it should be completely blank.
3) Add the following to the page you want it to display on (needs to be a PHP page):
PHP Code:
<? include "counter.php"?>
Everytime someone is on that page - it will open "counter.php" - increase the number on the text document by one - and display the new amount of hits.
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-01-2007, 04:02 PM   #5 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Re: Animated Hit Counter

ok,

Where can i got for the HTML of seeing -

Total Visits
Todays Visits
Total Unique Visits
Todays Uniques Visits
Online Now
The most people ever online was
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-02-2007, 02:40 PM   #6 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: Animated Hit Counter

Quote:
Where can i got for the HTML of seeing
LOL you mangled that one - could you please rephrase it? :P

If your host has webstats of some kind, that's where you'd find that stuff. If you're wanting to display it on your page - chances are good it won't be available in HTML because HTML doesn't count visitors itself.

This kinda stuff is more work than you really want to do for what is realistically just gimmicks. I know forums have this stuff - but forums are a completely different case. If you're just wanting to see this stuff for yourself, email your host about webstats.


PS: I noticed the link looks like this:
"http://www.dj-ultra.co.uk/TSF/other's/index.htm"

You shouldn't have others spelt like "other's" in a URL...it's a bad practice :P
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-02-2007, 04:13 PM   #7 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Re: Animated Hit Counter

Okay,

So where can i get the codes for them that i listed?

The sitewizard that im using comes with the hosting, it has got hit counter's but none that i like, so i would like to get those codes instead.
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-02-2007, 10:58 PM   #8 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 718
OS: Linux Mint 7

My System

Re: Animated Hit Counter

No, not sitewizard. I'm talking about webstats - it's a lot different. If you have cpanel, it is available there. Ones that come on my hosting are Awstats & Webalizer.

Why is it that you want to display this stuff on your website? Since you set up a forum, this already does it for you. Stuff like "The most people ever online was --" is probably a little over your experience level as this would definitely involve a database.
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-03-2007, 05:23 AM   #9 (permalink)
Register user
 
Join Date: Mar 2007
Location: Tech Support Forum, Online - Otherwise Brighton, United Kingdom
Posts: 2,186
OS: Dual Booting - Windows XP Home Edition SP2 & Vista Home Premium

My System

Send a message via MSN to Jaymie1989
Re: Animated Hit Counter

I will have a look on my control panel.

I want this for my actual website.
Jaymie1989 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 09:40 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85