Sidharth wrote:
LS97 wrote:
Sidharth wrote:
Can't the Scratch team rename you? You would keep all your projects and your post count that way!
They can transfer the post count and projects to the new account, but I don't think they can just rename him.
That's the same thing as renaming... almost
I asked lightnin, he told me they can't.
Offline
Why can't he keep his name? There's a user called poopernickel.
Offline
SeptimusHeap wrote:
Rum, did you see my code?
Yes, I did, I'll implement it in a sec.
Offline
RUMCHEERYPOOPOO wrote:
SeptimusHeap wrote:
Rum, did you see my code?
Yes, I did, I'll implement it in a sec.
I like doing small stuff to help
Offline
I don't think so.
Offline
I'm uploading my projects to my new account currently.
Offline
SeptimusHeap wrote:
So, is it implemented?
Sep, I'll have it implemented as soon as I've got scratcher status on my new account so I can post a new topic on this with that.
Offline
RUMCHEERYPOOPOO wrote:
SeptimusHeap wrote:
So, is it implemented?
Sep, I'll have it implemented as soon as I've got scratcher status on my new account so I can post a new topic on this with that.
Scratch that, I'm working on it now.
Offline
Suggestion for new style:
Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image: 
Last edited by comp500 (2011-07-30 05:47:43)
Offline
Sep, I've been trying and trying to get your code to work, but for some reason it doesn't
if anyone can see the error, please say so.
I changed your code quite a bit by the way.
elseif ($_REQUEST['style'] == 3 && isset($_REQUEST['img']) == true) {
$srcimg = imagecreatefrompng ('bg2.png');
$imgtype = exif_imagetype($_REQUEST['img']);
if ($imgtype == false) {
exit();
}
elseif (strpos($imgtype, JPEG) !== false) {
$img = imagecreatefromjpeg($_REQUEST['img']);
}
elseif (strpos($imgtype, GIF) !== false) {
$img = imagecreatefromgif($_REQUEST['img']);
}
elseif (strpos($imgtype, PNG) !== false) {
$img = imagecreatefrompng ($_REQUEST['img']);
}
else {
exit();
}
$width = imagesx($img);
$height = imagesy($img);
imagecopyresampled($srcimage, $img, 0, 0, 0, 0, 76, 33, $width, $height);
if ($_REQUEST['type'] == 'post') {
$text_colour = imagecolorallocate($img, 0, 102, 185);
}
else {
$text_colour = imagecolorallocate($img, 255, 0, 0);
}
$text_colour2 = imagecolorallocate($img, 1, 1, 1);
$font = realpath('font2.ttf');
imagettftext($img, 10, 0, 4, 14, $text_colour, $font, $string);
imagettftext($img, 8, 0, 15, 28, $text_colour2, $font, $substring);
$whit = imagecolorallocate($img, 255, 255, 255);
imagecolortransparent($img, $whit);
}Offline
RUMCHEERYPOOPOO wrote:
Sidharth wrote:
LS97 wrote:
They can transfer the post count and projects to the new account, but I don't think they can just rename him.That's the same thing as renaming... almost
I asked lightnin, he told me they can't.
They can edit your post count -- I'm sure of that. Still, you loose all of the actual posts you made so far.
They can also transfer your projects to the new account (you can do that just as well), but without the right date.
Maybe they can't actually rename. But that's not too much of a problem
However, I feel your New Scratcher status as an injustice. You should be upgraded promptly.
Offline
V2.1.1
Added white text colour for post like buttons with the blue background.
@LS97 lightnin said my old posts would stay, and I have asked him about giving me scratcher status, but I have yet to receive a reply. Thanks for your support!
Woo! 71 likes!
Offline
rookwood101 wrote:
V2.1.1
Added white text colour for post like buttons with the blue background.
@LS97 lightnin said my old posts would stay, and I have asked him about giving me scratcher status, but I have yet to receive a reply. Thanks for your support!
Woo! 71 likes!
I mean that your new post count is changeable
Offline
comp500 wrote:
Suggestion for new style:
Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image: http://img59.imageshack.us/img59/8209/lb1c.png
Offline
comp500 wrote:
comp500 wrote:
Suggestion for new style:
Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image:
don't worry, I'll get round to it
Offline
rookwood101 wrote:
comp500 wrote:
Suggestion for new style:
Same font as septimus heap's style
like counter color: imagecolorallocate($img, 0, 102, 185);
like button text color: black
bg image:don't worry, I'll get round to it
![]()
i think u need to do custom thingimybobs
and keep styles but make people vote for styles to b added...
Last edited by comp500 (2011-07-30 07:52:47)
Offline
Thanks to lightnin I've got scratcher status! Expect a new topic on this soon.
It's only because my old account was scratcher
NEW TOPIC HERE: http://scratch.mit.edu/forums/viewtopic.php?id=70214 DO NOT POST ON THIS ONE
Last edited by rookwood101 (2011-07-30 14:39:06)
Offline
rookwood101 wrote:
Thanks to lightnin I've got scratcher status! Expect a new topic on this soon.
That was lucky
I wish I was a scratcher, I hate the 180 second rule T_T
And I'll use this on some things as soon as I'm a scratcher

Offline