November 25, 200718 yr A few months ago I made a simple version of my current sig, it counted how many people went to it. I have now improved it to have more features like how much *You* have seen it, and also to display a graph to show how many hits it has had in the last 7 days (I might change the 7 days to 7 weeks, not sure, matters how variant it is). You won't be able to notice anything different on the graph because I just made it today, so only today has some (And its still in the 1 digits spot atm.) Rate please :)
November 25, 200718 yr Your signature detects every single user at places where you post, so I doubt if it will be useful. Its pretty clever that you could code it though. [http://woopidoo2.deviantart.com][Tip.it Moderator from Dec 10, 2006 to 03 Sep, 2008]
November 25, 200718 yr Author Your signature detects every single user at places where you post, so I doubt if it will be useful. Its pretty clever that you could code it though. And graphical signatures are useful? :lol: I did it to just see how many people actually see places that I post. Its actually more useful then normal signatures if you think about it. :P
November 25, 200718 yr Did you actually make this.. Because: rightclick>properties seems suspicious. EDIT: Probably a sight you use to upload. Since theres only 2 things on it. EDIT: 1500 posts. :D danke Schon Sam!^^"Blood runs thicker, oh were thick as thieves you know"-Carl Barât
November 25, 200718 yr Author Did you actually make this.. Because: rightclick>properties seems suspicious. EDIT: 1500 posts. :D Yes I did, The image location is http://dynamicsig.100webspace.net/visitorsig.jpg/ 100webspace.net is a free host. and dynamicsig is my subdomain of it. (also notice that vistorsig.jpg/ is the only folder in it. If you stil have doubt feel free to say and I can tell you exactly how it works.
November 25, 200718 yr Please do go on, because when I seen the direct link of the image, dynamicsigs sounded like a creator. danke Schon Sam!^^"Blood runs thicker, oh were thick as thieves you know"-Carl Barât
November 25, 200718 yr Author Alright, it is built in PHP. It uses $REMOTE_ADDR, and getdate() function and inputs the results into a .txt (located at http://dynamicsig.100webspace.net/visit ... ounter.txt) It then uses sizeof() to get the amount of total hits (since each line is a different user. For unique it does a loop 0 to EOF. It uses the explode function to split between the IP and the date. It then uses array_unique() function to stop duplicate IPs. and then uses sizeof() to get the amount. I am to lazy to explain the other stats (Its pretty much the same except for the "Todays" it uses an If... then.... statement to only put in the current dates. Then for the actual image part. It uses GD library it uses the function imagecreatefromgif() for the background image (its just pure dark grey with black border) defines the colors with imagecolorallocate() imagefilledrectangle() for the background for gridlines it uses imageline For the actual blue lines it uses imageline too. ImageTTFText for all the text. And then it defines what type of file it is through the header, and then outputs it. Now do you beleive me? EDIT: EDIT: Probably a sight you use to upload. Since theres only 2 things on it. I usually use gruntsrus.com to host all my stuff, but SmartFTP messed up and all my FTP information (username, pass, etc.) has been deleted. So I used 100webspace sense I knew the login details for it (since they sent me a email saying it).
November 25, 200718 yr Not fully, but Its close enough for me to believe, Nice job on it. danke Schon Sam!^^"Blood runs thicker, oh were thick as thieves you know"-Carl Barât
November 25, 200718 yr Cool, I remember you posting the first one. I like it. \ pixel avvy by me deviantART
November 25, 200718 yr Author It just transfered over to the next day :) I also edited to measure 3 different things on the graph.
November 26, 200718 yr Very cool, the colors added to make it a lot more appealing. If you just make it more graphically appealing and make a website to customize them that would be really cool. Pop a few ads on there and you might get some extra income too. Otherwise great coding and nice host; I signed up for it too since my old free one didn't support anything. Great thing I wasn't one of the people to call BS or I would be feeling stupid right now.
November 26, 200718 yr If you don't mind, may I offer to help you on the graphics side of things? You know, make it look sleek and innovative? Just tell me what to do.
November 26, 200718 yr Author If you don't mind, may I offer to help you on the graphics side of things? You know, make it look sleek and innovative? Just tell me what to do. Yeah sure if you want to. Everything but the dark gray background is generated. (graph, text, etc.) I can change any of the colors to match with your background if needed.
Create an account or sign in to comment