GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   looking for an email counter... (https://gfy.com/showthread.php?t=156034)

buddyjuf 07-23-2003 10:12 PM

looking for an email counter...
 
hi guys, looking for an email counter
to show how many people opened up the email

do you know where I can get one for free or cheap?

thanx in advance guys :thumbsup

SicChild 07-23-2003 10:22 PM

I could probably rig one up for you pretty cheap. If you can't find one already. just a img src="mydomain.com/count.php?emailid=2" type thing...and keep track.

StupidNewbie 07-23-2003 10:32 PM

Quote:

Originally posted by SicChild
I could probably rig one up for you pretty cheap. If you can't find one already. just a img src="mydomain.com/count.php?emailid=2" type thing...and keep track.
that'll set off filters, do it like this

htaccess to addheader of a PHP script in some directory. instead of taking a query string as the variable use the name of the page requested, it doesnt matter if it exists or not because your php header will just use GD to output some static jpg/gif.

sorry - this make sense to you?

www.domain.com
www.domain.com/.htaccess -> adds header

their request
www.domains.com/unique_id/blah.jpg

php script uses $_SERVER['PATH_TRANSLATED']; to get the "query string" with is really just the page requested. That shouldnt set of any spam filters.

buddyjuf 07-23-2003 10:34 PM

Quote:

Originally posted by StupidNewbie


that'll set off filters, do it like this

htaccess to addheader of a PHP script in some directory. instead of taking a query string as the variable use the name of the page requested, it doesnt matter if it exists or not because your php header will just use GD to output some static jpg/gif.

sorry - this make sense to you?

www.domain.com
www.domain.com/.htaccess -> adds header

their request
www.domains.com/unique_id/blah.jpg

php script uses $_SERVER['PATH_TRANSLATED']; to get the "query string" with is really just the page requested. That shouldnt set of any spam filters.

could you hook me up?
and if so, for how much?

contact me :thumbsup

PR_Dave 07-23-2003 10:48 PM

:thumbsup

buddyjuf 07-23-2003 11:13 PM

^


All times are GMT -7. The time now is 11:51 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123