PDA

View Full Version : Help Please :)



Lysine
15-02-2007, 02:20 AM
http://www.habboish.net/sig/Mikeys.gif

How would i be able to do that? + rep for help :)

nets
15-02-2007, 11:10 AM
Search the forum for "Habbo imager pedestal". I'd wager there's a few hundred threads, otherwise I'll write the script for you.

Lysine
15-02-2007, 07:14 PM
I have the imager with the habbo and on a prdstal but i dont have a clue how you would add there name badge mission etc so it looks like the one above.

www.thishabbo.net/habboimager/slate.php?habbo=Lysine

Lysine
16-02-2007, 05:46 PM
Bump :)

Dentafrice1
16-02-2007, 06:37 PM
Dont Bump.

Check my sig... like that?

Lysine
17-02-2007, 12:54 AM
Yup like that.

Lysine
17-02-2007, 10:49 PM
I really need help with this :( Can anyone help? + rep

letisix
18-02-2007, 08:26 PM
Sorry ;[ I would help you if i kne how to do it.

Lysine
19-02-2007, 12:00 AM
2 people need help now :)

Voldemort
19-02-2007, 12:46 AM
Mikey's version of the code isn't to be released.

He gave it to only a few people because we helped him on it, but I'm sure someone else has made their own, seeing Dentafrice's signature.

If I told you, I'd be breaking Mikey's trust :(

Lysine
19-02-2007, 12:59 AM
The one you added was not the correct one :)

Thank you anyway.

Voldemort
19-02-2007, 02:08 AM
That's why I edited it out.

Dentafrice1
19-02-2007, 03:32 AM
Im the 2nd to ever make it.. James (Just-One), Me, all you

Verrou
19-02-2007, 04:11 AM
Kev, did u delete these?

http://www.ffwbmarion.com/gd/search2.php
Habbo On Ped. + Name

http://www.ffwbmarion.com/gd/search.php
Habbo Imager (Imager Backgrounds, Rotations, Face, Sit/Stand/Wave)

I want to use the bottom one :D

Soz for offtopic post.

EDIT: NVM, i just read the ****tic post.

Lysine
19-02-2007, 11:42 PM
Anyone get me some links to tutorials which will help me :) + Rep.

DCeption
21-02-2007, 11:12 PM
Argh, i need help with this too :P Anyone willing to pm me or post here? +5rep!

Voldemort
22-02-2007, 12:02 AM
Anyone get me some links to tutorials which will help me :) + Rep.
php.net

Learn how to use the GD :P

nets
22-02-2007, 12:23 AM
<?php

$html = file_get_contents('http://habbo.co.uk/home/'.$_GET['habbo']);
$addr = 'http://habbo.co.uk/'.preg_replace('/.*re">.*<img alt=".*" src="(.*?)" \/.*/', '$1', str_replace("\n", '', $html));
$mish = preg_replace('/.*tto">(.*?)<.*/', '$1', str_replace("\n", '', $html));
ereg(' ', $addr) and die;
$i1 = imagecreatefromgif($addr);
$i2 = imagecreatefromgif('pedestal.gif');
$c1 = imagecolorallocate($i2, 0xFF, 0xFF, 0xFF);
$c2 = imagecolorallocate($i2, 0x00, 0x00, 0x00);
$f1 = imageloadfont('voltar.gdf');
imagecopymerge($i2, $i1, 82, -17, 0, 0, 60, 120, 100);
imagestring($i2, $f1, 80-((strlen($_GET['habbo'])/2)*imagefontwidth($f1)), 101, $_GET['habbo'], $c1);
imagestring($i2, $f1, 140-(strlen(trim($mish))*5), 117, $mish, $c2);
header('content-type: image/gif');
imagegif($i2);

?>

Crap one I made as an example, needs work doing to it. I'll sort out tomorrow if I have time.

Lysine
22-02-2007, 05:26 PM
Thank you for the nets. If you could improve it, it would be great.

DCeption
22-02-2007, 09:44 PM
Tyvm for the code! +reP!

Want to hide these adverts? Register an account for free!