Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Just like vBulletin does, I want the user to be able to click a box, inset their url to their image, and it then adds "<img src="their url here">"
Best way?
No one in my area has a gearbox mount that they will have in stock today, so going to take a trip down the scrappy.
What tool(s) will I need? Easy to get too? Battery out, then battery tray isn't it?
Cheers
As some of you may, or may not be aware, my car was stolen and recovered.
I hadn't noticed this, until now.
Before:
I then used some Halfords "Colour restore" stuff on it. (Cheap, and you get what you pay for etc) and have managed to get it like this;
Not too sure what it's been dragged...
Went out this morning, car is stupidly shakey.. if you want the gearstick while you drive, it shakes like no tomorrow, you can also feel the whole car shaking, I'm assuming bushes, but?
Also, the car seems to "struggle" in strange places, then boost and be comfortable, then "struggle" again...
Was watching American Dad earlier, and they were making rockets.
What is the name of the slow burning string you'd use? (If it has one).
Sort of like the stuff you'd see on fireworks?
Normal string would go straight up I guess.
My friend has just bought Lexus rear lights (I did tell him off, but he won't listen, an average "it looks so coool" kinda young bloke)....
He has a 1.2 Mk2 Ph1 Clio, with standard lights.
Straight swap, or?
Thanks
Words cannot explain, I'll let the URL do it for you.
IMO anyway.
http://www.autotrader.co.uk/used-cars/renault/clio/used-renault-clio-1-4-16v-alize-3dr-balerno-fpa-201301235024096?logcode=p
For a programmer, this is quite an embarrassing question!
I've got a fresh install OS on my computer, just downloaded iTunes, if I now connect my iPod will it port all the songs to my PC, or will my PC port it all to the iPod, leaving it with nothing?
Thanks.
Who would you say is personally the best insurer to insure a 23 year old (1 year ncb) on a 172 Ph1?
Heard Brentacre are good, and heard Aviva are also good, but who would you recommend?
Ta.
Need help wiring up my amp and sub... the main problem is going to be hiding the wires.
Could pay you, take you for a couple of pints, whatever.
Cheers
Realised the title was spelt wrong.
This isn't my car, but I thought I'd share a find I've just found on eBay, because I think it's a good deal, but unfortunately don't have the funds to buy it at the moment...
Well basically, I've got my Clio which is still pretty bog standard, and I'm after advice.
What part(s) would you add, and what mod(s) would you do?
It's a 1.4 2001 Mk 2 Ph 1 Clio Alize.
I'm quite a noobie at car upgrading, and I thought the best way to teach myself was get advice on parts...
Basically, on my heat controls, 1, 2 & 3 don't work, only 4 does.
Is this the variable speed sensor knackered?
Cheapest place to buy one, or is anyone stripping a Clio and selling one?
Cheers.
My IP logger on my website sometimes fails to capture certain ones, anyone see a flaw in my code?
<?php
$v_ip = $_SERVER['REMOTE_ADDR'];
$v_date = date("l d F H:i:s");
$fp = fopen("hidden_text_file_that_i_wont_name.txt", "a");
fputs($fp, "IP: $v_ip - DATE: $v_date\n\n");
fclose($fp);
?>