Welcome to the RaGEZONE - MMORPG development forums.

Habbo Topsite Loader Maker

This is a discussion on Habbo Topsite Loader Maker within the Habbo Releases forums, part of the Habbo Hotel category; Hiya peeps. I've seen alot of habbo topsites lately, which is using a topsite script created by aardvarktopsitesphp.com, it is ...

LyncusMU
Results 1 to 5 of 5
  1. #1
    The Omega
    Rank
    Member
    Join Date
    Sep 2011
    Location
    Denmark
    Posts
    116
    Liked
    6

    Habbo Topsite Loader Maker

    Tabo Hotel
    Hiya peeps. I've seen alot of habbo topsites lately, which is using a topsite script created by aardvarktopsitesphp.com, it is pretty simple to design your own style, to install it, manage etc. (The same topsite thehabbos, habboretros, etc topsites uses).
    Yeah, back to topic-

    So some of them doesn't got a Loader Maker,
    And people still likes v18 retros,
    So this is a little release of a loader maker
    people could use if they wan't to.

    Create a folder or whatever, a new page in aardvarktopsites or whatever, then create a file called: "index.php" (NOTE: MUST BE SAVED AS .PHP) or whatever you like it to be called. Then paste this PHP Code:
    PHP Code:
    <html>
    <head>
    <title>Whatever.</title>
    </head>
    <body>
    <form action="createloader.php" method="post">
    Hotel Name: <input type="text" name="hotelname" value="Retro Hotel" /><br>
    IP Address: <input type="int" name="ip" value="<?php echo $_SERVER['REMOTE_ADDR']; ?>" /><br>
    Port: <input type="int" name="port" value="1232" /><br>
    DCR: <input type="text" name="dcr" /><br>
    Variables: <input type="text" name="vars" /><br>
    Texts: <input type="text" name="texts" /><br>
    Client URL: <input type="text" name="url" value="http://" /><br>
    <input type="submit" />
    </form> 
    </body>
    </html>
    Now make another file called:
    "createloader.php" with this PHP Code:
    PHP Code:
    <html>
    <head>
    <title>WHATEVER :D.</title>
    </head>
    <body>
    <textarea>
        <object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0' id='habbo' width='720' height='540'>
          <param name='src' value='<?php echo $_POST["dcr"]; ?>'>
          <param name='swRemote' value='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true' '>
          <param name='swStretchStyle' value='none'>
          <param name='swText' value=''>
          <param name='bgColor' value='#000000'>
          <param name='sw6' value='external.texts.txt=<?php echo $_POST["texts"]; ?>'>
          <param name='sw2' value='connection.info.host=ipadd;connection.info.port=<?php echo $_POST["port"]; ?>'>
          <param name='sw4' value='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001'>
          <param name='sw3' value='client.reload.url=<?php echo $_POST["url"]; ?>'>
          <param name='sw1' value='site.url=http://www.habbohotel.nl;url.prefix=http://www.habbohotel.nl'>
          <param name='sw5' value='external.variables.txt=<?php echo $_POST["vars"]; ?>'>
          <embed src='dcrpath' bgColor='#000000' width='720' height='540' swRemote='swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='Habbo Hotel' swContextMenu='true'' swStretchStyle='none' swText='' type='application/x-director' pluginspage='http://www.macromedia.com/shockwave/download/' sw6='external.texts.txt=<?php echo $_POST["texts"]; ?>' sw2='connection.info.host=ipadd;connection.info.port=<?php echo $_POST["port"]; ?>' sw4='connection.mus.host=game.habbohotel.nl;connection.mus.port=30001' sw3='client.reload.url=<?php echo $_POST["url"]; ?>' sw1='site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk' sw5='external.variables.txt=<?php echo $_POST["vars"]; ?>'>
          </embed>
        </object>
      </textarea>
    </body>
    </html>

    That is it lol.
    Mk, peace out.

  2. HostKey.com: Unmetered Dedicated servers in the Netherlands
  3. #2
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    Jan 2012
    Location
    C:\inetpub\
    Posts
    213
    Liked
    26

    Re: Habbo Topsite Loader Maker

    this is quit useless ehh?

  4. #3
    Trolled You >:D
    Rank
    Member +
    Join Date
    Jun 2011
    Posts
    324
    Liked
    13

    Re: Habbo Topsite Loader Maker

    No one uses old school now [Except for newbies]
    But this would be good if you wanted to create a service

    [my username doesnt tell all I own a r63 retro.]

  5. #4
    # TakeServers Magician
    Rank
    Subscriber
    Join Date
    Oct 2011
    Location
    R:\aGEZONE
    Posts
    321
    Liked
    59

    Re: Habbo Topsite Loader Maker

    This could be useful for some people, Thank you.

  6. #5
    The Omega
    Rank
    Member
    Join Date
    Sep 2011
    Location
    Denmark
    Posts
    116
    Liked
    6

    Re: Habbo Topsite Loader Maker

    Quote Originally Posted by < JackyZ /> View Post
    this is quit useless ehh?
    This is useless, for YOU.
    People with topsites could use it.
    Because there is still alot of v18 retros.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •