Page 4 of 4

Posted: Sat Jan 05, 2008 4:17 pm
by Veegie
Th3 ScarY BeaR wrote:I think that your signatures don't like the Killtrocity.

Image


the blank spot is my killtrocity. :(
I know the problem, I'll fix it in a bit.
xlRainlx wrote:Very Awesome, now I don't have to make my own sigs everytime I feel awesome in H3.

Edit: Try to come up with more templates. These are cool but kinda dull.
You're welcome to submit your own.

Posted: Mon Jan 07, 2008 8:23 pm
by xlRainlx
I would but I don't know anything about designing templates. :(

Posted: Mon Jan 07, 2008 9:19 pm
by LuxuriousMeat
xlRainlx wrote:I would but I don't know anything about designing templates. :(
Just make a base image and they can code the design around your image.

Posted: Mon Jan 14, 2008 10:32 pm
by spasm_attack
This is pretty cool. I like the one that displays the map of your last played game :)

Posted: Wed Jan 16, 2008 3:59 pm
by crosseyes
That's pretty beautiful and...oooh...whats the word....I guess "clean" would cut it? Anyways not like those n00Bish gens that pop-up every five minutes.

But honestly the only way a thread with this title could truly please me was if I opened up the util. included in it and I saw a blank form and next to it was a button that said "browse for map" and next to that, another button that said "Click here to resign map" ^.^

Posted: Wed Jan 16, 2008 4:13 pm
by Anthony
yeah... but thats not going to happen :P

Posted: Wed Jan 16, 2008 4:15 pm
by DrXThirst
Just because Microsoft uber pwned joo. :wink:

Posted: Wed Jan 16, 2008 5:16 pm
by Veegie
What?

Posted: Thu Jan 17, 2008 2:50 am
by unknownv2
Tural solved my problems. Big thanks.

Posted: Thu Jan 17, 2008 3:40 am
by DrXThirst
Bungie is a little slow as well.
Anyways, mine was going slow until I tried what Tural said to do.
Tural wrote:
Aumaan Anubis wrote:Edit: For some reason, my sig hasn't been updated by Bungie, so you don't see my new profile picture, or a different map.
1) Bungie has nothing to do with that signature.
2) Go here and recache the image. (I did for you.)
3) Ctrl+F5 to reload your browser cache, which consists of that image.
EDIT:
Wow, mine was behind. It said I was still a 46. O.o
Image

It's updated now. Tural's way works.

Posted: Thu Jan 17, 2008 4:52 pm
by xlRainlx
Indeed. Mine keeps lagzoring until i do what Tural(<3) says.

Posted: Thu Jan 17, 2008 5:15 pm
by Tural
A few lines could be added to the PHP code to prevent browser caching, which would eliminate the last step.

Code: Select all

//Prevent caching, so it is unique on each view.
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Expires: Thu, 19 Nov 1981 08:52:00 GMT");
header("Pragma: no-cache");
//Send PNG header.
header("Content-Type: image/png");

Posted: Thu Jan 17, 2008 6:44 pm
by Anthony
Tural wrote:A few lines could be added to the PHP code to prevent browser caching, which would eliminate the last step.

Code: Select all

//Prevent caching, so it is unique on each view.
header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0");
header("Expires: Thu, 19 Nov 1981 08:52:00 GMT");
header("Pragma: no-cache");
//Send PNG header.
header("Content-Type: image/png");
only if i was dumb enough to not cache the images at all :-p but since we are caching that means you are really loading the .png from the server and its not generated every time you view causing stress on the server :wink: so that php code will do nothing :lol:

Posted: Thu Jan 17, 2008 6:48 pm
by Tural
Anthony wrote:only if i was dumb enough to not cache the images at all :-p but since we are caching that means you are really loading the .png from the server and its not generated every time you view causing stress on the server :wink: so that php code will do nothing :lol:
I'm aware it isn't generated each view. However, Firefox (Perhaps IE too) caches the image, and you have to reload the browser's cache, plus recache on your site, in order to view the updated image. Your site will generate an updated one, but the browser's cache causes it to remain the same. Putting that simple code will stop the browser from caching it, thus not requiring the user to recache on the site and in their browser.

Edit: Discussed on AIM, realized something I previously neglected. My comments are irrelevant to this script.

Posted: Mon Mar 24, 2008 7:55 pm
by guysullavin
niice

Posted: Tue Jun 24, 2008 10:47 am
by Geolion1
I thought this was pretty cool, the problem is, is that it will not show Killtrocity in my sig.

Also I was hoping maybe I can come up with a few more designs for you guys?
I sent Anthony a message over XBL yesterday, but I know he must be a busy guy and doesn't have much time to respond.


Maybe something like this but a bit better and better size.
http://i189.photobucket.com/albums/z256 ... igcopy.jpg

Posted: Tue Jun 24, 2008 10:51 am
by Tural
The signatures are specifically designed to be.. well.. signatures...
This site has height, width, and file size requirements. That would not meet the first of those qualifications.