-
SWF Pack [R63+, Cracked, New interface]
READ THIS THREAD PROPERLY!!!
Well some people on RaGEZONE asked me if i could update the last pack i released with the new interface,
So i released one, and that's this release xD
Features
- R63 Fully Cracked.
- Achievements tab in the inventory could be bugged because some packets changed ( aqain )
- All new c_images, hof_furni, gamedata etc.
- One bug with the friendbar, this is Sulake's fault though.
- Deleted promo_habbos SimpleXML/PHP Habblet since some hotels didn't support SimpleXML.
- And some more features! :D
Download link
R63 Cracked Pack [Build 33501].rar
Dont trust it? then don't download it! :D
Printscreens
http://img88.imageshack.us/img88/3553/newpackb.png
How do i setup this shizzle?
- Drop all the files in "htdocs" and replace all other already existen files.
- Read the file README.txt and make sure you have everything added right.
- Edit the external_variables inside the gamedata directory and replace %predifened% with your hotel url / ip / w/e.
- If you're not using mine uberCMS edit you should replace the client.php inside the pack with this one:
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.
\======================================================================*/
define('HIDE_FEEDBACK', true);
require_once "global.php";
require_once "inc/class.rooms.php";
if (!LOGGED_IN)
{
header("Location: " . WWW. "/");
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(0, 5));
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 >= 3 || $forwardType <= 0)
{
return;
}
}
$users->CheckSSO(USER_ID);
$tpl->Init();
$compClient = new Template('client');
$compClient->SetParam('MainPath', WWW);
$compClient->SetParam('ImagesPath', WWW . '/images');
$compClient->SetParam('WebBuild', '63_1dc60c6d6ea6e089c6893ab4e0541ee0/249');
// EDIT THIS \/ EDIT THIS \/ EDIT THIS \/
$compClient->SetParam('GameHost', '127.0.0.1');
$compClient->SetParam('GamePort', '30000');
// EDIT THIS /\ EDIT THIS /\ EDIT THIS /\
$compClient->SetParam('FlashBase', WWW . '/gordon/RELEASE63-33501-33497-201105091022_14b2d10a512a31f0648d0b985abbfc60/');
$compClient->SetParam('FlashClientURL', WWW . '/gordon/RELEASE63-33501-33497-201105091022_14b2d10a512a31f0648d0b985abbfc60/');
$compClient->SetParam('SecretHash', md5(mt_rand(0, 50) + USER_ID));
$compClient->SetParam('UserName', USER_NAME);
$compClient->SetParam('UserID', USER_ID);
$compClient->SetParam('UserID-SecretHash', md5(USER_ID));
if (isset($_GET['forceTicket']) && $users->HasFuse(USER_ID, 'fuse_admin'))
{
$compClient->SetParam('SSOTicket', $_GET['forceTicket']);
}
else
{
$compClient->SetParam('SSOTicket', $users->GetUserVar(USER_ID, 'auth_ticket', false));
}
$tpl->AddTemplate($compClient);
$tpl->Output();
?>
- Edit you'r host & port in client.php.
PHP Code:
PHP Code:
$client->SetParam('GameHost', '127.0.0.1');
$client->SetParam('GamePort', '30000');
- Make sure the WebBuild param inside client.php is up-to-date with Habbo.com's.
Mirrors
R63 Cracked Pack [Build 33501].rar
R63 Cracked Pack [Build 33501].rar
Credits
PEjump2, Sulake Corporation Oy, capostrike93, and all others from before, cba to add 'em.
Excuse me for my bad english, i'm dutch.
-
Re: SWF Pack [R63+, Cracked, New interface]
-
Re: SWF Pack [R63+, Cracked, New interface]
Nice release. Can't wait for them to be uploaded :D
-
Re: SWF Pack [R63+, Cracked, New interface]
Good Job. I needed a good Swf Pack
-
Re: SWF Pack [R63+, Cracked, New interface]
ty ! ;) !
---------- Post added at 12:45 PM ---------- Previous post was at 12:41 PM ----------
*watched ungill 100% and downloadable...*
-
Re: SWF Pack [R63+, Cracked, New interface]
-
Re: SWF Pack [R63+, Cracked, New interface]
Quote:
Originally Posted by
joopie
Oeh, I can't wait ;3
same lmao
-
Re: SWF Pack [R63+, Cracked, New interface]
Awesome PEjump! Have you thought about making a control panel for this ones like the R61 pack? That was a nice feature to have :P
-
Re: SWF Pack [R63+, Cracked, New interface]
Quote:
Originally Posted by
Hejula
Awesome PEjump! Have you thought about making a control panel for this ones like the R61 pack? That was a nice feature to have :P
I'll add it back tommorow and it will be better, maybe even a automatic hof_furni ripper? :P
--- UPDATE ---
Ugh sorry guys, uploader on MediaFire crashed, can you guys wait until tommorow or should i try to upload it aqain?
As i already said, deeply sorry, must be my poor internet speed.. :'(
http://img571.imageshack.us/img571/2...1687171700.png
-
Re: SWF Pack [R63+, Cracked, New interface]
If you can portforward, Just host it there for now then ill put the download on my dedi. Might be easier. If not, Up to you mate, but thanks for this, Very impressive ;)
-
Re: SWF Pack [R63+, Cracked, New interface]
Quote:
Originally Posted by
PEjump2
I'll add it back tommorow and it will be better, maybe even a automatic hof_furni ripper? :P
--- UPDATE ---
Ugh sorry guys, uploader on MediaFire crashed, can you guys wait until tommorow or should i try to upload it aqain?
As i already said, deeply sorry, must be my poor internet speed.. :'(
http://img571.imageshack.us/img571/2...1687171700.png
aww thats a shame pj, ;/ maby try one more time? on like something else maby
-
Re: SWF Pack [R63+, Cracked, New interface]
@thetrev14, Portforwarding for me would be a HUGE security risk.
@robertm3363, That will take another hour and its 22:38 here and i've got school tommorow so i'm going to sleep now.
Sorry guys, i'll try to upload it aqain asap tommorow :')
-
Re: SWF Pack [R63+, Cracked, New interface]
True, And ok mate. Thanks ;)
-
Re: SWF Pack [R63+, Cracked, New interface]
Quote:
Originally Posted by
PEjump2
@thetrev14, Portforwarding for me would be a HUGE security risk.
@robertm3363, That will take another hour and its 22:38 here and i've got school tommorow so i'm going to sleep now.
Sorry guys, i'll try to upload it aqain asap tommorow :')
i also go to sleep :)(terwijl ik morgenochtend nog frans moet leren :{)
-
Re: SWF Pack [R63+, Cracked, New interface]
Awwh, Evil mediafire ;3
Quote:
Originally Posted by
Richardjuhh
i also go to sleep :)(terwijl ik morgenochtend nog frans moet leren :{)
offtopic: Yhee me2, And succes with your `Frans`