Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Looking for a page counter that is a jpeg link,(dont know whats it called)
Old 11-11-2009, 09:05 AM Looking for a page counter that is a jpeg link,(dont know whats it called)
Average Talker

Posts: 20
Trades: 0
I was trying google for jpeg page counter but could not find any results.
I really dont know what its called so let me explain what I am looking for.
I am sure many of you must have heard of it, I think I just dont know the exact name.
Basically is is a page counter.
It will be in form of a link http://www.pagecounter/pagecounter.jpeg

Normally a page counter will need you to add some javascript or php code into the page.
but on blogs that do not allow that, but allow images I think this can be very effective to get the number of hits on that page.

I had see this long ago in yahoo360(now closed). As yahoo did not allow addition of scripts or javascript to their posts, but allowed images.
Many posters would add a link.
ofcourse if you refreshed the page twice it would show up on the counter.
But a good way to get approximate hits.

Also will this work in emailer/newsletters.
Thanks
qwan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-11-2009, 10:19 AM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Code:
<img src="URI_to_image_on_a_site_you_can_see_the_logs_for_and_see_how_mant_times_it_is_requested.jpg" alt="counter"/>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-11-2009, 11:54 AM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
Average Talker

Posts: 20
Trades: 0
chrishirst, nice joke, I read that twice, you got me on that one :-P
Please someone help.
I tried searching uri to image nothing in first 10 results will be digging deeper
qwan is offline
Reply With Quote
View Public Profile
 
Old 11-11-2009, 03:08 PM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
It's not a joke BTW, If all you need to know is the page request count having a remote image works perfectly well.
It's called a "webbug" BTW, often set up as a 1px x 1px image for tracking email reads etc.

However, maybe you are looking for something like http://www.phpjunkyard.com/php-graph...it-counter.php
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-12-2009, 01:59 AM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by chrishirst View Post
It's not a joke BTW, If all you need to know is the page request count having a remote image works perfectly well.
It's called a "webbug" BTW, often set up as a 1px x 1px image for tracking email reads etc.

However, maybe you are looking for something like http://www.phpjunkyard.com/php-graph...it-counter.php
[CODE]<img src="URI_to_image_on_a_site_you_can_see_the_logs_f or_and_see_how_mant_times_it_is_requested.jpg" alt="counter"/>/CODE]

This actually works. Please give me some details on how to use it.

Thanks for the other link from phpjunkyard.
This was the one that I had seen on yahoo 360 blogs.
I would like to know more on the webug. Because that is also what I want to do
thanks again
qwan is offline
Reply With Quote
View Public Profile
 
Old 11-12-2009, 04:09 AM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Ok it is only useful if you can host an image on a site where you can get a count of the times the image has been requested. eg: Your own site separate from the page you are tracking or an image hosting service.

The "webbug" method is to use a transparent gif that is 1px square so it is not visible to the end user but this method is often blocked by browsers or "Internet Security" tools. Using a visible and larger image is a bit "safer"

In this case you could have an image as a "signature" or a logo for your posts.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-12-2009, 07:54 AM [solved]
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Ok it is only useful if you can host an image on a site where you can get a count of the times the image has been requested. eg: Your own site separate from the page you are tracking or an image hosting service.

The "webbug" method is to use a transparent gif that is 1px square so it is not visible to the end user but this method is often blocked by browsers or "Internet Security" tools. Using a visible and larger image is a bit "safer"

In this case you could have an image as a "signature" or a logo for your posts.
Ah now I got it, Basically I take any image(preferably a signature) and then just count how many times it has been accessed.
Ok thats very simple.
I thought that code you put in was some language code(like php) What a n00b I am.

Yes thats also a simple way of finding out how many times it has been read. Infact I think even the main image of the mailer can be used to count how many times it has been accessed.
thanks a lot chrishirst
Now I got to login into my cpanel and check my logs to see if I can get any info on the mailers I have sent.
Thanks again
qwan is offline
Reply With Quote
View Public Profile
 
Old 11-12-2009, 08:25 AM Re: Looking for a page counter that is a jpeg link,(dont know whats it called)
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,519
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
There are of course ways it can be done with scripting.
If you have GD on a PHP server (and know how to code it) you can create images "on the fly" with a count drawn from a database and output this from the script using ContentType headers.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Looking for a page counter that is a jpeg link,(dont know whats it called)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44678 seconds with 12 queries