Current location: Hot Scripts Forums » General Community » Script Requests » A different kind of image counter


A different kind of image counter

Reply
  #1 (permalink)  
Old 08-11-03, 06:58 PM
Stix Stix is offline
New Member
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
A different kind of image counter

A lot of the scripts here, including download counters/access counters don't include what I'm looking for. I have an image that refreshes through a meta tag, and the same image that refreshes through a java applet. I'd like to count the number of times the image has been downloaded by clients. Is there a way to do that? I know on the meta refresh, I could just simply put a counter on the page, since each time it refreshes would be a new hit..

But the java refresh simply downloads the image from my server and pushes it to clients. I'd like to count that too..
Reply With Quote
  #2 (permalink)  
Old 08-11-03, 11:50 PM
ToolTip85's Avatar
ToolTip85 ToolTip85 is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 56
Thanks: 0
Thanked 0 Times in 0 Posts
there's probably a better way but... you could use the GD library functions of php (if you have it) and use a counter to count how many times that page has been downloaded so it's something like
PHP Code:

<? 

Header
("Content-Type: image/png"); 
$im ImageCreateFromPNG("image.png"); 
ImagePNG($im); 
imagedestroy($image);
?>
you can still link to it with a standard IMG tag so your javascript should still be fine but hopefully someone will come up with javascript to do what you want...
__________________
Free Hosting The Way It Should Be: <a href="http://www.distanthost.com">Distanthost</a> 120mb 8GB :: <a href="http://www.breezeland.com">Breezeland</a> 100mb 6GB
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Gd 2 - Rgb Image -> Grayscale Image mlspacy PHP 2 06-10-09 04:13 PM
dynamic image src = Newbie question clintre PHP 1 10-07-03 09:56 AM
camera phone image poster apt2 Script Requests 2 08-29-03 07:20 PM
a visit counter darkcarnival General HotScripts Site Discussion 0 07-10-03 03:02 PM
Skript to convert email to image spade PHP 1 06-11-03 09:28 AM


All times are GMT -5. The time now is 10:56 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.