Habbo Topsite Loader Maker

Results 1 to 5 of 5
  1. #1
    Valued Member Procrastinaire is offline
    MemberRank
    Sep 2011 Join Date
    DenmarkLocation
    116Posts

    Habbo Topsite Loader Maker

    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. #2
    Account Upgraded | Title Enabled! CyberVibe is offline
    MemberRank
    Jan 2012 Join Date
    C:\inetpub\Location
    215Posts

    Re: Habbo Topsite Loader Maker

    this is quit useless ehh?

  3. #3
    Trolled You >:D OldSchoolLover is offline
    MemberRank
    Jun 2011 Join Date
    329Posts

    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.]

  4. #4
    Account Upgraded | Title Enabled! DoctorCooper is offline
    MemberRank
    Oct 2011 Join Date
    R:\aGEZONELocation
    317Posts

    Re: Habbo Topsite Loader Maker

    This could be useful for some people, Thank you.

  5. #5
    Valued Member Procrastinaire is offline
    MemberRank
    Sep 2011 Join Date
    DenmarkLocation
    116Posts

    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.



Advertisement