matgb: (Webstuff)
Mat Bowles ([personal profile] matgb) wrote2008-06-01 05:34 am

Indiana Jones and the Paint of Doom

[identity profile] davidnm.livejournal.com 2008-06-01 02:26 pm (UTC)(link)
That was done in MS Paint?!? Good God. Normally anything in MSP makes my eyes bleed - the idea of something looking that good out of MSP is kind of hard to handle!

[identity profile] misscoollinda.livejournal.com 2008-06-02 12:27 pm (UTC)(link)
Drawn entirely in MS paint apparently. I can't do that well in anything...

Yes, that IS depressing! However, I'm more of a 3D artist - sculpture and such (sticks tongue out at MS Paint art)
andrewducker: (Default)

[personal profile] andrewducker 2008-06-02 12:31 pm (UTC)(link)
I keep meaning to ask - what do you use to crosspost stuff from delicious? And how do you prevent the times on it being wrong?
andrewducker: (Default)

[personal profile] andrewducker 2008-06-02 01:14 pm (UTC)(link)
What timezone is your server in? Because I used to have mine set up with delicious glue, but hit the problem that I have been known to post both at 3am and 8am...

Maybe what I need to do is fine a server in the UK. Or set one up that automatically subtracts the time so it pretends it's in the UK...
andrewducker: (Default)

[personal profile] andrewducker 2008-06-02 08:24 pm (UTC)(link)
I took a look at the script. Looks easy enough to tweak - but it's PHP5 and my host only does PHP4. I've lodged a support thingy with them...

Bah!
andrewducker: (Default)

[personal profile] andrewducker 2008-06-04 08:41 pm (UTC)(link)
Got there:
$date = new DateTime("now + 5 hours");
$year = $date->format('Y');
$mon = $date->format('n');
$day = $date->format('j');
$hour = $date->format('G');
$min = $date->format('i');
The bit to replace should be fairly obvious :->

Oh - and replace the time difference with whatever yours is...
andrewducker: (Default)

[personal profile] andrewducker 2008-06-02 01:28 pm (UTC)(link)
Great - the original script is no longer there.

Got a copy you can chuck me?