Photos Of Your Car(s) v3 (New Wheel Bearings Edition)
7,643 replies, posted
I normally only like the AW11, but your car made me reconsider.
Someone got a much needed bath in the rain this morning.
[t]http://i.cubeupload.com/ctch5P.jpg[/t]
more driftoru
[URL]https://www.flickr.com/photos/126878991@N06/sets/72157647828903947/[/URL]
[t]http://i.imgur.com/VGK9PIp.jpg[/t]
im so pumped for saturday
[QUOTE=VOSK;46122268]Someone got a much needed bath in the rain this morning.
[t]http://i.cubeupload.com/ctch5P.jpg[/t][/QUOTE]
wait where in Massachusetts are you from?
Also, clean those rims, they look hideous
[QUOTE=Slithers;46126559]wait where in Massachusetts are you from?
[/QUOTE]
I second this we need more MA facepunchers
Bit south of Boston, Braintree.
Im from northern Connecticut!
I'm also in northern ct.
Im right on the notch, slithers is too.
I'm in East Windsor. Not so north I piss off neighbors in mass too, but close enough to go there fairly often.
Maybe I should add location to the garage script
[QUOTE=Banana Lord.;46127976]Maybe I should add location to the garage script[/QUOTE]
I think the script is almost pointless considering everyone drives a lawn dart.
[QUOTE=Banana Lord.;46127976]Maybe I should add location to the garage script[/QUOTE]
starts with cars, then locations, next thing social security
what are you, the nsa?
I don't believe its doing a ounce of good if 10% of the users using it have fake cars in their garage as funny ha-ha's.
[QUOTE=DPKiller;46128924]I don't believe its doing a ounce of good if 10% of the users using it have fake cars in their garage as funny ha-ha's.[/QUOTE]
i have u know my ford mustang is faster then a lambo gallardo aventador quinqueistador
If by half you mean two, then yes
I'm interested in what this garage you all speak of is.
[QUOTE=xplicitt;46129254]I'm interested in what this garage you all speak of is.[/QUOTE]
imagine a greasemonkey script that has alot of potential but is ruined cause it's not controllable by the users themselves and the only person that can edit it doesn't take it very seriously (Nothing wrong with that either)
It's a cool tool but it's life ended when we couldn't edit stuff ourselves and have to depend on one person to maintain it.
Why don't we(banana) make it parse information in one of the customizable user links and just let users customize it through the script which we put in our user links?
Then Banana doesn't need to run a DB and it doesn't contact any external servers or silly stuff.
[editline]1st October 2014[/editline]
Oh and we could also simply display the location on our FP profile and use the myspace username link thing since who the fuck uses myspace.
[QUOTE=CubeManv2;46129283]imagine a greasemonkey script that has alot of potential but is ruined cause it's not controllable by the users themselves and the only person that can edit it doesn't take it very seriously (Nothing wrong with that either)
It's a cool tool but it's life ended when we couldn't edit stuff ourselves and have to depend on one person to maintain it.[/QUOTE]
Banana is working hard on developing a site for us to update our garages on, and it's actually not done in a single day. And I really don't think it died just because we had to ask him to update it, either, just how often do you buy and sell cars?
If we just used profile info there none of that would even be needed and people wouldn't even need the script to have things show up on it.
Oh and Cubeman's problem with the Mustang couldn't happen I guess.
it died when he started adding random shit to people.
If you don't like it then don't use it don't care either way.
I forgot that Facepunch has a profile option for location. The issue then becomes needing to do an HTTP request for every user, parsing their profile, and extracting the location. I've considered having it parse user provided information from posts and such before but people can't follow instructions so I'd rather not build a bunch of logic and redundancy tests to make sure someone can copy and paste properly or press enter the right amount of times. Similarly, and especially since this thread is photos of your car, the posting of images becomes up to the user which means the pictures are spread across tons of different services and I can't control thumbnails and such which is needed for the planned design overhaul.
If it died the second you couldn't edit information yourselves then I'm sorry to say that the world is going to be a rough place until you learn that people can't be trusted and there's no way around me being a proxy for the data you provide seeing as the script is already injecting itself into the web page and modifying HTML. I'm not about to let anyone with a Face punch profile be able to blindly insert data (and potentially any HTML) on every page you visit in this section. That's a security problem.
I also can't parse other websites (except Face punch) because of browser security. The only reason I can poll my server is that there's an exception that lets you get a page and parse the JSON, assuming that the JSON is wrapped in a callback method for JavaScript.
I can also just scrap the whole project (which is FREE, by the way) and spend my time doing more productive things that will actually benefit me and my future. I have better things to do than sit here and listen to you all cry about CubeMan's garage being a Mustang and areolop's having an extra car that's a Prius squad car.
[QUOTE=Banana Lord.;46130718]If you don't like it then don't use it don't care either way.
I forgot that Facepunch has a profile option for location. The issue then becomes needing to do an HTTP request for every user, parsing their profile, and extracting the location. I've considered having it parse user provided information from posts and such before but people can't follow instructions so I'd rather not build a bunch of logic and redundancy tests to make sure someone can copy and paste properly or press enter the right amount of times. Similarly, and especially since this thread is photos of your car, the posting of images becomes up to the user which means the pictures are spread across tons of different services and I can't control thumbnails and such which is needed for the planned design overhaul.
If it died the second you couldn't edit information yourselves then I'm sorry to say that the world is going to be a rough place until you learn that people can't be trusted and there's no way around me being a proxy for the data you provide seeing as the script is already injecting itself into the web page and modifying HTML. I'm not about to let anyone with a Face punch profile be able to blindly insert data (and potentially any HTML) on every page you visit in this section. That's a security problem.
I also can't parse other websites (except Face punch) because of browser security. The only reason I can poll my server is that there's an exception that lets you get a page and parse the JSON, assuming that the JSON is wrapped in a callback method for JavaScript.
I can also just scrap the whole project (which is FREE, by the way) and spend my time doing more productive things that will actually benefit me and my future. I have better things to do than sit here and listen to you all cry about CubeMan's garage being a Mustang and areolop's having an extra car that's a Prius squad car.[/QUOTE]
pls donut go
[QUOTE=Banana Lord.;46130718]If you don't like it then don't use it don't care either way.
I forgot that Facepunch has a profile option for location. The issue then becomes needing to do an HTTP request for every user, parsing their profile, and extracting the location. I've considered having it parse user provided information from posts and such before but people can't follow instructions so I'd rather not build a bunch of logic and redundancy tests to make sure someone can copy and paste properly or press enter the right amount of times. Similarly, and especially since this thread is photos of your car, the posting of images becomes up to the user which means the pictures are spread across tons of different services and I can't control thumbnails and such which is needed for the planned design overhaul.
If it died the second you couldn't edit information yourselves then I'm sorry to say that the world is going to be a rough place until you learn that people can't be trusted and there's no way around me being a proxy for the data you provide seeing as the script is already injecting itself into the web page and modifying HTML. I'm not about to let anyone with a Face punch profile be able to blindly insert data (and potentially any HTML) on every page you visit in this section. That's a security problem.
I also can't parse other websites (except Face punch) because of browser security. The only reason I can poll my server is that there's an exception that lets you get a page and parse the JSON, assuming that the JSON is wrapped in a callback method for JavaScript.
I can also just scrap the whole project (which is FREE, by the way) and spend my time doing more productive things that will actually benefit me and my future. I have better things to do than sit here and listen to you all cry about CubeMan's garage being a Mustang and areolop's having an extra car that's a Prius squad car.[/QUOTE]
Doesn't Cubeman own a Dodge Mustang Z28?
i own a golf cart
I have a space shuttle, I'm posting from the moon right now
[QUOTE=Ferosso;46131294]Doesn't Cubeman own a Dodge Mustang Z28?[/QUOTE]
weight of a challenger, solid rear axle of a stang and shitty hp from a camaro
-snip, wrong damn thread-
[editline]2nd October 2014[/editline]
I could still contribute though:
[t]http://puu.sh/bWBvB.jpg[/t]
Parked them with the rear bumpers pretty much exactly in line, and this was the length difference:
[t]http://puu.sh/bWBwG.jpg[/t]
that underbite
Sorry, you need to Log In to post a reply to this thread.