This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-09-18 04:28:37

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

New! Custom Auto Updating Image Maker!

Create your own auto updating images! So far, I am working on tags like IP address, and todays date. You can create your own at http://tiny.cc/image-maker! The tags are currently not working though. Here's the code for the image part, and if you can help I would really appreciate that!

Code:

<?php
header("Content-type: image/png");
$d = date('D');
$m = date('M');
$D = date('d');
$y = date('y');
$date = "$d the $D of $m, 20$y";
$ip = $_SERVER['REMOTE_ADDR'];
$string = "               " . $_GET['text'];
$im = imagecreatefrompng("http://plaxon.comyr.com/images/ex_button.png");
$color = imagecolorallocate($im, 88, 88, 88);
$px = (imagesx($im) - 7.5 * strlen($string)) / 2;
$py = 9;
$fontSize = 5;
imagestring($im, fontSize, $px, $py, $string, $color);
imagepng($im);
imagedestroy($im);
?>

Here is an example:
http://plaxon.comyr.com/images/custom.php?text=This+is+just+an+example!
Code:

Code:

[img]http://plaxon.comyr.com/images/custom.php?text=This+is+just+an+example![/img]

Help Links:
Tags

Last edited by WindowsExplorer (2011-09-18 04:58:12)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2011-09-18 04:52:41

cskidmsonic
Scratcher
Registered: 2011-01-22
Posts: 100+

Re: New! Custom Auto Updating Image Maker!

Hmm... I don't know much php...


This signature is TDD's fault... yes, I had to.

Offline

 

#3 2011-09-18 04:56:54

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

Tags:
Space: + / %20
IP: Coming
Todays Date: Coming

Last edited by WindowsExplorer (2011-09-18 10:10:39)


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#4 2011-09-18 07:06:17

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

is it possible to insert spark's online/offline api into this images with other text?


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#5 2011-09-18 07:13:24

wulfmaster
Scratcher
Registered: 2011-04-23
Posts: 500+

Re: New! Custom Auto Updating Image Maker!

nathanprocks wrote:

is it possible to insert spark's online/offline api into this images with other text?

I don't understand what you mean.  Explain?


Social Connections - Bringing communities close together! http://cyberkidscountry.com/ip.php

Offline

 

#6 2011-09-18 07:14:39

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

wulfmaster wrote:

nathanprocks wrote:

is it possible to insert spark's online/offline api into this images with other text?

I don't understand what you mean.  Explain?

Check the ITopic list here.  wink

Offline

 

#7 2011-09-18 07:15:06

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

wulfmaster wrote:

nathanprocks wrote:

is it possible to insert spark's online/offline api into this images with other text?

I don't understand what you mean.  Explain?

look at my sig... would it be possible to insert the online/offline checker as a tag in the auto-updating image


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#8 2011-09-18 07:15:54

wulfmaster
Scratcher
Registered: 2011-04-23
Posts: 500+

Re: New! Custom Auto Updating Image Maker!

nathanprocks wrote:

wulfmaster wrote:

nathanprocks wrote:

is it possible to insert spark's online/offline api into this images with other text?

I don't understand what you mean.  Explain?

look at my sig... would it be possible to insert the online/offline checker as a tag in the auto-updating image

That would be incredibly easy!  smile
what would you like it to look like?


Social Connections - Bringing communities close together! http://cyberkidscountry.com/ip.php

Offline

 

#9 2011-09-18 07:19:23

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

wulfmaster wrote:

nathanprocks wrote:

wulfmaster wrote:


I don't understand what you mean.  Explain?

look at my sig... would it be possible to insert the online/offline checker as a tag in the auto-updating image

That would be incredibly easy!  smile
what would you like it to look like?

yeah... i want it like in my sig but with the blue box around it


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&amp;display=small

Offline

 

#10 2011-09-18 07:23:49

wulfmaster
Scratcher
Registered: 2011-04-23
Posts: 500+

Re: New! Custom Auto Updating Image Maker!

Oh, OK!  smile


Social Connections - Bringing communities close together! http://cyberkidscountry.com/ip.php

Offline

 

#11 2011-09-18 07:24:05

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: New! Custom Auto Updating Image Maker!

nathanprocks wrote:

wulfmaster wrote:

nathanprocks wrote:


look at my sig... would it be possible to insert the online/offline checker as a tag in the auto-updating image

That would be incredibly easy!  smile
what would you like it to look like?

yeah... i want it like in my sig but with the blue box around it

You just need to host the blue box and use the bgimage (or whatever) attribute. XD

Offline

 

#12 2011-09-18 07:26:05

wulfmaster
Scratcher
Registered: 2011-04-23
Posts: 500+

Re: New! Custom Auto Updating Image Maker!

scimonster wrote:

nathanprocks wrote:

wulfmaster wrote:


That would be incredibly easy!  smile
what would you like it to look like?

yeah... i want it like in my sig but with the blue box around it

You just need to host the blue box and use the bgimage (or whatever) attribute. XD

Or you can be a simpleton like me, and simply make two blue box images!  smile   tongue


Social Connections - Bringing communities close together! http://cyberkidscountry.com/ip.php

Offline

 

Board footer