PDA

View Full Version : My seasonal layouts



Dentafrice1
05-11-2006, 12:05 AM
How do they look?

I have valentines and winter done.

http://www.habbonewsie.net/index_love.php
http://www.habbonewsie.net/index_winter.php

:)

boyslikegirls
05-11-2006, 12:19 AM
i dont like the valentines one.

and the winter one would look better if there was more snow clouds on the ground + on the trees and things in the back ground.

myke
05-11-2006, 10:56 AM
I really like the valentines one! Can I ask, how did you use the Habbo Font without an image?

Vixt
05-11-2006, 10:59 AM
I really like the valentines one! Can I ask, how did you use the Habbo Font without an image?
Uploaded to server and installed on entrance.

Although what you're referring too is an image.

myke
05-11-2006, 11:02 AM
It seems to be a PHP File? It says text="texthere" or w.e o_O

Vixt
05-11-2006, 11:03 AM
Click Here (http://www.habbonewsie.net/gdtest.php?text=|||%20Myke%20Loves%20Bumfum%20|||)

Easily done - blob did one.

it's a php script basically ;)

:Blob
05-11-2006, 11:15 AM
Click Here (http://www.habbonewsie.net/gdtest.php?text=|||%20Myke%20Loves%20Bumfum%20|||)

Easily done - blob did one.

it's a php script basically ;)

Yes I did :D

myke
05-11-2006, 11:57 AM
Ooo I like bumfum? xD

Is there a way I can make one?

Thanks guys :]]

Btw, The winter one's a bit boring ;[

San$
05-11-2006, 12:01 PM
I prefer the love one.

Vixt
05-11-2006, 01:14 PM
Ooo I like bumfum? xD

Is there a way I can make one?

Thanks guys :]]

Btw, The winter one's a bit boring ;[
Steal it - use his b/w.

<3

Dentafrice1
05-11-2006, 01:17 PM
>:( Ill give you the code right fast: Just get the Volter.ttf font from Habbodown.com

Make an iframe to navigation.php like so


<iframe name="I2" src="navigation.php?text=||| Habbo Newsie |s You |||" scrolling="no" border="0" frameborder="0" width="473" height="15" allowtransparency="true">>
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>


Navigation.php:



<style type="text/css">
<!--
body {
font-family: Verdana;
font-size: 10px;
background-color: transparent;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<body style="background-color: transparent;">
<marquee><img src="gdtest.php?text=<? echo $_GET[text]; ?>"></marquee>
</body>


gdtest.php:


<?
header('Content-type: image/gif');
$im = @imagecreatefromgif('test.gif');
$black = imagecolorallocate($im, 0, 0, 0);
$font = 'Volter.ttf';
$text = $_REQUEST['text'];
imagettftext($im, 6.4, 0, 20, 10, $black, $font, stripslashes($text));
imagegif($im);
imagedestroy($im);
?>


Note you must have the GD Libarys to use this

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