[REL] PHP Loader - For Those Who Don't Have It! [REL]

Results 1 to 10 of 10
  1. #1
    The World Is Yours PixelPro is offline
    MemberRank
    Jun 2007 Join Date
    UKLocation
    3,252Posts

    [REL] PHP Loader - For Those Who Don't Have It! [REL]

    Since I can't find the 'Habbo Customs' section due to Habbo Section Cleaning, i'll post it here. Sorry if this was released already, but i'm posting this for n00bs who still don't have it xDD

    PHP Loader: {simply edit the bits in red - don't edit anything else or you may ruin the loader.}

    <?php
    //yes / no
    $closed = "no";
    If($ip == ""){
    $ip = "My IP Goes Here";
    }
    If($port == ""){
    $port = "My Server Port Goes Here";
    }
    echo "<html xmlns='http://www.w3.org/1999/xhtml'>
    <head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
    <title>PixelPro123 Hotel</title></head>
    <body bgcolor='black' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>";

    If($closed == "yes" and $pass <> "yaq"){

    echo "<font color='#FFFFFF' face='Verdana' size='1'><center>PixelPro123</center></font>";
    } else {
    echo "<div align='center'>
    <object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0' id='habbo' width='720' height='540'>
    <param name='src' value='My DCR Link'>
    <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=My External Texts Link'>
    <param name='sw2' value='connection.info.host=$ip;connection.info.port=$port
    <param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'>
    <param name='sw3' value='client.reload.url=PixelPro123.yourmom'>
    <param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
    <param name='sw5' value='external.variables.txt=My External Variables Link'>
    <embed src='My DCR Link' 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=My External Texts Link'
    sw2='connection.info.host=$ip;connection.info.port=$port'
    sw4='connection.mus.host=game.habbohotel.co.uk;connection.mus.port=30001'
    sw3='client.reload.url=PixelPro123.yourmom'
    sw1='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'
    sw5='external.variables.txt=My External Variables Link'></embed>
    </object>
    </div>";
    }
    echo "</body>
    </html>";
    ?>

    Note: don't edit the bits where it says '$ip' and '$port'.

    If it don't work, then just tell me =]. If your gonna start spamming, report the thread or something.


  2. #2
    Account Upgraded | Title Enabled! daxter-hotel is offline
    MemberRank
    Sep 2007 Join Date
    430Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    thanks it will come into use ;)
    first post =P

  3. #3
    Been here for 1 year. ☆ MatthewRulz is offline
    MemberRank
    Sep 2007 Join Date
    Melbourne, AUS.Location
    786Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    Nice, Dont need to use though as I already made a PHP Loader for my retro as well but dont use it anymore since I think PHP Encryption still needs to be worked on just a little bit.

    (Since this guy randomly added me on MSN and handed me a Decrypted Version on my PHP Loader...)

    But I still stick with my theory no matter what:

    "If the browser can Decrypt it, there is a way to do it yourself."

    I mean if the Browser couldnt Decrypt the loader wouldnt even show up, it cant just magically read the source without decrypting it... Lol.

    Thanks,
    MatthewRulz!

  4. #4
    The Omega Superfun is offline
    MemberRank
    Dec 2006 Join Date
    The NetherlandsLocation
    5,227Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    Basic php, good for use for ppl that wanna use it.

  5. #5
    Account Upgraded | Title Enabled! wwood28 is offline
    MemberRank
    Sep 2007 Join Date
    Down under AustraliaLocation
    203Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    Good work, except heres a better way, based off your example ;)

    <?php
    //yes / no
    $closed = "no";
    If($ip == ""){
    $ip = "My IP Goes Here";
    $hotelname = "My Hotel Name Goes Here";
    $dcrlink = "My DCR Link Goes Here";
    $ev = "My External Variables Goes Here";
    $et = "My External Texts Goes Here";
    $cr = "My Client Reload Goes Here";
    }
    If($port == ""){
    $port = "My Server Port Goes Here";
    }
    echo "<html xmlns='http://www.w3.org/1999/xhtml'>
    <head>
    <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
    <title>$hotelname</title></head>
    <body bgcolor='black' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>";

    If($closed == "yes" and $pass <> "yaq"){

    echo "<font color='#FFFFFF' face='Verdana' size='1'><center>PixelPro123</center></font>";
    } else {
    echo "<div align='center'>
    <object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,0' id='habbo' width='720' height='540'>
    <param name='src' value='$dcrlink'>
    <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=$et'>
    <param name='sw2' value='connection.info.host=$ip;connection.info.po rt=$port
    <param name='sw4' value='connection.mus.host=game.habbohotel.co.uk;c onnection.mus.port=30001'>
    <param name='sw3' value='client.reload.url=$cr'>
    <param name='sw1' value='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.ch'>
    <param name='sw5' value='external.variables.txt=$ev'>
    <embed src='$dcrlink' 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=$et'
    sw2='connection.info.host=$ip;connection.info.port =$port'
    sw4='connection.mus.host=game.habbohotel.co.uk;con nection.mus.port=30001'
    sw3='client.reload.url=$cr'
    sw1='site.url=http://www.habbo.ch;url.prefix=http://www.habbo.co.uk'
    sw5='external.variables.txt=$ev'></embed>
    </object>
    </div>";
    }
    echo "</body>
    </html>";
    ?>

    Hope it works,
    As you can see, you only need to edit the top bit now, but I just thought of this from the top of my head, sorry if it doesn't work :)

  6. #6
    i didnt do this. Donkjam is offline
    MemberRank
    Jul 2007 Join Date
    4,494Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    nice will help some people out :D

  7. #7
    Account Upgraded | Title Enabled! SplashHotel is offline
    MemberRank
    Feb 2008 Join Date
    290Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    nice, thanks for releasing.

  8. #8
    Novice Vadi is offline
    MemberRank
    Mar 2008 Join Date
    3Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    [b]Hello,
    thank you very much for sending this html. But i have some questions. What are

    -
    My External Variables Link
    -
    My External Texts Link
    -DCR Link
    -Port

    Thank you for helping [/b]

  9. #9
    Infraction Banned acid900 is offline
    MemberRank
    Apr 2007 Join Date
    73Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    if you need php encrytion pm me with your loader and ill pm back with entire soruce Using 126 encrytion key
    Pm me lolz

  10. #10
    Account Upgraded | Title Enabled! MasterBubba is offline
    MemberRank
    Oct 2007 Join Date
    914Posts

    Re: [REL] PHP Loader - For Those Who Don't Have It! [REL]

    Actully its a source addon for Mozilla. The toolbar interprets the signal it is getting from the site and it makes a source view from that



Advertisement