Habbo text Generator

Results 1 to 4 of 4
  1. #1
    Proficient Member prodigy007 is offline
    MemberRank
    Feb 2013 Join Date
    MissouriLocation
    177Posts

    shout Habbo text Generator

    I would like a good text generator to use on my site. I see tons of places that have their own and I would like to integrate one into my site as well. Any of them still exist? I have tried downloading several only to find the links offline now.If not, maybe just the many fonts used on habbo in ttf format. Either solution would grant reputation. Thx.


  2. #2
    Proficient Member Raultjuh is offline
    MemberRank
    Oct 2012 Join Date
    NetherlandsLocation
    158Posts

    Re: Habbo text Generator

    Hello. I hope this script will help you but this is the wrong post section next time post it on "Help" ~

    PHP Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
    >

    <
    html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

    <
    head>
        <
    meta http-equiv="pragma" content="no-cache">
        <
    meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

        <
    link href="text.css" rel="stylesheet" type="text/css" />

        <
    script type="text/javascript" src="crir.js"></script>

        <script type="text/javascript">
            function toggleMenu(id){
                element = document.getElementById(id);
                element.className = (element.className.toLowerCase() == 'expanded'?'collapsed':'expanded');
            }
        </script>

        <title>Habbo text generator</title>

    </head>

    <body onload="document.text_gen.word.focus();">

    <div id="container">

        <div class="result" id="">
        </div>

        <form method="post" id="text_gen" name="text_gen">
            <table>
                <tr id="top_line">
                    <td id="text_input" colspan="3"><input type="text" name="word" id="word" maxlength="50" /></td>
                    <td id="button"><input type="submit" id="generator" name="generator" value="" /></td>
                    <td id="help_button"><a href="#" onclick="toggleMenu('help'); return false;">?</a></td>
                </tr>
                <tr>
                    <td colspan="5">
                        <p id="help" class="collapsed">
                            Welcome to Habborators’ text generator. Less fonts, better results. In other words, we did <strong>not</strong> necessarily use fonts as provided in a lot of Habbo graphics as they were, took all liberty to modify them for better looks and a good flow in as much occasions we could test for, plus tried to extend them a little.
                            <br />
                            <br />
                            Enter your text, click any stamp to choose a font and click go. You may use A-Z, 0-9, spaces and most probably also ? ! ' , . - _ + = : ; | and *. Rightclick and save the image (background not included).
                        </p>
                    </td>
                </tr>
                <tr>
                    <td class="font_box">
                        <label for="cl">
                            <span id="stamp_classic_large">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="cl" value="classic_large" checked="checked" />
                    </td>
                    <td class="font_box">
                        <label for="bl">
                            <span id="stamp_bling">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="bl" value="bling" />
                    </td>
                    <td class="font_box">
                        <label for="cb">
                            <span id="stamp_club">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="cb" value="club" />
                    </td>
                    <td class="font_box">
                        <label for="br">
                            <span id="stamp_bathroom">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="br" value="bathroom" />
                    </td>
                    <td class="font_box">
                        <label for="tp">
                            <span id="stamp_teleport">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="tp" value="teleport" />
                    </td>
                </tr>
                <tr>
                    <td class="font_box">
                        <label for="bt">
                            <span id="stamp_beta">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="bt" value="beta" />
                    </td>
                    <td class="font_box">
                        <label for="ct">
                            <span id="stamp_classic_tiny">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="ct" value="classic_tiny" />
                    </td>
                    <td class="font_box">
                        <label for="nn">
                            <span id="stamp_neon">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="nn" value="neon" />
                    </td>
                    <td class="font_box">
                        <label for="cm">
                            <span id="stamp_classic_medium">&nbsp;</span>
                        </label>
                        <input type="radio" name="style" class="crirHiddenJS" id="cm" value="classic_medium" />
                    </td>
                </tr>
            </table>
        </form>

    </div>

    </body>
    </html> 
    ~Raul~

  3. #3
    Proficient Member prodigy007 is offline
    MemberRank
    Feb 2013 Join Date
    MissouriLocation
    177Posts

    Re: Habbo text Generator

    found the generator but not anything but a habbo.ttf font.

  4. #4
    Member lbullen is offline
    MemberRank
    Aug 2012 Join Date
    73Posts

    Re: Habbo text Generator

    removed
    Last edited by lbullen; 02-12-19 at 09:36 PM.



Advertisement