Users browsing this thread: 1 Guest(s)
JavaScript -> Auto-updating Image
#8
Well a few things first.

In PHP/ASPX and such it's meant to grab the image data and output that directly from the PHP file iirc (it's like how you sometimes save images with a ".php" extension, though header magic can make it output as a regular image file).

Second, compilation is unnecessary in PHP, the interpreter just reads the code outright.

Third, I'm willing to take a stab at this for you and put it on PhazePages, assuming my host won't complain (I don't think they would, the site is pretty resource light considering NOTHING IS ON IT Tongue). God knows I need to start being useful EVENTUALLY. Who knows, maybe I'll finally start working on Mask '_;

I've done something similar to this with Boo Mansion's Duelist Card thing before; I'd link it but I dunno if I'll have the ghost of Booton hounding my ass because I'm hosting BMTCG cards offsite whenever I put it up ¦D

It was actually much more complex than this job since I had to assemble an image from several composite images, allow recoloring and such, whereas this one is just 'replaying' the image data, I suppose. I could probably have a 'cache' image on-site too to prevent bandwidth consumption from the Dilbert comics site, too. Just retrieve it once per day. If you want I'll post the code in here when I'm done.

Oh, and a final note; even if you got the JavaScript for this working per se, I don't think it'd work in your sig on tSR. Security and general maliciousness concerns!
Thanked by: PatientZero, puggsoy


Messages In This Thread
JavaScript -> Auto-updating Image - by puggsoy - 11-06-2013, 03:51 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-08-2013, 10:58 AM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-08-2013, 04:28 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-08-2013, 02:38 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-08-2013, 08:48 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-09-2013, 07:18 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-09-2013, 10:32 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-09-2013, 10:56 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-09-2013, 11:16 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-10-2013, 01:38 AM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-10-2013, 10:58 AM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-10-2013, 03:04 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-10-2013, 06:37 PM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-11-2013, 02:03 AM
RE: JavaScript -> Auto-updating Image - by Phaze - 11-11-2013, 07:16 PM

Forum Jump: