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)
-   -   Now you can count your sig views (https://gfy.com/showthread.php?t=248088)

Repetitive Monkey 03-06-2004 01:41 AM

Now you can count your sig views
 
I made a little script that automatically counts its views and resets every month by itself, before outputting the current stats as a GD-generated JPG. It doesn't rely on MySQL, and only one file is needed (it keeps the stats within itself).

Look at my sig to see an example.

Here is the source: http://www.hobbyism.com/friends/sig.php.txt

My server didn't have GD, so a friend of mine let me use Hobbyism.com. In other words, there is no use in hitbotting it if you don't like me.

You may use it if you wish. The simple instructions for how to install it are in the file. Just keep the Repetitive Monkey credit in the file if you consider yourself honest.

:thumbsup

CyberTraffic 03-06-2004 01:42 AM

If this is the kind of shit you do for a hobby, maybe you would be perfect for my programming needs...

good work, btw.

eroswebmaster 03-06-2004 01:42 AM

I already count my sig views...1 at a time.

Reak 03-06-2004 01:43 AM

Sounds like fun :thumbsup

foolio 03-06-2004 01:44 AM

Lens has 100% control over my sig - so if he wants it in he can put it in for me

Odin88 03-06-2004 01:44 AM

Very nice man. I am going to add it to my sig now. Should be good to see how many looks I get.

Ash@phpFX 03-06-2004 01:47 AM

why not just host the banner on your server and look at the stats? or if you have no banner, put a 1x1 clear gif there?

its a lot simpler imo

Repetitive Monkey 03-06-2004 01:49 AM

Quote:

Originally posted by asher
why not just host the banner on your server and look at the stats? or if you have no banner, put a 1x1 clear gif there?

its a lot simpler imo

Because you aren't displaying it publically and adding some personality to your sig? lol

:)

Odin88 03-06-2004 01:50 AM

Quote:

Originally posted by asher
why not just host the banner on your server and look at the stats? or if you have no banner, put a 1x1 clear gif there?

its a lot simpler imo

Because than you can't show off.

sexsup 03-06-2004 02:39 AM

This script is cool, maybe I will use it oneday...

schiz 03-06-2004 02:41 AM

Already counting them. I'm up to a bajillion views a day.

Firehorse 03-06-2004 02:44 AM

Nice work! :thumbsup

fuzebox 03-06-2004 02:45 AM

Having it rewrite itself every time it's loaded seems like a bad idea... Something screws up and the script gets nuked.

zentz 03-06-2004 02:49 AM

nice tool, thanks

Digipimp 03-06-2004 02:50 AM

Interesting stuff.

:glugglug

Chris 03-08-2004 01:44 AM

i loaded it here www.lilwyte.net but i can not figure out how to get it to show in sig

i tried img src=url but that doesnt work

any help plz

Odin88 03-08-2004 01:48 AM

Quote:

Originally posted by JupZChris
i loaded it here www.lilwyte.net but i can not figure out how to get it to show in sig

i tried img src=url but that doesnt work

any help plz

What is the exact URL? If you installed it right, you should just be able to hotlink it into your sig. Monkey will sort it out for you though either way, he's a pretty decent guy.

Btw, you might of actually img srced the URL it is installed on which ends in php? Image source the image itself. Sounds silly, but I think I accidently did that to start with.

:thumbsup

reynold 03-08-2004 01:54 AM

cool tool! it'll be a lot of help!

Chris 03-08-2004 01:54 AM

Quote:

Originally posted by Odin88


What is the exact URL? If you installed it right, you should just be able to hotlink it into your sig. Monkey will sort it out for you though either way, he's a pretty decent guy.

Btw, you might of actually img srced the URL it is installed on which ends in php? Image source the image itself. Sounds silly, but I think I accidently did that to start with.

:thumbsup

sorry about that , the url is www.lilwyte.net/sig.php

what is your exact sig code you are using ?

Chris 03-08-2004 01:56 AM

hehe i got it workin sorry ;)

Odin88 03-08-2004 01:57 AM

Quote:

Originally posted by JupZChris
sorry about that , the url is www.lilwyte.net/sig.php

what is your exact sig code you are using ?

Actually I was wrong, you do just image source the php.

< img src="http://www.hobbyism.com/friends/odin.php" border="0" align="middle" >

(minus the spaces ofcoures)

My server didn't have the GD shit that it required, so repetitive monkey did it.

<img src="http://www.lilwyte.net/sig.php" border="0" align="middle">

- Testing Yours. Works! Just copy what mine is, take out the spaces at the start and end, and change url's.

Rorschach 03-08-2004 02:00 AM

Quote:

Originally posted by asher
why not just host the banner on your server and look at the stats? or if you have no banner, put a 1x1 clear gif there?

its a lot simpler imo

Exactly... this is second pointlessly complicated script RP has posted today. KISS.

Odin88 03-08-2004 02:00 AM

Quote:

Originally posted by JupZChris
hehe i got it workin sorry ;)
Ok, cool. :thumbsup

Odin88 03-08-2004 02:01 AM

Quote:

Originally posted by Rorschach


