SWF Pack [R63+, Cracked, Friend-Bar]

Page 1 of 8 12345678 LastLast
Results 1 to 25 of 194
  1. #1
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    config SWF Pack [R63+, Cracked, Friend-Bar]

    Alot of people here on RaGEZONE waited a long time for my fist R63 FULLY CRACKED Pack,
    And its finally here & it includes some new awesome features :D


    Features
    - R63 Fully Cracked.
    - All new c_images, hof_furni stuff, etc.
    - Friend bar fully working.
    - Deleted Multi-language system cuz nobody uses it anymore.
    - New promo_habbos SimpleXML/PHP Habblet (for uberCMS) added.
    - New updateHabboCount feature to update the online count on the client page.
    - Some web-gallery client files added to make sure it doesn't show up as a black page.
    - And many more features! :D


    Download link
    R63 Cracked Pack [Build: 32270].zip
    Dont trust it? then don't download it! :D


    Screenie's
    http://www.iaza.com/work/110324C/iaza18522097812600.png


    How do i setup this shizzle?
    - Drop all the files in "htdocs" and replace all other already existen files like client.php.
    - Delete this line from you'r .htaccess:
    Code:
    PHP Code:
    RewriteRule ^gamedata/external(|/)$ ./externals.php 
    - Read the file "README.txt".
    - Edit you'r host & port in client.php.
    PHP Code:
    PHP Code:
    $client->SetParam('info_host''127.0.0.1');
    $client->SetParam('info_port''30000'); 

    Mirrors
    RapidShare
    SendSpace
    MultiUpload


    Credits
    PEjump2, matty13, yifan-lu, Tsuka, Privilege, Sulake Corporation Oy, Anthony93260, Admiral-Speedy, Milw0rm, Matthew.

    Sorry for my bad english, i'm dutch.
    Last edited by Sean; 30-03-11 at 04:30 AM.


  2. #2
    ส็็็็็็็ Bloodraven is offline
    MemberRank
    Sep 2009 Join Date
    AntarcticaLocation
    2,414Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Thanks, First decent pack yet, Slaxxers pack is full of issues.

  3. #3
    Apprentice AyrtonBEST is offline
    MemberRank
    Mar 2011 Join Date
    5Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    This is a big help, thanks alot !

  4. #4
    Enthusiast stefff is offline
    MemberRank
    Nov 2009 Join Date
    29Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    thanks :)

  5. #5
    Your Favorite Stalker Arnii is offline
    MemberRank
    Jul 2008 Join Date
    The NetherlandsLocation
    579Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    thanks :D, but I really hate that friend bar...

    Grr..
    Arnii

  6. #6
    HTML,CSS and a bit C# Richardjuhh is offline
    MemberRank
    Dec 2010 Join Date
    NetherlandsLocation
    351Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Thanks you're releases are always so good!

  7. #7
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Everyone, Sorry, i made a little mistake :P
    I forgot to add externals.php inside the pack, But i'll post it here anyways:
    PHP Code:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d'
    | http://www.meth0d.org
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    | GNU General Public License for more details.
    \======================================================================*/

    require_once "global.php";

    $id '';
    $hotelname "Bubbo"// First character always needs to be UPPERCASE!!
    $game_host "127.0.0.1";

    if (isset(
    $_GET['id']))
    {
        
    $id $_GET['id'];
    }

    switch (
    $id)
    {
        case 
    "external_variables":

            
    header('Content-type: text/plain; charset=utf-8;');

            
    $q = @file_get_contents("./gamedata/external_variables.txt");
            
    $q = @str_replace('%predefined%'$game_host$q);

            echo 
    $q;
            echo 
    "\n";
        
            
    $get dbquery("SELECT * FROM external_variables");
            
            while (
    $ext mysql_fetch_assoc($get))
            {
                echo 
    clean($ext['skey']) . '=' clean($ext['sval'], true) . "\n";
            }

            break;

        case 
    "external_flash_texts":

            
    header('Content-type: text/plain; charset=utf-8;');

            
    $q = @file_get_contents("./gamedata/external_flash_texts.txt");
            
    $q = @str_replace('%predefined%'$game_host$q);
            
    $q = @str_replace('Habbo'$hotelname$q);

            echo 
    $q;
            echo 
    "\n";
        
            
    $get dbquery("SELECT * FROM external_texts");
            
            while (
    $ext mysql_fetch_assoc($get))
            {
                echo 
    clean($ext['skey']) . '=' clean($ext['sval'], true) . "\n";
            }

            break;
    }
    ?>
    Save it as externals.php in the /htdocs, /root, /www, etc. folder.
    Last edited by PEjump2; 23-03-11 at 06:54 PM.

  8. #8
    HTML,CSS and a bit C# Richardjuhh is offline
    MemberRank
    Dec 2010 Join Date
    NetherlandsLocation
    351Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    can anyone upload it to mediafire?

  9. #9
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Added some mirrors (Thanks matty13 :D), Check the main post :]

  10. #10
    Valued Member Superbomm is offline
    MemberRank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Thanks, very usefull :)

  11. #11
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Theres no htaccess for the gamedata :(

  12. #12
    My title is enabled NeonCrayonz is offline
    MemberRank
    Sep 2010 Join Date
    283Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Are theese r63.2 or whatever the current realese is?

  13. #13
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    nm, Found it in Readme

  14. #14
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by MikeDavies View Post
    Theres no htaccess for the gamedata :(
    Check the README file, idiot.

    ---------- Post added at 06:11 PM ---------- Previous post was at 06:09 PM ----------

    Quote Originally Posted by NeonCrayonz View Post
    Are theese r63.2 or whatever the current realese is?
    Build from 21 March 2011, But i'm waiting for Athony to crack today's Habbo.swf, then i'll update this thread with the newest build aqain etc.

  15. #15
    My title is enabled NeonCrayonz is offline
    MemberRank
    Sep 2010 Join Date
    283Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Wow, Definitly using theese! Great job PEJump! (Offtopic - Ragezone FTW)

  16. #16
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    I do always love your SWF Packs (L).

    Thanks :)

  17. #17
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by Hejula View Post
    I do always love your SWF Packs (L).

    Thanks :)
    You'r fucking kidding me right?
    Ontopic:

    If anyone has certain problems with the pack please post them here also, Cuz my CMS has a other structure then uberCMS, i edited it abit rough so it might can be that there are still a few errors inside, Hopefully not ;)

  18. #18
    Account Upgraded | Title Enabled! FlyCoder is offline
    MemberRank
    Jan 2011 Join Date
    United KingdomLocation
    469Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Epic release PEjump2, SWFS is probably your main talent. :L

  19. #19
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by FlyCoder View Post
    Epic release PEjump2, SWFS is probably your main talent. :L
    Nah not rly, PHP is.

  20. #20
    The one and only! Hejula is offline
    MemberRank
    Nov 2008 Join Date
    4,128Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Why would I joke about loving your epic SWF packs? :o

  21. #21
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by Hejula View Post
    Why would I joke about loving your epic SWF packs? :o
    Cuz you & Jontycat flamed at me with calling these packs "shitty packs" and i don't trust you.

  22. #22
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Ive got an issue, It doesnt rename the %predefined% with 'game_host'

    And also, on client.php, youve put "includes/class.rooms" instead of "inc/class.rooms"

    - Mike

  23. #23
    Banned PEjump2 is offline
    BannedRank
    Jan 2010 Join Date
    The NetherlandsLocation
    2,838Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by MikeDavies View Post
    Ive got an issue, It doesnt rename the %predefined% with 'game_host'

    And also, on client.php, youve put "includes/class.rooms" instead of "inc/class.rooms"

    - Mike
    Solved the problem, check the post with the externals.php aqain :]
    About the client.php :
    PHP Code:
    <?php
    /*=======================================================================
    | UberCMS - Advanced Website and Content Management System for uberEmu
    | #######################################################################
    | Copyright (c) 2010, Roy 'Meth0d' and updates by Matthew 'MDK'
    | http://www.meth0d.org & http://www.sulake.biz
    | #######################################################################
    | This program is free software: you can redistribute it and/or modify
    | it under the terms of the GNU General Public License as published by
    | the Free Software Foundation, either version 3 of the License, or
    | (at your option) any later version.
    | #######################################################################
    | This program is distributed in the hope that it will be useful,
    | but WITHOUT ANY WARRANTY; without even the implied warranty of
    | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    | GNU General Public License for more details.
    \======================================================================*/

    define('HIDE_FEEDBACK'true);

    require_once 
    "global.php";
    require_once 
    "inc/class.rooms.php";

    if (!
    LOGGED_IN)
    {
        
    header("Location: " WWW"/login_popup");
        exit;
    }

    $forwardType 0;
    $forwardId 0;

    if (
    $users->getUserVar(USER_ID'newbie_status') == "0")
    {
        if (isset(
    $_GET['createRoom']) && is_numeric($_GET['createRoom']))
        {
            
    $roomId RoomManager::CreateRoom(USER_NAME "'s room"USER_NAME'model_s');

            switch (
    intval($_GET['createRoom']))
            {
                default:
                case 
    0:

                    
    RoomManager::PaintRoom($roomId'1701''601');
                    break;
                    
                case 
    1:

                    
    RoomManager::PaintRoom($roomId'607''111');
                    break;
                    
                case 
    2:

                    
    RoomManager::PaintRoom($roomId'1901''301');
                    break;
                    
                case 
    3:

                    
    RoomManager::PaintRoom($roomId'1801''110');
                    break;
                    
                case 
    4:

                    
    RoomManager::PaintRoom($roomId'503''104');
                    break;
                    
                case 
    5:

                    
    RoomManager::PaintRoom($roomId'804''107');
                    break;
            }

            
    //die('createRoom Result: ' . $roomId);
            
    dbquery("UPDATE users SET home_room = '" $roomId "', newbie_status = '1' WHERE id = '" USER_ID "' LIMIT 1");
            
            
    //$forwardType = 2;
            //$forwardId = $roomId;
        
    }
        else
        {
            
    header("Location: " WWW "/client?createRoom=" rand(05));
            exit;
        }
    }

    if (isset(
    $_GET['forwardType']) && isset($_GET['forwardId']) && is_numeric($_GET['forwardType']) && is_numeric($_GET['forwardId']))
    {
        
    $forwardType intval($_GET['forwardType']);
        
    $forwardId intval($_GET['forwardId']);
        
        if (
    $forwardType >= || $forwardType <= 0)
        {
            return;
        }
    }

    $users->CheckSSO(USER_ID);

    $tpl->Init();

    $client = new Template('client');

    $client->SetParam('info_host''127.0.0.1');
    $client->SetParam('info_port''30000');

    $client->SetParam('flash_base'WWW '/gordon/RELEASE63-32270-32136-201103182308_bf237194de1da0a2e57239673455a197/');
    $client->SetParam('flash_client_url'WWW '/dcr/r63_none_1dc60c6d6ea6e089c6893ab4e0541ee0/');

    $client->SetParam('habboHash'md5(mt_rand(0850) + USER_ID));
    $client->SetParam('habboID'USER_ID);

    if (isset(
    $_GET['forceTicket']) && $users->HasFuse(USER_ID'fuse_admin'))
    {
        
    $client->SetParam('sso_ticket'$_GET['forceTicket']);
    }
    else
    {
        
    $client->SetParam('sso_ticket'$users->GetUserVar(USER_ID'auth_ticket'false));
    }

    $tpl->AddTemplate($client);

    $tpl->Output();
    ?>
    Last edited by PEjump2; 31-03-11 at 07:02 PM.

  24. #24
    Account Upgraded | Title Enabled! MikeDavies is offline
    MemberRank
    Aug 2010 Join Date
    WalesLocation
    629Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Also, this happens
    Attached Thumbnails Attached Thumbnails errrz.png  

  25. #25
    Account Upgraded | Title Enabled! FlyCoder is offline
    MemberRank
    Jan 2011 Join Date
    United KingdomLocation
    469Posts

    Re: SWF Pack [R63+, Cracked, Friend-Bar]

    Quote Originally Posted by MikeDavies View Post
    Also, this happens
    Same happens to me...



Page 1 of 8 12345678 LastLast

Advertisement