• Ask us more about the forums: READ THE OP or get BANNED. Yes, search is currently disabled for blue
    10,008 replies, posted
[QUOTE=Thoughtless;34960405]How do you measure a month.[/QUOTE] You count one day at the time from 0 to 30.
Garry, why are page-stretching titles even approved? I mean, I was 100% sure this one wouldn't be approved. [editline]Edited.[/editline] Also, something to directly donate to mods would be great.
You could just ask a mod for their paypal if you really want to just donate.
that is the most obnoxious title i have ever seen
[QUOTE=Jo The Shmo;34961944]that is the most obnoxious title i have ever seen[/QUOTE] I wanted to make it pink, but lenght restrictions :/
[QUOTE=NinjaTomate;34961895]Garry, why are page-stretching titles even approved? I mean, I was 100% sure this one wouldn't be approved. [editline]Edited.[/editline] Also, something to directly donate to mods would be great.[/QUOTE] Please buy yourself a new title, this one is hideous.
[QUOTE=DatHarry;34962908]Please buy yourself a new title, this one is hideous.[/QUOTE] Gimme money and I'll do it.
I'm sorry to bring this up again, but I have confusing info about this. I changed my avatar and it still shows my old one next to my posts. I cleared my cache and stuff like that and then heard it's most likely because the forum server/cloud haven't updated yet. It's been 24 hours, does anyone know how long it takes?
[QUOTE=Marden;34963113]I'm sorry to bring this up again, but I have confusing info about this. I changed my avatar and it still shows my old one next to my posts. I cleared my cache and stuff like that and then heard it's most likely because the forum server/cloud haven't updated yet. It's been 24 hours, does anyone know how long it takes?[/QUOTE] just use this [url]http://userscripts.org/scripts/show/111011[/url]
[QUOTE=Marden;34963113]I'm sorry to bring this up again, but I have confusing info about this. I changed my avatar and it still shows my old one next to my posts. I cleared my cache and stuff like that and then heard it's most likely because the forum server/cloud haven't updated yet. It's been 24 hours, does anyone know how long it takes?[/QUOTE] Well, I've changed my avatar More than 1 week ago, so... good luck with that. Also, if you replace the "?garryis=awesome" with "?garryis=*anythingelse*" it shows the right picture. See: [img]http://www.facepunch.com/avatar/406506.png?garryis=awesome[/img] Old, ?garryis=awesome [img]http://www.facepunch.com/avatar/406506.png?garryis=coolorsomethinglikethat[/img] New, ?garryis=coolorsomethinglikethat [editline]Forgot something[/url] I was talking about this: [url=http://www.facepunch.com/avatar/406506.png?garryis=awesome]http://www.facepunch.com/avatar/406506.png[/url][b]?garryis=awesome[/b][/url]
[QUOTE=Nintendo-Guy;34963214]just use this [url]http://userscripts.org/scripts/show/126175[/url][/QUOTE] That's the rating tracking script and doesn't help much for cached avatars. [editline]2nd March 2012[/editline] I think there was a script for changing the displayed avatar to one that isn't cached, though. But I haven't looked for it.
linked the wrong one sorry
I'm just afraid that rumor about avatars updating after a whole year is true.
I hope it is hahaha
[QUOTE=douche beat;34947462]yeah:~ yeah$ curl -I [url]http://www.facepunch.com/avatar/157008.png?garryis=awesome[/url] HTTP/1.1 200 OK Server: cloudflare-nginx Date: Thu, 01 Mar 2012 20:43:08 GMT Content-Type: image/gif Content-Length: 102215 Connection: keep-alive Cache-Control: public, max-age=31536000 Expires: [b]Fri, 01 Mar 2013 20:43:08 GMT[/b] Last-Modified: Mon, 24 Oct 2011 21:11:27 GMT ETag: "1319490687-157008" Content-disposition: inline; filename=Untitled-11.gif Content-transfer-encoding: binary CF-Cache-Status: HIT[/QUOTE] better enjoy your current avatar because its here to stay!!
[QUOTE=douche beat;34964113]better enjoy your current avatar because its here to stay!![/QUOTE] Unless you use an uncaching script such as this: [code] // ==UserScript== // @name Facepunch Avatar UnCache // @description Makes avatars update automatically when you change yours (clientside) // @include http://*.facepunch*.com/* // // ==/UserScript== var imgs1 = document.getElementsByClassName('userinfo'); var timestamp = new Date().getTime(); for (var i = 0, len = imgs1.length; i < len; i++) { imgs1[i].getElementsByTagName('img')[0].src += "?timestamp=" + timestamp; }[/code] (Courtesy of, I think, Overv but I don't remember for sure.)
[QUOTE=Onyx3173;34964161]Unless you use an uncaching script such as this: [code] // ==UserScript== // @name Facepunch Avatar UnCache // @description Makes avatars update automatically when you change yours (clientside) // @include http://*.facepunch*.com/* // // ==/UserScript== var imgs1 = document.getElementsByClassName('userinfo'); var timestamp = new Date().getTime(); for (var i = 0, len = imgs1.length; i < len; i++) { imgs1[i].getElementsByTagName('img')[0].src += "?timestamp=" + timestamp; }[/code] (Courtesy of, I think, Overv but I don't remember for sure.)[/QUOTE] i believe it was jessecar
[QUOTE=Ac!dL3ak;34964241]i believe it was jessecar[/QUOTE] Does this one make you post banmes too?
[QUOTE=douche beat;34964397]Does this one make you post banmes too?[/QUOTE] no, not that i know of
[QUOTE=Ac!dL3ak;34964241]i believe it was jessecar[/QUOTE] Oh well, at least this one works and appears to have no security holes.
A year to update an avatar? I can understand a longer waiting period to save some resources but a year seems a bit too much. Did Garry say anything on the subject?
I recall Garry saying earlier it's supposed to take a week, I'm guessing it was just a mistake in the coding.
just because the headers say to cache for a year doesn't mean your browser will keep it around for that long
-snippity snip-
i assume thats coming from the same wallet you use for buying weed and russian orphan sex toys?
buy me weed btw
[QUOTE=/dev/sda1;34967917]Can I buy a title with bitcoins? I have some of those lying around. (10th post! Hi mods!)[/QUOTE] I always wanted to try ket
[QUOTE=Onyx3173;34964161]Unless you use an uncaching script such as this: [code] // ==UserScript== // @name Facepunch Avatar UnCache // @description Makes avatars update automatically when you change yours (clientside) // @include http://*.facepunch*.com/* // // ==/UserScript== var imgs1 = document.getElementsByClassName('userinfo'); var timestamp = new Date().getTime(); for (var i = 0, len = imgs1.length; i < len; i++) { imgs1[i].getElementsByTagName('img')[0].src += "?timestamp=" + timestamp; }[/code] (Courtesy of, I think, Overv but I don't remember for sure.)[/QUOTE] How would I go about installing such a thing?
[QUOTE=A big fat ass;34968746]How would I go about installing such a thing?[/QUOTE] Try this: [url]http://userscripts.org/scripts/show/111011[/url]
*sniP*
Sorry, you need to Log In to post a reply to this thread.