Exactly... this is second pointlessly complicated script RP has posted today. KISS.

lol, it is just there to show people. If I wanted to I could stick a porngraph counter in there or some shit to find out. But it helps add something original to your sig.

hova 03-08-2004 02:03 AM

Thats some nice stuff, but I wont use it.........and who cares if I use it

Chris 03-08-2004 02:05 AM

it is a pretty neat script if you think about it

for anyone who is into buying / selling sig they can look at that and see how many impressions there sig will get


i have put this sig on three boards i post on


I love views ;)

Chris 03-08-2004 02:06 AM

hmm wonder how much b/w this uses

Odin88 03-08-2004 02:09 AM

Quote:

Originally posted by JupZChris
it is a pretty neat script if you think about it

for anyone who is into buying / selling sig they can look at that and see how many impressions there sig will get


i have put this sig on three boards i post on


I love views ;)

Yep, exactly.

Repetitive Monkey 03-08-2004 06:10 AM

Quote:

Originally posted by JupZChris
hmm wonder how much b/w this uses
It doesn't use more bandwidth than normal images, as PHP/GD is completely server-side. The image generated by this script is 3,4 to 3,7kb large as you can see by checking its properties.

Utilization of the GD library takes up some extra server-side system resources, but the GD functions used in this script are few and very simple.

Repetitive Monkey 03-08-2004 06:15 AM

Quote:

Originally posted by Rorschach


Exactly... this is second pointlessly complicated script RP has posted today. KISS.

What's so pointlessly complicated about either of the scripts I have posted? Why do you fail to see the use other people see?

Trent Edison 03-08-2004 06:19 AM

Nice script.

-=HUNGRYMAN=- 03-08-2004 06:21 AM

Dude .... you could cure cancer, and you will have people running you down here .... Don't take it personal. To survive GFY you need a thick outer skin. :(

I think your script rocks !!!
(I re-wrote it to only occupy one line of sig, but I still gave you kudos ) :thumbsup :thumbsup

cool1 03-08-2004 06:23 AM

Looks cool
I will have to give it a try.

-=HUNGRYMAN=- 03-08-2004 06:25 AM

Now you should begin work on sig counter v2.0 ...

We need referring URL stats too !!!

BWAHAHAHAHAHAHAHAAA !

Repetitive Monkey 03-08-2004 06:27 AM

Quote:

Originally posted by -=HUNGRYMAN=-
Dude .... you could cure cancer, and you will have people running you down here .... Don't take it personal. To survive GFY you need a thick outer skin. :(

I think your script rocks !!!
(I re-wrote it to only occupy one line of sig, but I still gave you kudos ) :thumbsup :thumbsup

Thanks, mate. :)

About expansions, Chris had an idea about also counting the sig clicks. I'll do it right now and post the new sourcecode if you convince me he isn't the only one wanting that feature.

hoe_vender 03-08-2004 06:43 AM

have a good time with that

Repetitive Monkey 03-08-2004 07:05 AM

I have upgraded the looks and functionality of the script, and even given it a name, SigMonkey.

The new source code has been uploaded, so grab it if you want it.

Video-Post 03-08-2004 07:25 AM

Neat.

cool1 03-08-2004 07:35 AM

I think it is cool.

looks nicer now too

beemk 03-08-2004 07:38 AM

Quote:

Originally posted by eroswebmaster
I already count my sig views...1 at a time.
me too

-=HUNGRYMAN=- 03-08-2004 07:39 AM

do they have to click the image for it to count ? or anywhere in your sig ?

Repetitive Monkey 03-08-2004 07:44 AM

Quote:

Originally posted by -=HUNGRYMAN=-
do they have to click the image for it to count ? or anywhere in your sig ?
Any link, as long as you precede the link with http://www.yourdomain.com/sig.php?url=

If the URL after that contains variables (&ref=you for example), you'll have to urlencode it (since the URL is passed through the script which redirects you). So if you want to make clicks to http://www.paysite-galleries.com/?id=XN count in the SigMonkey stats, link to http://www.paysitedesign.com/sig.php?url=http%3A%2F%2Fwww.paysite-galleries.com%2F%3Fid%3DXN instead.

Here is a script which URLencodes for you: http://speciesanalyst.net/zportal/URLEncode.php

FrankWhite 03-08-2004 08:17 AM

cool stuff :)

turbomax 03-08-2004 08:24 AM

nice

rjstar 03-08-2004 09:43 AM

Looks like a cool script!

Alex Xe 03-08-2004 10:50 AM

to eroswebmaster: How much around per day? Your sign view?

ModelPerfect 03-08-2004 11:52 AM

:thumbsup

Rick Latona 03-08-2004 11:56 AM

It looks like a lot of people are using it. What if you want to track clicks and send traffic to different place on multiple links? Would you need to use the script twice?

jimboc 03-08-2004 12:06 PM

And lets see if it works for me:glugglug

- Jesus Christ - 03-08-2004 12:08 PM

I hope it resets on the 29th and not the day you start it.... Or next month it wont count all sigviews. :2 cents:


All times are GMT -7. The time now is 02:24 PM.

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